-
AuthorSearch Results
-
Topic: Offcanvas mini cart bugs
in forum WoodMart support forumkirill7117
ParticipantMarch 23, 2025 at 12:34 pm #648247Hello.
I use Woodmart theme and I have problem with mini cart not loading products correctly. The problem occurs with product variation 500g that uses YITH WooCommerce Product Add-ons & Extra Options.
I checked source code and html seems to be broken. list element is outside of the parent element and .shopping-cart-widget-footer is duplicated, sometimes it is duplicated many times and I don’t know why this bug happens.
I provided website links in private message
I also use all the latest theme and plugins.
The problemUntitled.png is the view when you add 1kg product to the cart after the bug with 500g is already there in the mini cart.
Attachments:
You must be logged in to view attached files.I checked the files, but the customization is not working. I changed the ‘Subtotal’ text to ‘Subtotals,’ but it did not work.
I also removed the entire ‘shopping-cart-widget-footer,’ but it’s still not working.
Thank you for your reply. Could you please clarify where I can customize the ‘shopping-cart-widget-footer’ HTML tag? It is not available in the given path:
Attachments:
You must be logged in to view attached files.In reply to: HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.shop_table .product-total, .shopping-cart-widget-footer .woocommerce-mini-cart__total { display: none; }
Kind Regards
In reply to: Cart Subtotal
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.woocommerce table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6), .shopping-cart-widget-footer .woocommerce-mini-cart__total { display: none; }
Best Regards.
I looked at the nginx access log and built a chain simulating a failure:
1) This request was received after emptying the woodmart quick cart (woocommerce-mini-cart) by deleting the last item:
Answer from “action=woodmart_update_cart_item”
{“fragments”:{“div.widget_shopping_cart_content”:”<div class=\”widget_shopping_cart_content\”>\n<div class=\”shopping-cart-widget-body wd-scroll\”>\n\t<div class=\”wd-scroll-content\”>\n\n\t\t\n\t\t\t<div class=\”wd-empty-mini-cart\”>\n\t\t\t\t<p class=\”woocommerce-mini-cart__empty-message empty title\”>Немає товарів у кошику.<\/p>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tПовернутися до магазину\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n<\/div>\n\n<div class=\”shopping-cart-widget-footer wd-cart-empty\”>\n\t\n\t<\/div>\n<\/div>”,”span.wd-cart-number_wd”:”\t\t<span class=\”wd-cart-number wd-tools-count\”>0 <span><\/span><\/span>\n\t\t”,”span.wd-cart-subtotal_wd”:”\t\t<span class=\”wd-cart-subtotal\”><span class=\”woocommerce-Price-amount amount\”><bdi>0,00 <span class=\”woocommerce-Price-currencySymbol\”>₴<\/span><\/bdi><\/span><\/span>\n\t\t”},”cart_hash”:””}2) Then a second GET is received with the same “item_id”, but “qty=1” and we get an error 500 which is reported in the logs (wc-status, nginx) – Thereby simulating crash for debugging purposes.
3) It seems that php does not check for a non-existent item_id with quantity – Probably here:
/web/sites/zyabkin.ua/wp-content/themes/woodmart/inc/integrations/woocommerce/modules/quantity.php
-
This reply was modified 1 year, 4 months ago by
radchuk2012.
-
This reply was modified 1 year, 4 months ago by
radchuk2012.
-
This reply was modified 1 year, 4 months ago by
radchuk2012.
In reply to: Shopping cart color change
Hello,
Please delete the old given custom CSS code and use the below custom CSS code:
.shopping-cart-widget-footer .wd-progress-bar.wd-free-progress-bar .progress-msg span { color: red; }
Best Regards.
In reply to: shop neetrino
Hello,
1. Please check the number of items in the grin in the Theme Settings > Product Archives > Product Grid.
2. You need to enter every product and set “Limit purchases to 1 item per order” in the Inventory tab.
3. Please add this code to the Theme Settings > Custom CSS > Global:
body .shopping-cart-widget-footer .woocommerce-mini-cart__total { display:none; }
4. You can disable/configure the Free Shipping bar in the Theme Settings > Shop > Free Shipping bar.
5. You can find the option in the Theme Settings > Product Archives > Title, you will find the option to hide empty categories.
If you have any questions please feel free to contact us.
Best Regards
-
This reply was modified 1 year, 8 months ago by
Elise Noromit.
Hello,
Your issue has been solved. I have added the below given custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.shopping-cart-widget-footer table tbody tr td.subtotal-price .amount { color: #fff; }
Best Regards
In reply to: Shopping Cart Widget
Hello,
1- Sorry to say but there isn’t an option available to change the Shopping Cart text. So, you can try using the Loco Translate plugin to change the text of it. Here is the guide to that: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
2- Following is the CSS selector for the Shopping Cart title:
.cart-widget-side.wd-side-hidden.wd-right.wd-opened .wd-heading .title
You can try using that under the Advanced Typography to change the styling of it.
3- For the Subtotal, following is the Custom selector:
.shopping-cart-widget-footer .woocommerce-mini-cart__total strong
For the Price, following is the Custom selector:
.woocommerce-mini-cart__total .woocommerce-Price-amount
4- To remove or hide the Cart Icon inside the Cart widget showing when it’s empty, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.cart-widget-side .wd-empty-mini-cart:before { display: none !important; }
5- To make the Shopping Cart widget width increase to your choice, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.cart-widget-side.wd-side-hidden.wd-right.wd-opened { width: 100% !important; }
Now, in this CSS you can change the value of width according to your choice. Also, the same CSS you can apply on Tablet and Mobile CSS areas too, to make changes for their respective viewports too by changing the value of the width.
6- To make the Return to Shop button take full width, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-empty-mini-cart .btn { width: 100% !important; }
Hope we have addressed all your points!
Best Regards
Hello,
Regarding the Mobile Menu Items color change, you can try out the Advanced Typography which can be found under the Dashboard > Theme Settings > Typography > Advanced > there you can select Mobile menu first level or Mobile menu second level as your selectors > and then you can define Color and Font Formatting for those under that: https://snipboard.io/LTMvE1.jpg
Regarding the Cart widget items color change specifically, you would need to try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.widget.woocommerce.widget_shopping_cart .cart_list .mini_cart_item .cart-info .wd-entities-title { color: #fff !important; } .widget.woocommerce.widget_shopping_cart .cart_list .mini_cart_item .cart-info .quantity .woocommerce-Price-amount { color: #fff !important; }
This CSS will change the color of the Product title and its Price.
Further, if you want to change the Colors of the Shopping Cart and Subtotal headings too under the Cart widget then use the following CSS at the same above told location:
.cart-widget-side .wd-heading .title { color: #fff !important; } .shopping-cart-widget-footer .woocommerce-mini-cart__total strong { color: #fff !important; }
Hope this helps !
Best Regards
Topic: Add to cart not working properly
in forum WoodMart support forumHi,
I have problem with add to cart ajax option, in ajax action response I have error, there is unescaped character.it is the json that is transmitted:
I have this string twice \ / there is a space between the slash and the backslash ….
{
“notices”:”\n\t<div class=\”woocommerce-message\” role=\”alert\”>\n\t\tVoir le panier<\/a> «Aderma Exomega Control Gel Lavant Emollient Anti-Grattage» a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier.\t<\/div>\n”,
“fragments”:{
“div.widget_shopping_cart_content”:”<div class=\”widget_shopping_cart_content\”>\n<div class=\”shopping-cart-widget-body wd-scroll\”>\n\t<div class=\”wd-scroll-content\”>\n\n\t\t\t\t\t\n\t\t\t<ul class=\”cart_list product_list_widget woocommerce-mini-cart \”>\n\n\t\t\t\t\t\t\t\t\t\t\t<li class=\”woocommerce-mini-cart-item mini_cart_item\” data-key=\”a981f2b708044d6fb4a71a1463242520\”>\n\t\t\t\t\t\t\t\tAfficher<\/a>\n\t\t\t\t\t\t\t\t×<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\”cart-info\”>\n\t\t\t\t\t\t\t\t\t<span class=\”wd-entities-title\”>\n\t\t\t\t\t\t\t\t\t\tAlphanova B\u00e9b\u00e9 Sun Lait Solaire SPF50+ 50 ml\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\”quantity\”>1 × <span class=\”woocommerce-Price-amount amount\”><bdi>15,30 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/bdi><\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\”woocommerce-mini-cart-item mini_cart_item\” data-key=\”383b440962aa48e9b4bb8b51701bb76e\”>\n\t\t\t\t\t\t\t\tAfficher<\/a>\n\t\t\t\t\t\t\t\t×<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\”cart-info\”>\n\t\t\t\t\t\t\t\t\t<span class=\”wd-entities-title\”>\n\t\t\t\t\t\t\t\t\t\tAderma Exomega Control Gel Lavant Emollient Anti-Grattage\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\”quantity\”>1 × <span class=\”woocommerce-Price-amount amount\”><bdi>16,69 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/bdi><\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<\/ul><!– end product list –>\n\t\t\t\n\t\t\n\t<\/div>\n<\/div>\n\n<div class=\”shopping-cart-widget-footer\”>\n\t\n\t\t\t\t\t<p class=\”woocommerce-mini-cart__total total\”>\n\t\t\t\tSous-total\u00a0:<\/strong> <span class=\”woocommerce-Price-amount amount\”><bdi>31,99 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/bdi><\/span>\t\t\t<\/p>\n\t\t\n\t\t\t\t<div class=\”wd-progress-bar wd-free-progress-bar\”>\n\t\t\t<div class=\”progress-msg\”>\n\t\t\t\tajouter <span class=\”woocommerce-Price-amount amount\”>8,01 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/span> au panier pour avoir les frais de port offert !!\t\t\t<\/div>\n\t\t\t<div class=\”progress-area\”>\n\t\t\t\t<div class=\”progress-bar\” style=\”width: 79%\”><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t<p class=\”woocommerce-mini-cart__buttons buttons\”>Voir le panier<\/a>Commander<\/a><\/p>\n\n\t\t\n\t\n\t<\/div>\n<\/div>”,
“span.wd-cart-number_wd”:”\t\t<span class=\”wd-cart-number wd-tools-count\”>2 <span>articles<\/span><\/span>\n\t\t”,
“span.wd-cart-subtotal_wd”:”\t\t<span class=\”wd-cart-subtotal\”><span class=\”woocommerce-Price-amount amount\”><bdi>31,99 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/bdi><\/span><\/span>\n\t\t”,
“div.wd-free-progress-bar_wd”:”\t\t<div class=\”wd-progress-bar wd-free-progress-bar\”>\n\t\t\t<div class=\”progress-msg\”>\n\t\t\t\tajouter <span class=\”woocommerce-Price-amount amount\”>8,01 <span class=\”woocommerce-Price-currencySymbol\”>€<\/span><\/span> au panier pour avoir les frais de port offert !!\t\t\t<\/div>\n\t\t\t<div class=\”progress-area\”>\n\t\t\t\t<div class=\”progress-bar\” style=\”width: 79%\”><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t”,
“div.berocket_wc_print_notices”:”<div class=\”berocket_wc_print_notices\”><\/div>”
},
“cart_hash”:”485a82b71f07d62de1c1a94067a3995c”
}In reply to: Customizing Shop Elements
Hello,
1- To access the options related to Shop and Category pages Products Grid, you can go to the Dashboard > Theme Settings > Product Archives > Products Grid & Theme Settings > Product Archives > Product Styles:
https://xtemos.com/wp-content/uploads/2020/09/products-grid-wd-7.jpg (Products Grid)
https://xtemos.com/wp-content/uploads/2020/09/products-styles-wd-7-scaled.jpg (Product Styles)2- For the Font-Size change of the Shopping Cart and SubTotal Text under the Cart Widget on the Site, please try out the following Custom CSS on your Site to be pasted under the Dashboard > Theme Settings > Custom CSS > Global Custom CSS:
– SHOPPING CART text:
.cart-widget-side.wd-side-hidden.wd-right.wd-opened .title.widget-title { font-size: 15px !important; }
– SUBTOTAL text:
.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer .woocommerce-mini-cart__total strong { font-size: 20px !important; }
Best Regards.
In reply to: Minicart back button infected
Hello,
Well the button does not link to the ad or dating site, it just lead to a search result in my site. Scanned site with no result so then scanned DB and found it again in a wp rocket transient. So it seems like it has been cached by wp rocket. Deleted the transient and it seems like it is all good now:
_transient_rocket_get_refreshed_fragments_cache
{“fragments”:{“div.widget_shopping_cart_content”:”<div class=\”widget_shopping_cart_content\”>\n<div class=\”shopping-cart-widget-body wd-scroll\”>\n\t<div class=\”wd-scroll-content\”>\n\n\t\t\n\t\t\t<div class=\”wd-empty-mini-cart\”>\n\t\t\t\t<p class=\”woocommerce-mini-cart__empty-message empty title\”>Du har ingen produkter i handlekurven.<\/p>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tTilbake til butikken\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n<\/div>\n\n<div class=\”shopping-cart-widget-footer wd-cart-empty\”>\n\t\n\t\n\t\t\t<script>\n\t\t\t(function($) {\n\t\t\t\t$( ‘.remove’ ).off(‘click’, ‘.remove’).on( ‘click’, function() {\n\t\t\t\t\tgtag( ‘event’, ‘remove_from_cart’, {\n\t\t\t\t\t\t’items’: [ {\n\t\t\t\t\t\t\t’id’: ($(this).data(‘product_sku’)) ? ($(this).data(‘product_sku’)) : (‘#’ + $(this).data(‘product_id’)),\n\t\t\t\t\t\t\t’quantity’: $(this).parent().parent().find( ‘.qty’ ).val() ? $(this).parent().parent().find( ‘.qty’ ).val() : ‘1’,\n\t\t\t\t\t\t} ]\n\t\t\t\t\t} );\n\t\t\t\t});\n\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t<\/div>\n<\/div>”,”.aws-free-shipping”:”<div class=\”aws-free-shipping vc_message_box vc_message_box-solid vc_message_box-square vc_color-orange\” style=\”display:none;\”><div class=\”vc_message_box-icon\”><i class=\”fa fa-truck\”><\/i><\/div><\/div>”,”notices_html”:””,”span.wd-cart-number”:”\t\t\t<span class=\”wd-cart-number\”>0 <span>items<\/span><\/span>\n\t\t”,”span.wd-cart-subtotal”:”\t\t\t<span class=\”wd-cart-subtotal\”><span class=\”woocommerce-Price-amount amount\”><bdi><span class=\”woocommerce-Price-currencySymbol\”>kr<\/span> 0.00<\/bdi><\/span><\/span>\n\t\t”},”cart_hash”:””}So for now i guess problem is solved.
Brgds
RuneHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-widget-side .shopping-cart-widget-footer { padding-bottom: 100px; }
Best Regards
Hello,
Thank you, it worked.
It took a lot of CSS code but now it looks like before! 😀Here is the code for Global CSS – Mobile optimized. (only for Elementor & if there is an image in the HTML block with size 150×65 – please adjust it yourself!)
.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer .elementor-widget-image .elementor-image img{margin-bottom:12px; margin-top: -31px; } .cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer .amount{box-sizing: border-box; color: rgb(244, 165, 28); display: inline; font-family: Cabin, Arial, Helvetica, sans-serif; font-size: 18px; font-stretch: 100%; font-style: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-weight: 600; height: auto; line-height: 28px; text-rendering: optimizelegibility; text-size-adjust: 100%; unicode-bidi: isolate; width: auto; position:static; top:auto; right:auto; bottom:auto;} .cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer strong{box-sizing: border-box; display: inline; font-size: 18px; text-transform: uppercase; color: #2D2A2A; box-sizing: border-box; display: inline; float: none; line-height: 25.2px; position: static; z-index: auto; margin-right: 52px; margin-top: 21px; margin-left: 25px; } @media screen and (max-width:1024px) {.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer strong{ margin-right: 30px; margin-top: 10px; margin-left: 20px; }}
Attachments:
You must be logged in to view attached files.Hello XTEMOS-Team,
first of all, I would like to thank you for this excellent theme.
Please continue!To my questions:
1. The aim is to display a banner for secure payment in the shopping cart – sidebar cart. (See screenshot, i edited with photoshop) I built an HTML block with Elementor for this purpose, but I can’t make it visible. I just don’t have the knowledge of .php to do this.So far I have oriented myself to the following topics.
https://xtemos.com/forums/topic/html-block-in-php/
https://xtemos.com/forums/topic/add-html-block-in-the-cart-page/
https://xtemos.com/forums/search/shopping-cart-widget-footer/
https://xtemos.com/forums/topic/what-php-file-is-this-sidebar-cart/
https://xtemos.com/forums/topic/side-windows/
https://xtemos.com/forums/topic/enter-our-website-instagram-problem/However, I am not breaking down a complete code
Insert"content\themes\woodmart\inc\integrations\woocommerce\template-tags.php"
.I’m missing an essential part here.
(see Notepad Screenshot)Do you have a snippet to insert an HTML block right there? I can do the CSS myself! 😀
It would be enough for me if there is any possibility to insert a picture at this point, it doesnt matter if its a php snippet, css-code or something else. The picture need to be mobile optimized aswell.2. I would also like to display TAX and / or Shipping fee in the side cart – I assume it probably only works in the “template-tags.php” correct? How can i do it, you have a snippet here? (See screenshot)
Thank you very much in advance!
Attachments:
You must be logged in to view attached files.In reply to: Side windows
Hello,
Here is the code:
/*header*/ .cart-widget-side.woodmart-cart-opened .widget-heading{ background-image: url(https://test.mercatosicilia.com/wp-content/uploads/2020/07/TOP_decor.svg)!important; background-position: 0 0!important; background-size:cover; } /*body*/ .cart-widget-side.woodmart-cart-opened .widget_shopping_cart{ background-image: url(https://test.mercatosicilia.com/wp-content/uploads/2020/07/BACK_sicily_pattern.svg)!important; background-position: 0 0!important; } /*footer*/ .cart-widget-side.woodmart-cart-opened .shopping-cart-widget-footer{ background-image: url(https://test.mercatosicilia.com/wp-content/uploads/2020/07/BOTTOM_decor.svg)!important; background-position: 0 0!important; }
Best Regards
In reply to: Side windows
Hello,
You need to upload the images which you want to use as the background.
Then add this code to the Theme Settings > Custom CSS > Global:
/*header*/ .cart-widget-side.woodmart-cart-opened .widget-heading{ background-image: url(https://woodmartcdn-cec2.kxcdn.com/wp-content/uploads/2015/12/newsletter-new.jpg?id=9309)!important; background-position: 0 0!important; background-repeat: no-repeat!important; } /*body*/ .cart-widget-side.woodmart-cart-opened .widget_shopping_cart{ background-image: url(https://woodmartcdn-cec2.kxcdn.com/wp-content/uploads/2015/12/newsletter-new.jpg?id=9309)!important; background-position: 0 0!important; background-repeat: no-repeat!important; } /*footer*/ .cart-widget-side.woodmart-cart-opened .shopping-cart-widget-footer{ background-image: url(https://woodmartcdn-cec2.kxcdn.com/wp-content/uploads/2015/12/newsletter-new.jpg?id=9309)!important; background-position: 0 0!important; background-repeat: no-repeat!important; }
Insert the images URL from your Media library instead of the current ones.
Best Regards
In reply to: Enter our website instagram problem
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-widget-side .shopping-cart-widget-footer>p { padding: 30px 15px; } .cart-widget-side .shopping-cart-widget-footer>p { padding: 50px 15px; }
Best Regards
In reply to: What php file is this sidebar cart ?
Thanks, when i add this this code
echo "Průměrná objednávka trvá 50 sekund <i class="fa fa-clock-o"></i><br> Odesíláme do 24 hodin <i class="fa fa-truck"></i><br> Záruka na všechny produkty 2 roky <i class="fa fa-calendar-check-o"></i>"
in like this
<div class="shopping-cart-widget-footer<?php echo ( WC()->cart->is_empty() ? ' woodmart-cart-empty' : '' ); ?>"> <?php if ( ! WC()->cart->is_empty() ) : ?> <?php if ( function_exists( 'WC' ) && version_compare( WC()->version, '3.7.0', '<' ) ) : ?> <p class="woocommerce-mini-cart__total total"><strong><?php esc_html_e( 'Subtotal', 'woocommerce' ); ?>:</strong> <?php echo WC()->cart->get_cart_subtotal(); ?></p> <?php else : ?> <p class="woocommerce-mini-cart__total total"> <?php /** * Woocommerce_widget_shopping_cart_total hook. * * @hooked woocommerce_widget_shopping_cart_subtotal - 10 */ do_action( 'woocommerce_widget_shopping_cart_total' ); ?> </p> <?php endif; ?> <?php do_action( 'woocommerce_widget_shopping_cart_before_buttons' ); ?> <p class="woocommerce-mini-cart__buttons buttons"><?php do_action( 'woocommerce_widget_shopping_cart_buttons' ); echo "Průměrná objednávka trvá 50 sekund <i class="fa fa-clock-o"></i><br> Odesíláme do 24 hodin <i class="fa fa-truck"></i><br> Záruka na všechny produkty 2 roky <i class="fa fa-calendar-check-o"></i>" ;?></p> <?php do_action( 'woocommerce_widget_shopping_cart_after_buttons' ); ?> <?php endif; ?> <?php do_action( 'woocommerce_after_mini_cart' ); ?> </div>
I am not able to add anything to my cart, so where do I put that ? I want it to be shown bellow the buttons.
In reply to: Remove "View Cart" button
Hi,
Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.
.popup-added_to_cart .view-cart { display: none; } body .cart-widget-side .shopping-cart-widget-footer { padding-bottom: 0; } .cart-widget-side .shopping-cart-widget-footer > .buttons { display: none; }
Regards
-
This reply was modified 1 year, 4 months ago by
-
AuthorSearch Results
Viewing 22 results - 1 through 22 (of 22 total)
-
Search Results
-
Topic: Offcanvas mini cart bugs
Viewing 22 results - 1 through 22 (of 22 total)