Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My prices are changing.....


doodles

Recommended Posts

check your settings in "Administration" > "Configuration" > "My Store" > "Display Prices with Tax" , make sure it's set to false.

Link to comment
Share on other sites

Must be an older snapshot.....Look for the tax setting in Catalog/includes/application_top.php.

 

It is a section that looks like this:

 

// customization for the design layout

 define('TAX_DECIMAL_PLACES', '0'); // Pad the tax value this amount of decimal places

 define('DISPLAY_PRICE_WITH_TAX', 'false'); // Display prices with tax (true) or without tax (false)

 define('BOX_WIDTH', '162'); // how wide the boxes should be in pixels (default: 125)

 

Change the second line to: define('DISPLAY_PRICE_WITH_TAX', 'true');

Link to comment
Share on other sites

do you have ftp or ssh access to download your files from your server?

 

if so, download the file catalog/includes/applications_top.php and make the change noted above

 

:?

Link to comment
Share on other sites

there should be a folder called either www or public_html in which all the store files are located in the catalog and admin folders

Link to comment
Share on other sites

ok, I will repeat this one more time, and then if you still do not understand, you will need to speak to your webhost

 

if your files are in public_html, then you need to find the admin folder - it may be inside another folder (such as the catalog folder)

 

the you need to find the includes folder inside the admin folder

 

then you need to find the applications_top.php file

 

that is the file you want to download and edit and then upload back to your server with the changes noted above

Link to comment
Share on other sites

I did what is below but i got this msg

 

Warning: Cannot modify header information - headers already sent by (output started at catalog/includes/application_top.php:454) in catalog/includes/functions/general.php on line 23

 

could you tell me what i should do from here?

 

Must be an older snapshot.....Look for the tax setting in Catalog/includes/application_top.php.

 

It is a section that looks like this:

 

// customization for the design layout

 define('TAX_DECIMAL_PLACES', '0'); // Pad the tax value this amount of decimal places

 define('DISPLAY_PRICE_WITH_TAX', 'false'); // Display prices with tax (true) or without tax (false)

 define('BOX_WIDTH', '162'); // how wide the boxes should be in pixels (default: 125)

 

Change the second line to: define('DISPLAY_PRICE_WITH_TAX', 'true');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...