jovenbanas
Forum Replies Created
-
Hi RealMag777 this is the code, sorry I cant give you a screenshot. Bolded text is the shortcode. Thank you.
<div id=”mini-cart” class=”mini-cart dropdown<?php if ($venedor_settings[‘minicart-pos’] == ‘middle’) echo ‘ middle’ ?>”>
<div class=”dropdown-toggle cart-head<?php if ($venedor_settings[‘show-minicart-icon’]) echo ‘ only-icon’ ?><?php if ($venedor_settings[‘show-sticky-minicart-icon’]) echo ‘ sticky-only-icon’ ?>” data-hover=”dropdown” data-delay=”1000″ data-close-others=”false
<?php echo do_shortcode(‘[woocs] ‘); ?>
<?php echo _e(‘|’, ‘venedor’) ?>
<span class=”cart-icon”>
<span class=”glyphicon glyphicon-shopping-cart”></span>
<span>/cart”>cart(<?php echo WC()->cart->get_cart_contents_count(); ?>)</span></span>
</div>Hi,
I have a problem regarding the display of my custom currency symbol with price in my product page.Custom currency symbol was not fully displayed(it was concatinate).
Only price is being displayed and the first letter of the custom currency name I’ve made in the plugin. Example, I have HK$1200, but in my currency switcher plugin it displayed only H1200. I don’t know why it occurred, anyone can help me to solve this problem please?Thank you.