Guest Posted January 8, 2014 Posted January 8, 2014 Can someone please help with the following few things I need help with to finish my site (not online yet so I cant link to it) How do I change the "Checkout" button seen on catalog/shopping_cart.php to say "Process Order"? How do I change the Shopping Cart Box title to say "My Order"? How do I change the Specials Box title to say "Special Offers"? I have search google and tried a few things but nothing seems to work. Thanks in advance Using V2.3.3.4
burt Posted January 8, 2014 Posted January 8, 2014 Most language changes are done in the language files. /includes/languages/english/english.php and all the other files in /includes/languages/english/
Guest Posted January 8, 2014 Posted January 8, 2014 Most language changes are done in the language files. /includes/languages/english/english.php and all the other files in /includes/languages/english/ Any ideas what files would need editing? Nothing I do seems to work
multimixer Posted January 8, 2014 Posted January 8, 2014 For checkout button: includes/languages/english.php define('IMAGE_BUTTON_CHECKOUT', 'Checkout'); For the box titles includes/languages/english/modules/boxes/bm_specials.php and bm_shopping_cart.php My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted January 8, 2014 Posted January 8, 2014 For checkout button: includes/languages/english.php define('IMAGE_BUTTON_CHECKOUT', 'Checkout'); For the box titles includes/languages/english/modules/boxes/bm_specials.php and bm_shopping_cart.php Thank you so much Multimixer, I really appreciate that!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.