- This topic has 5 replies, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 › Custom html mark up for product and checkout?
Which are the file in the plugin that are outputting the html displayed in the product page and the checkout page?
I would like to have my own html mark up.
Thanks
That function is handled by a variety of shortcodes, which perform the work. And depending on what shortcode you are using, they are kinda “all over.”
Perhaps, it would be better if you could start by describing what specifically you want to change.
Hi
basically the <table> (for example) in the checkout I would like it to be <div class=”table”><table class=”table table-bordered”>…</table></div>
I literally have gone through all the files and I have managed to change the markup but not for the checkout table with the thumbnail, but I am actually going to change all the markup the plugin outputs it, the reason why is because i am using twitter bootstrap and I need specific mark.
The main issue I am having to be honest is to find the file that produces the table when using [wp_eStore_cart_with_thumbnail]
I did change the <table> in extra shortcodes but I still can’t get it right, I just can’t find it, I have searched everywhere, even by looking at this class “estore-cart-wrapper-3” but I cannot find it…while for all other shortcodes with no thumbnail i managed to change the html markup..
I don’t understand where you generate the table when using [wp_eStore_cart_with_thumbnail], i think i really looked at all source code. Not sure what I am missing
Bingo!
The file I needed to edit was: eStore-extra-shortcodes/shortcode_include.php
That’s where you generate the table with a thumbnail, I have now changed its markup to match my own html framework with classes. Thanks tho
Yeah, I was going to tell you that, when I finished cycling through the other support threads.