axelte
Forum Replies Created
-
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Disable in MinicartThanks for the code. However the problem is that the other plugin already have +/- buttons and using your plugin leads to have the +/- buttons duplicated in a way that are only working your buttons but not the others. So is there a way that your plugin dosent disable the buttons of the other plugin?
ThanksForum: Plugins
In reply to: [Food Online for WooCommerce] Total not showing in popups with addonsYes, but not in the product popups when selecting add-ons. It doesn’t appear the subtotal nor the totals. Any solution for this? Thanks
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Disable in MinicartHi, thanks for your quick answer. The other plugin is called food online. Cant share a link as I am working in localhost currently. Your plugin is disabling the +/-buttons of that plugin. So is there a way at least to not disable the other plugin buttons? Thanks
Forum: Plugins
In reply to: [WooCommerce] Hide product with no image in related productsHi, could you finally have a look at this? thanks!
Forum: Plugins
In reply to: [WooCommerce] Hide product with no image in related productsThe website works well but the single product page. It appears the message error where it should be the related products:
There has been a critical error on your website.
Also the product page appears with a reduced size
Forum: Plugins
In reply to: [WooCommerce] Hide product with no image in related productsHi Stef, thanks for your help but it seems to be something wrong as it is giving me critical error. Cant find the error. I also tried with
‘key’ => ‘_thumbnail_id’,
but no luck eitherForum: Plugins
In reply to: [WooCommerce] Hide product with no image in related productsHi Stef, thanks for your quick answer. It seems that it is still not working. They appear in both page of products and related products. And another query, also would be great to hide them in up-sells or cross sell products. Thanks ??
Forum: Plugins
In reply to: [WooCommerce] Hide product with no image in related productsHi Stef, thanks for your answer. Just trying your code and it is hiding products with no images in the shop page but still can see them in the related products. It would be great to be able to hide these products only in the related products section. Thanks!
Forum: Plugins
In reply to: [Product Add-Ons for WooCommerce] How to get addons per itemThank you for help. Could you tell how the plugin creates the meta_key_name of the addons? What would be the meta key name of an addon called Extras? so that I can use this code? Thanks!
$item_addons = $order->get_item_meta($item_id, meta_key_name,, true);
Forum: Plugins
In reply to: [Product Add-Ons for WooCommerce] How to get addons per itemThank you for your answer, but I am still not able to get the addons of the products. I am struggling a lot on this and it should be something simple. Could you help me with something more specific? thanks you!
Forum: Plugins
In reply to: [Product Add-Ons for WooCommerce] How to get addons per itemThank you for your answer. Yes, I would like to get something similar as I get in the email confirmation. So I would like to know which function returns the addons for each product? so that I can build a summary as I posted before. I will really appreciatte if you could help me with this. Also I am just checking the confirmation page and can see that the addons dont appear there.
Thank you!
Forum: Plugins
In reply to: [Product Add-Ons for WooCommerce] How to get addons per itemHi, Thank you for your answer. I meant product instead of item. I am trying to get the sumary of an order that has been placed. So I want to get the addons ordered within that product. So I am using the code I shared before to get something like this:
1 x Classic Burger – (Extra Cheese, Extra Bacon)
1 x CheeseBurger – (Extra Cheese)Where Extra Cheese and Extra Bacon are the addons.
Hope is easy to understand this way. Thank you!
Forum: Plugins
In reply to: [Food Online for WooCommerce] Removing items from minicartI am able to use + and – when the quantity is more than 1 with no issues, but when I push – to make it 0 it doesnt work always. If I want to delete an item I have to increase the quantity first and then decrease it slowly allowing the minicart refreshes till make it 0. Is there a way i could add also the X button to the +/- minicart to be able to remove items and keep the +- funcionalities? Maybe modifieng something in the php files? Thanks