Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Location of this button


Ken_Shea

Recommended Posts

Posted

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

image.png.a73eaef1faf8fd833bb75e8d3b2a3b91.png

 

Thanks for the help, I really mean that, be lost with out this forum :)

Posted
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.

Posted

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

Posted
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

Posted
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.

Archived

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

×
×
  • Create New...