Floob Posted December 14, 2002 Posted December 14, 2002 Hi, I am using 2.2 June 2002. If you go through the system and choose products and get to the last page http://www.YOURDOMAIN.com/catalog/checkout...onfirmation.php Then change the currency type, it removes the P+P - does anyone else have this problem??? :shock: Thanks for any ideas Floob.
mattice Posted December 14, 2002 Posted December 14, 2002 that is why both language box and currency box should not be showed during checkout... it messes things up... in the default install there is a check in column_left and column_right... if we're on a checkout page don't show those boxes. Guess you've moved the boxes out of that check? "Politics is the art of preventing people from taking part in affairs which properly concern them"
Floob Posted December 14, 2002 Author Posted December 14, 2002 hmm, I guess so.... :? Here is part of my column_left require(DIR_WS_BOXES . 'information.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); ?> Does that help? How should I edit it?
mattice Posted December 14, 2002 Posted December 14, 2002 if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } is correct (yours is missing { and } ) "Politics is the art of preventing people from taking part in affairs which properly concern them"
Floob Posted December 14, 2002 Author Posted December 14, 2002 That worked a treat! :D Thanks for your help.
mattice Posted December 14, 2002 Posted December 14, 2002 now promise you will not go about removing accolades here and there anymore... It is a nasty habit! :D "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.