Hi.
I’m using my own function to multiply the product price by a value X that changes every day.
For example:
The product price is 100.
X is 1.2
The store shows 120.
I’m using the filters woocommerce_product_get_price and woocommerce_product_get_regular_price Is there a filter I can use to do the same for the option price?
Thank you
]]>Hi,
Your plugin is very useful. Thank you very much.
Currently your plugin is still warning about compatibility with HPOS.
WooCommerce has detected that some of your active plugins are incompatible with currently enabled WooCommerce features.
This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance order storage’, it shouldn’t be activated.
Can you update this so that it no longer warns in wp-admin?
Thanks ??
]]>Hi there,
Thanks for a good plugin that simply just works !
I really want to activate the HPOS feature due to the better performance in backend and checkout. However, I have to add code to the core plugin files for adding support for HPOS. Can you consider making an small update for the plugin that declare the compatibility in the original core?
Also: The plugin seems to be supported, but it is marked with the WordPress warning: “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
You could consider removing that if the plugin is continuously supported.
Best Regards,
Peter
No Addon prices are added to the checkout just the listing of the addon but the pricing is not added to the Total purchase. Also it seems that setting up the Addons to one product can not be saved as a template to be added to other products. Is that a bug or am I missing something. Thank you
]]>Hello, first I would like to express my gratitude to the creator of this plugin for their outstanding work.
I’m encountering two minor issues:
How can I resolve these two issues?
]]>Hello! Tell lplease, is it possible to set a condition?
Ex.: if product have options I want to show picture in poducts catalog, if no – picture don;t show.
Thanks in advance.
Hi, can the creator of this awesome plugin please fix this compatibly issue?
This plugin is incompatible with the enabled WooCommerce feature ‘High-performance order storage’, it shouldn’t be activated.
Thanks!
Due to the add on price, entire product price is not converting properly when I try to switch the product price from INR to USD. Currency convertor you can see in any shop/category landing page and checkout and cart pages.
]]>Hi! The Simple Product Options for Woocommerce is showing as incompatible for Woocommerce’s High-performace Order Storage. Is this something that is on your list to rectify?
Thanks ??
]]>Hello,
I updated WordPress and WooCommerce. This problem with the plugin didn’t exist before, but it’s happening now. When I try to add a product with extra options using this plugin, an error occurs when I add it to the cart. The error says, ‘This page isn’t working, onlyonclick.com is currently unable to handle this request. HTTP ERROR 500.’ Products without these options work fine.
Hello, the plugin is not woocommerce 8.3.1 compatible. Have you planned an update? Regards Rainer
PS I like your plugin ??
Good morning,
I have a small problem with updating the price when selecting an option. If I take it natively it works fine but when I personalize it with my theme (Divi) it doesn’t work. I notice that the options are visible in the order basket but the price is still not up to date.
What can I do to restore functionality while still being able to customize my product page?
Thank you in advance for processing my request.
]]>The different optional pricing is not updating. It did do on a previous theme but not with the Elementor based theme I’m using now. The patch in the install instructions you mentioned is not working for me either.
Any suggestions as to how to fix this?
(this.priceDiv = $(‘#product-‘+ this.productId +’ .summary .woocommerce-Price-amount’);)
]]>Hi, this plugin works great for us apart from the Woocommerce currency symbol disappears from the price when you select a product option. Any ideas how to fix this?
Thanks
]]>https://i.imgur.com/5y2eVyv.png
I try install pofw_1.0.0_with_product_options_on_shop_page.zip but yet, nothing appear at shop page. Do you have other code that make your plugin work to appear at shop page and category and same time can use it and appear to cart page?
The product add-ons show the price on the product page but i want the add-on price to show up in the cart next to the add-on not just the total of the product + add-ons.
Currently it just shows the total as per the attached picture.
The product is $150 and the add-on is $30 so i would like this to be shown not just the $180.
Theme is: Storefront. Using: Woocommerce and Product Options for WooCommerce
Thanks
]]>Hello,
I have been trying to figure this issue out for a while now, but I am unable to resolve it. The pricing of the side cart does not include options pricing, it only shows it in subtotal – but not before subtotal next to the item.
]]>I am trying to import the fields that I created manually in a text record. But when I export the test records I dont see any additional fields representing the added drop downs in the test record. How can I tell what the field names are and the content structure needed in order to bulk import products with added fields?
]]>I need to give you some context first. We are using a Woocommerce/WCFM mobile template developed by InspireUI which is known as FluxStore. We also have a WCFM website and the FluxStore app integrates with this website.
The problem is that the FluxStore app does not show the Product Options in the Product Detail screens. When I did the investigation I understood that it is because the Woocommerce API, from which the FluxStore is getting the product detail does not have the Product Options in the Json response. I did some investigation on your forum and found this thread: https://www.ads-software.com/support/topic/webhooks-support/.
I did some changes in the code you provided and I was able to get the Product Options in the API response.
This is the filter and function I added in the Observer.php file.
add_filter('woocommerce_rest_prepare_product_object', array($this, 'add_options_to_wcfm_rest_api'), 10, 3);
public function add_options_to_wcfm_rest_api($response, $product, $request) {
$product_id = $product->get_id();
$options = $this->getOptionModel()->getProductOptions($product_id);
$response->data['product_options'] = $options;
return $response;
}
The problem with this approach is that if there is a new update from your side then our changes will be overridden and gone.
So my first query is what will be the solution to this problem? Can you add this feature to the plugin and give a new update?n
My other problem is that after the user has selected the options from the app then I will have to feed this data back to Woocommerce on our website. The FluxStore is using its own REST api that it made using its own plugin. Because of this we cannot input the Product Options when the user adds a product into the cart or do a checkout from our app.
If you have an idea can you please help us regarding this too.
]]>Hello,
We use the radio options on some of our products and found that no matter which options our customer was choosing, the product page would show the correctly but when the customer pressed “add to cart” the most expensive options would appear in the cart. After changing the sort order I realised that it was just adding the last in the sort order (not necessarily the most expensive).
It appears that this has occurred due to an incompatibility with “Ajax add to cart for WooCommerce” which I added for a different reason. The problem does not occur with the dropdown option so I am using for now.
Thank you
]]>Good day! Installed the plugin, everything is ok! I read the entire thread on the forum, but I just can’t figure out the problem – the total price does not change when choosing an option. Impreza theme – please help!
]]>Hello, how can we make the options inline to save space?
It will appear like this:
S M L
Instead of:
S
M
L
Hey Pektsekye,
As you see, the price does not update when I choose any options on the checkbox. Please let me know if you could help.
Also, can I adjust the placement of the Plugin? It is now on the left hand of the “add to cart” button, which looks so ugly.
If yes, how?
Thank you.
Ray
]]>Hi
I want to go check all products in cart if option is checked and do something accordingly. how do i do that? do i need to access the field in the database? if so what is the name of the field?
Thanks
]]>I see the vehicle fitment tab on main language front-end,
but I cant get it to display on secondary language.
**Note** that I export all the products with pofw-csv-export through woocommerce, then adjust the csv and import it back in, normally but the products are not getting the backend fields set in the custom options tab.
]]>Пытался разобраться сам, но не все могу понять.
Версия плагина 1.0.0. я так понимаю последняя и содержит большинство классных и полезных доработок, но нет пояснений какие можно параметры дописывать к опциям, чтобы упростить работу.
– Интересует как копировать те же или похожие параметры в продукт, не переписывая его каждый раз(и не делая дубликаты продукта). Вижу в доработках эти функции, но нет общего списка добавочных функций с объяснением для чего они.
– Вычитал что можно css использовать, но не понял как.
– Так же нужна функция импорта, но не смог по примерам разобраться.
– В благодарности к плагину я просил возможность выбора отображения None(Нет).
Например мне нужно предложить упаковку, опция выбора НЕТ(не нужна упаковка) и ДА(нужна упаковка), то есть НЕТ как бы по умолчанию и если НЕТ, то и отмечать её не нужно и сама кнопка выбора не нужна. То есть по факту только одна кнопка ДА с возможностью отметить.
Спасибо.
Hi,
is it possible to choose the first radio button checked as default?
Thanks ??
]]>Hello, I’m debating wether to use this plugin or setting up 1000s of variants for my product’s multiple options (1 product, with 12 choices, each has 2-3 options) It’s like choosing your ‘build-spec for a new car.
I’ll need to combine the WooCommerce site with an ERP/MRP system to enable correct pick&pack for each vehicle assembly and parts-bin order.
Would creating a variable-product (which has a unique SKU for each possible variant), be any advantage?
]]>I wanted to use this to utilize radio buttons on a product where the options do not affect the price. Works great. BUT when I use the Woocommerce attributes for a different product, this plugin appears to be intefering. I cannot add to cart and instead get a “please-choose-product-option9s)” error. If I disable this plugin I don’t get that problem. Is there a setting I’m missing?
]]>Hello,
I use YMM-Search to search for products, but If I dont fill all 3 Make Model Year categories on search, I get no values inside the vehicle fitment tab.
]]>