I would like to link the product variation to the quantity on woocommerce in WordPress 4.9.8, and I installed Quantities and Units for WooCommerce plugin.
This plugin just let me set the minimum and maximum quantities but it's not attached to the product variations. In the image bellow you can see the quantity that doesn't change with the product variation:
Is there any way to do that?
I was searching and I found that the people said that I can do that in php but I have a poor knowledge .
Any help on this please.
Related
Hope your doing well today!
Well I'm facing something and I don't know if it's editable or if I can do something about it.
Basically on a WordPress site with some product and reduction code with the Woocommerce core.
They (the client who mandate the site) always use the fix reduction on the cart but in the order tab of woocommerce when we check an order the discount appea on the product(s) for exemple if I have 3 product in my cart and a fix discount: 50.
Everything is fine for the customer they have the reduction but in the backoffice if I check the order page and the recap the reduction apply on the cart and not split between product as show on the image.
Basicely what they asking me is how to apply only in the order/invoice/etc the reduction on the cart and not displying it to the product(s)
I hope i'm clear with my question if u need more information don't hesitate.
Thx everyone !
I have searched around the web, but haven't been able to find anything that point me in the right direction.
It is possible to create a coupon in WooCommerce, that doesn't discount sale products, but we need to "reverse it", so it only works with sale products.
Has anyone been able to do that? Any help is appreciated here.
How many sale products do you have? Out of the box, you could select the list of products the coupon applies to within its settings
Now that I think of, you could assign all sale products to a given category e.g. "Sale items", and use that to include product categories in the coupon settings
Otherwise, if you don't want to to things manually, there is some PHP to write
I have set up WordPress and WooCommerce website but on front-end product prices are different than which I set for product in WooCommerce while creating.
If I set product price 22.99, then on product front-end it shows price of product 23.
Please help me to solve this.
Please find screenshot.
1) Product backend =>
2) Product frontend =>
You need to set the Number of decimals field in WooCommerce >
Settings > General. under Currency options.
Please check the attached image.
Hope this helps!
I'm creating a woocommerce shop in which I sell products with color/size variations. Next to that I also use Woocommerce product add-ons to enable users to input a name that will be embroided on their product. I neatly input al the product variations like so:
After publishing the product it doesn't show any price though. How is this possible? A screenshot of how the product is shown on the front-end:
the plugins and add-ons I use for WooCommerce:
WooCommerce Product Add-ons
WooCommerce Print Invoice & Delivery Note
WooCommerce Variation Swatches and Photos
The default functionality of WooCommmerce pluging for WordPress is that it doesn't show the price for variable products.
As there are many variations and each variation have different pricing a drop down list is provide to select a variations. So only after selecting a particular variation prices for the same will be display.
Try adding sale prices for all variations. And check whether the pricing range of the variable product is shown or not on front-end or not.
A link to this page would be more helpful to debug your problem.
With an import script I created configurable products in Magento. The price of the configurable product is displayed on the frontend, which is not what I want of course. I want to show the price of the selected simple product.
On the product detail page, when I change the configurable attribute, the price is not updated. The price of the configurable products is always visible. Also, when I add the product to the cart, the configurable product price is displayed.
When I add each simple product of a configurable product to the cart, it still displays the configurable product price. I can see that there are different products in the cart, so the problem is not that it is always putting the same simple product in the cart.
How can I fix this? Where do I start looking?
I don't know what caused this, because another company made this webshop.
Thanks in advance!