Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

where to change style of certain pages?


Smokeyj

Recommended Posts

Hi I am a noob looking for where to go and update the style of the delivery info page and payment info page. What i am trying to do is change the colors of background and words from the default settings of website.(if that makes sense)

Link to comment
Share on other sites

u need to edit the CSS file

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

You may also need to create new css classes in the user css file and then add these classes to the area that you want to change either in the page code or the language code. If its just a word or paragraph that you want to change it would possibly be easier to add it to the text define.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

@@Smokeyj The answer will vary with the version of oscommerce you are using and if you are using a purchased template.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

okay

 

mcmannehan i understand the css file style sheet needs to be edited but what exactly needs to be edited in style sheet to achieve my goal

 

14steve14 I kinda understand what you are saying but i dont know how to do that in the css code are you able to asist me and show me what you would write to make this happen

 

jack_mcs it says version 2.3.4 and i dont have a purchased template. So where do i go from here

Link to comment
Share on other sites

If you only want to change the two pages mentioned, you will probably need to edit those files. If you want to make changes site-wide and it is a 2.3.4 version, the css code you need to change may be in the stylesheet in the root directory. If it is a 2.3.4 BS version, then you will probably need to add them to the user.css file as Steve mentioned.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

@@Smokeyj

Hi I am a noob looking for where to go and update the style of the delivery info page and payment info page. What i am trying to do is change the colors of background and words from the default settings of website.(if that makes sense)

 

Jay,

 

Do you mean, when the customer has item(s) in their shopping cart, and are checking out (ie: entering their addresses and payment methods)?

 

If so, look at /catalog/checkout_shipping.php and /catalog/checkout_payment.php.

 

HTH

 

Malcolm

Link to comment
Share on other sites

okay

 

mcmannehan i understand the css file style sheet needs to be edited but what exactly needs to be edited in style sheet to achieve my goal

 

14steve14 I kinda understand what you are saying but i dont know how to do that in the css code are you able to asist me and show me what you would write to make this happen

 

jack_mcs it says version 2.3.4 and i dont have a purchased template. So where do i go from here

 

If you not familiar with that, than google css3. There you will find a link and learn how do to CSS.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

okay i need more help im reading installs but still lost. below are the directions for both modules im trying to install i ve tried doing them several times but no luck!!!! I assume im installing files in wrong place. the question is where do i install these files in my c panel file manager, to get them to work.

 

 
1. Import the SQL named wishlist.sql using phpMyAdmin
2. Copy all new files with your catalog. It won't rewrite any of your files. Just copy & paste on top.
3. In the admin side of your web site go to Modules - Action Recorder and install the new Wish List recorder module.
   Edit the number of minutes as desired. Failure to install this module will prevent wish lists from being emailed.
4. In the admin side of your web site go to Modules - Boxes and install the Wish List box if you want it to appear on
   your web site.
5. Modify the following files as per the following instructions.
 
 
 
Upload Files

The following files need to be uploaded to your site. If you have made any changes to code or installed any other contributions, you should manually edit the existing files. If you need to manually edit these files, see the Edit existing files section.

New files:

catalog/includes/classes/discount_coupon.php
catalog/includes/modules/order_total/ot_discount_coupon.php
catalog/includes/languages/english/modules/order_total/ot_discount_coupon.php
admin/coupons.php
admin/coupons_exclusions.php
admin/stats_discount_coupons.php
admin/includes/functions/coupons.php
admin/includes/classes/coupons_exclusions.php
admin/includes/languages/english/coupons.php
admin/includes/languages/english/coupons_exclusions.php
admin/includes/languages/english/coupons_manual.html
admin/includes/languages/english/stats_discount_coupons.php
admin/includes/languages/english/images/buttons/button_category_exclusions.gif
admin/includes/languages/english/images/buttons/button_customer_exclusions.gif
admin/includes/languages/english/images/buttons/button_manufacturer_exclusions.gif
admin/includes/languages/english/images/buttons/button_new_coupon.gif
admin/includes/languages/english/images/buttons/button_product_exclusions.gif

admin/includes/languages/english/images/buttons/button_shipping_zone_exclusions.gif

 

Existing files:

admin/includes/boxes/catalog.php
admin/includes/boxes/reports.php
admin/includes/database_tables.php
admin/includes/filenames.php
admin/includes/languages/english.php
catalog/checkout_confirmation.php
catalog/checkout_process.php
catalog/checkout_payment.php
catalog/logoff.php
catalog/includes/classes/order.php
catalog/includes/database_tables.php
catalog/includes/languages/english.php
catalog/includes/languages/english/checkout_payment.php
catalog/includes/modules/shipping/table.php

Link to comment
Share on other sites

You need to add those files to the folders mentioned. The first one in the list is

 

catalog/includes/classes/discount_coupon.php

 

If you have your store installed in the root folder of your site the file called catalog will not exist so you may have to ignore that bit of the folder structure. You will get the hang of it.

 

If you have your store installed in a sub folder within the root folder that is where the files start, even though your sub folder may not be called catalog. Just replace catalog with what ever your sub folder is called.

 

Whatever files structure you have on your site once you figure out the starting point, all new files will be placed in the same order as the addon suggests.

 

If you have securely installed your store and changed the admin folder name to something else, then you need to replace the admin portion of the file structure with what ever you called your admin files.

 

Hopefully this will make sense. Also make sure that you are using the latest version of an addon that is compatible with the version of oscommerce that you are using.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...