mouseover2 Posted June 16, 2003 Posted June 16, 2003 Can someone help me I am getting the following during my order process at the bottom of the page. I have tried everything I know(which is very little but I am learning). [ CHECKOUT_BAR_DELIVERY_ADDRESS | CHECKOUT_BAR_PAYMENT_METHOD | Confirmation | Finished! ] Thanks in advance!
Lighthouse Posted June 16, 2003 Posted June 16, 2003 Hi, i think that you install an contribution for checkout en now you are missing launguges files. this kind of message is normal for missing text in languages files so check the contribution complet to see if you forgot somthing!! good luck Lichthouse yes i know my english is bad, but you understand wath i mean;) if not ask
mdfst13 Posted June 16, 2003 Posted June 16, 2003 In general, if you see something that looks like CHECKOUT_BAR_DELIVERY_ADDRESS (all caps separated by underscores), then it means that you either didn't define a variable that it wanted or somehow changed something that was needed to get the variable defined. A simple fix is to add something like define('CHECKOUT_BAR_DELIVERY_ADDRESS', '123 My St., City, etc.'); to your configure.php file. That works great for the first problem (and might make the second problem small enough that it doesn't bother you). However, if you have time, it would be better to track down all instances of CHECKOUT_BAR_DELIVERY_ADDRESS and figure out how it is meant to be used. Hope this helps, Matt I love deadlines. I like the whooshing sound they make as they fly by. ---Douglas Adams
Recommended Posts
Archived
This topic is now archived and is closed to further replies.