Ken_Shea Posted May 2, 2020 Posted May 2, 2020 I'd like to create a little more descriptive button then the green "Checkout" but unable to locate it. BS Edge v 2.3.4.1 Thanks for the help, I really mean that, be lost with out this forum
Heatherbell Posted May 5, 2020 Posted May 5, 2020 On 5/2/2020 at 10:24 PM, Ken_Shea said: I'd like to create a little more descriptive button then the green "Checkout" Sorry we don't use Edge (in CE Phoenix, the button is a includes/modules/content/shopping_cart module with it's own files) - if it is not a module in Edge, try the shopping_cart language file or the main english.php language file for the text, just guessing here! The colour and style is Bootstrap btn-success, the code for the button may be in the shopping_cart file I guess.
♥14steve14 Posted May 5, 2020 Posted May 5, 2020 The text for the button is found in includes/langauges/english.php. Search for define('IMAGE_BUTTON_CHECKOUT', 'Checkout'); I changed mine to define('IMAGE_BUTTON_CHECKOUT', 'Secure Checkout') REMEMBER BACKUP, BACKUP AND BACKUP
Ken_Shea Posted May 5, 2020 Author Posted May 5, 2020 5 hours ago, Heatherbell said: Sorry we don't use Edge (in CE Phoenix, the button is a includes/modules/content/shopping_cart module with it's own files) - if it is not a module in Edge, try the shopping_cart language file or the main english.php language file for the text, just guessing here! The colour and style is Bootstrap btn-success, the code for the button may be in the shopping_cart file I guess. Thanks heather, looking into upgrading to CE
Ken_Shea Posted May 5, 2020 Author Posted May 5, 2020 3 hours ago, 14steve14 said: The text for the button is found in includes/langauges/english.php. Search for define('IMAGE_BUTTON_CHECKOUT', 'Checkout'); I changed mine to define('IMAGE_BUTTON_CHECKOUT', 'Secure Checkout') That did it Steve, thanks for the help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.