Customization Options for “View Cart” Slide Appearance
-
Hello! Regarding the appearance of the “View Cart” slide, what display options do I have? Is there a way for me to customize the design, create a new pop-up slide, and apply it in that area? Or at least, do you provide other options for the design?
Hello,
Navigate to Theme Setting -> Shop -> Shopping cart widget -> Choose action after add to cart button.
Also, Navigate to WoodMart > Header Builder > Edit Current Header > Configure cart Settings and choose the cart position.
Best Regards
This is not quite exactly what I meant. Ideally, I would like to create a custom popup slider with a different design to place on the cart button. The question is how I can integrate the dynamic cart update, showing the total cost, within my custom popup. Could you help me?
Hello,
Can you please share some screenshots or examples of what you actually want, so I will check and give you a possible solution?
Best Regards
Hello, As you can see, using a popup, I created a menu slide that comes from the left side. I would like to design a slider that will come from the right. I want to place a cart icon in the header, where clicking it will trigger this popup. Inside the popup, I want to load an element that will display the cart products and calculate the total. Essentially, I want to replicate the functionality of the default “view to cart” but load it in a separate element.
I understand that I could potentially use CSS to modify the existing cart view to make visual changes, but I am asking if I can have the option to fully customize my own “view to cart” design from scratch.
I attach images for your help.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find it in the file woocommerce/includes/class-wc-cart.php
You need to edit the theme files for this. All the customizations made in the theme files are at your own risk.
Best Regards