Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Few Questions about adding pages


funtimebodyshop35

Recommended Posts

Posted

I have a few questions i cant seem to find where i edit the shipping and returns page and the rest of the pages in the info box? I want to put my info their just dont know where to find the pages also how do i add pages? I would like to add these pages below in the info box or rather make a new box

 

I need to make a page called

affilaites info(sign up)

about us

fragrances

locate an affiliate

meet the owner

most popular fragrances

state managers and testimonials

 

also how do i delete boxes like manufacturers, languages and currencies

 

www.splishsplashbb.com/catalog

 

thank you

maggie

Posted

Maggie, please, one question at a time. You asked a total of 12 questions in one posting, and this usually won't merit a response. First, you're going to have to download a php editor and learn how to upload files to your server. There are tons of php editors .... I use php designer 2007 but there are also things like Crimson Editor and many others.

 

I have a few questions i cant seem to find where i edit the shipping and returns page and the rest of the pages in the info box? I want to put my info their just dont know where to find the pages also how do i add pages? I would like to add these pages below in the info box or rather make a new box

 

1) Open your admin tool -- www.splishsplashbb.com/catalog/admin and click "localization", then "languages", then when English is highlighted, click "details". Then find shipping.php and click it. Note: Your file permissions have to be set accordingly (CHMOD 777) in order to edit. This file is also found at catalog/includes/languages/shipping.php.

 

The same applies to other pages in the information infobox.

 

 

I need to make a page called

affilaites info(sign up)

about us

fragrances

locate an affiliate

meet the owner

most popular fragrances

state managers and testimonials

 

This is a 3-step process:

 

1) You need to open up your php editor. Make a copy of catalog/conditions.php. Rename the copy and call it "about_us".

 

Open up the file. Find these two lines:

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONDITIONS);

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONDITIONS));

 

and change to:

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ABOUT_US);

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_ABOUT_US));

 

Save and upload to the proper directory.

 

2) Open up catalog/includes/filenames.php. Add this line somewhere in there:

define('FILENAME_ABOUT_US', 'about_us.php');

 

Save and upload to the proper directory.

 

3) Go to catalog/includes/languages/english/conditions.php. Make a copy of it. Rename the copy to "about_us.php". Replace the wording in the page, so it's as follows:

 

define('TEXT_INFORMATION', 'Your old conditions page. Whatever you had written here.');

 

to

 

define('TEXT_INFORMATION', 'Hello. This is about Splish Splash BB company.');

 

Save and upload to the proper directory.

 

4) Repeat for any other pages you want to add.

 

 

also how do i delete boxes like manufacturers, languages and currencies

 

1) Open up your catalog/includes/column_left.php and catalog/includes/column_right.php. Comment out the boxes you don't want. So if you don't want currencies to show because you only use one currency, you would change:

include(DIR_WS_BOXES . 'currencies.php');

 

to

 

// include(DIR_WS_BOXES . 'currencies.php');

 

Save and upload to the proper directory.

 

Good luck.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...