Product gallery widget content in circle

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Nov 03, 2014 9:25 pm
Hi
I would like to change the price in overlaying circles to "discount" and hide sufix. Tnx
User avatar
Senior Boarder

GK User
Tue Nov 04, 2014 8:28 am
Hi,

Could you provide more details? Which suffix do you want to hide? Could you please provide an URL to your website (here or via PM).
User avatar
Moderator

GK User
Tue Nov 04, 2014 12:10 pm
Well, for now it says "bez PDV-a" (no taxes). I tried to delete sufix in woocomerce settings, but it is still there on the page. I just want "DISCOUNT" inside the circle and nothing else. I also tried changing '$price' in widgets.product_gallery.php to 'discount' (both places) and nothing changed (I'm a noob in PHP so maybe I did something wrong). I will send you a link and login in PM.
User avatar
Senior Boarder

GK User
Tue Nov 04, 2014 1:39 pm
Ok, now I understand please change the mentioned line from widgets.product_gallery.php:
Code: Select all
echo '<div class="gk-img-overlay">'.$price.'</div>';

to:

Code: Select all
echo '<div class="gk-img-overlay"><span class="amount">Discount</span></div>';


to display only "DIscount" word.
User avatar
Moderator

GK User
Tue Nov 04, 2014 6:18 pm
Works great, thanks!

P.S. for other noobs like me: it didn't work right away, you need to save the widget again after you make changes.
User avatar
Senior Boarder


cron