This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Hi I need to add view cart button and continue shopping button (and link it to my shop page) to off canvas mini cart how can i do that?
Currently it is only checkout button.
Hello,
At this moment the user can visit the cart if he clicks at the cart title http://prntscr.com/rzyl9b
If you want to add any other additional buttons it requires additional customization. You can submit a customization request here to get a quote.
Regards
Ok can you tell me where is this minicart code loacted in theme files
Hello,
It’s not located in theme. Code is located in the XStore Core plugin.
Actually you can use Mini cart promo message area to add mentioned buttons http://prntscr.com/rzzgsm
<div class="row">
<div class="col-md-6">
<a class="btn active" href="http://your_domain/shop/">Shop</a>
</div>
<div class="col-md-6">
<a class="btn" href="http://your_domain/cart/">View Cart</a>
</div>
</div>
Regards
But the problem in that it will always visible even if cart is empty.What is the solution for that
?
Hello,
Our theme does not have the setting to hide that area if the cart is empty, unfortunately.
Regards
Ensure text remains visible during webfont load
https://mywebsite/wp-content/themes/xstore/fonts/xstore-icons-light.ttf
https://mywebiste/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888&x66966
I checked my website on google speed and above thing is happened how to solve this and other thing is JosefinSans font have showing font weight 300 in setting but it is not applyng when I give fontweight 300 to class in theme custom css option.
How to do that
Actually I want to give font weight 300 to striked out price when product is discounted price
Hello,
1) These fonts are icon fonts. XStore icon font is required to display icons and the other one comes from Revolution slider. So, there is no any text related to these fonts, only icons.
2) Could you, please, provide us with link to your site and temporary WP Dashboard access to check the situation with the JosefinSans?
Regards
You must be logged in to reply to this topic.Log in/Sign up