Home › Forums › WoodMart support forum › Assistance with Adding Content to Sidebar Cart
Assistance with Adding Content to Sidebar Cart
- This topic has 7 replies, 2 voices, and was last updated 2 months, 2 weeks ago by
Hung Pham.
-
AuthorPosts
-
December 16, 2024 at 11:22 pm #622995
AmitParticipantHello support,
I am looking for guidance on adding content to the sidebar cart. Could you please let me know if there is an option or method available to achieve this?
Image attached for your reference.
Your assistance would be greatly appreciated.
Thank you in advance for your support!
Best regards,
AmitAttachments:
You must be logged in to view attached files.December 17, 2024 at 1:35 pm #623181
Hung PhamKeymasterHi Amit,
Thanks for reaching to us.
Unfortunately, complicated customization is out of our basic support.
Thanks for understanding our limitations. Let me know if you have any questions.
Kind Regards,
December 17, 2024 at 4:40 pm #623248
AmitParticipantHello,
This is a simple task. We need to create an HTML block and use the shortcode [html_block id="23329"] to add that section to the cart sidebar. The key requirement is to specify the position for insertion, such as below the product list in the side cart or above the subtotal price or below the subtotal price. Please include an option in the settings to allow positioning of the HTML block in the cart sidebar.
Thanks
-
This reply was modified 2 months, 3 weeks ago by
Amit.
December 18, 2024 at 8:58 am #623424
Hung PhamKeymasterHi Amit,
Please add this code to the functions.php of the child theme:
add_action( 'woocommerce_widget_shopping_cart_total', function(){ echo do_shortcode( '[html_block id="3008"]' ); }, 5 );
[html_block id="3008"]
insert your HTML block ID in this place.Best Regards
December 18, 2024 at 2:48 pm #623548
AmitParticipantHello, Please take a look at attached image.
Attachments:
You must be logged in to view attached files.December 19, 2024 at 10:57 am #623820
Hung PhamKeymasterHi Amit,
You can use this
woocommerce_mini_cart_contents
hook to add your own content.https://unlimitedwp.com/ecommercehints/woocommerce-mini-cart-visual-hooks-guide/
Kind Regards
December 21, 2024 at 10:19 pm #624474
AmitParticipantHello,
Thanks for the Hook.
And I would like to submit a feature request as suggested by Aizaz Imtiaz Awan(LINK). I was directed to the following thread to post the request: (LINK)
However, the thread appears to be marked as closed to new replies. Could you please advise how I can proceed to submit my feature request?
Thank you for your time and assistance.
Best regards,
AmitDecember 23, 2024 at 8:20 am #624585
Hung PhamKeymasterHi Amit,
Thanks for your patience.
If you need it, you can create a Feature Request on this topic (https://woodmart.canny.io/feature-requests), and we will consider it.
Kind Regards
-
This reply was modified 2 months, 3 weeks ago by
-
AuthorPosts
Tagged: Cart Sidebar
- You must be logged in to create new topics. Login / Register