-
Author
-
October 31, 2015 at 22:56 #85273costa974Participant
kleo mini cart doesn’t call all the hook and action the woocommerce cart does!
please fix it
October 31, 2015 at 23:05 #85278LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 31, 2015 at 23:17 #85281costa974Participantfor example: woocommerce_cart_item_price, woocommerce_single_product_image_html, woocommerce_cart_item_name
October 31, 2015 at 23:27 #85283costa974ParticipantThanks, maybe I bought the wrong theme, it seems to be very buddypress oriented. But it’s so beautiful!
November 4, 2015 at 22:04 #85652costa974ParticipantSo? Any news? Have I to implement it by myself?
November 7, 2015 at 22:33 #86196costa974Participant?????????????????????????????????????????????????
November 7, 2015 at 23:17 #86198AndreiModeratorHi,
Sorry for the late reply, can you please provide a few more details about what you’re trying to achieve and it doesn’t work ? When you’re referring to the mini-cart, should I understand that you’re referring to the ajax shopping bag from the main menu ? Please provide me more details so I can help you out.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 9, 2015 at 15:03 #86367costa974ParticipantI use the following woocommerce hooks to customize the shopping cart and everything works fine in standard woocommerce cart:
woocommerce_cart_item_name
woocommerce_single_product_image_html
woocommerce_cart_item_subtotal
woocommerce_cart_item_priceBut these hooks are not called by your ajax minicart.
I think you should follow the reference implementetion of woocommerce minicart in
plugins\woocommerce\templates\cart\mini-cart.php
If you open that file you will notice they keep calling apply_filters()… so that custom hook code is properly called.
Thanks
November 15, 2015 at 19:58 #87381AndreiModeratorAbsolutely not, I’ll be giving a closer look into this and I’ll get back to you with more details.
Thank you for your patience.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2015 at 18:05 #88344AndreiModeratorHi,
Please use the file you can find in the attached archive to replace the following file “wp-content/themes/kleo/lib/plugin-woocommerce/config.php” and in the future we’ll include this in our release as well.
I have added the following filters:
woocommerce_cart_item_product
woocommerce_cart_item_name
woocommerce_cart_item_thumbnail
woocommerce_cart_item_price
woocommerce_cart_item_quantityLet me know if you need any more help with this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.November 24, 2015 at 17:43 #88810AndreiModeratorI’m glad to hear that!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.