- This topic has 3 replies, 2 voices, and was last updated 12 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – How to edit shopping cart layout?
Hi all,
Where is the HTML code located for the layout of the shopping cart? I’d like to change the button layout, and wording for some elements.
Don’t need the exact line, but perhaps the php file would be ok.
1. You should be able to change the button layout by modifying the CSS file. This video tutorial will come in handy:
2. The wording of some texts can be changed using the following method:
If the above doesn’t help then let me know which shopping cart shortcode you are using and I will tell you which PHP file to look for.
Hi, I looked at the videos, but they talk mainly about spacing, colors, etc.
I’m looking to add additional functionality (such as a JavaScript back button). I don’t think this is something easily changed by modifying CSS files.
okay.. check the following function in the “eStore_cart.php” file:
function eStore_shopping_cart_multiple_gateway()
Please note that it will require good understanding of PHP coding to make changes in the PHP files.