Magento displays price of configurable product instead of simple product - php

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!

Related

Decrease woocommerce cart count if specific product is in cart

does anyone know a possibility/function to decrease the woocommerce cart count, if a specific product is added? The product itself is just a configurator for add-ons and doesn't need to be count.
Hope anyone can help.

Link quantity to product variations in Woocommerce

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.

Add to cart button showing in configurable products but not in simple products in magento

http://geecosme.nextmp.net/weaves/human-multiway-weave-135/human-multiway-weave.html
Its a configurable product.
here you could see that add to cart ('add to bag') button is there.
http://geecosme.nextmp.net/weaves/human-multiway-weave-135/human-multiway-weave-18-inches-darkest-black-120-grams.html
This is a simple product
In this simple product add to cart button is not showing. I have checked everything from quantity to availability and even reindexed data after setting manage to No. still nothing.
Its ajax based add to cart button.
Simple products that have a parent configurable product shouldn't be visible individually.
Magento will check if it has a stock on the simple product and will show it as an option in configurable.

Magento - Custom options do not update price of configurable product

In Magento 1.9 I've created configurable product with 2 associated products. In Super product attributes configuration I set-up fixed price difference like for any other configurable product. Later on I created a Custom Option called Gift Wrap (checkbox, fixed price, sku: gift-wrap) for the main configurable product.
When selecting the checkbox in front-end and adding item to the shopping cart the checkout page /checkout/cart/ shows price without custom option! Why Gift Wrap price was not summed with Configurable product price?
We managed to find the root of the problem. Magento's Configurable product works just fine with Custom Option. We had installed FME_Pricecalcultor there are bugs in FME_Pricecalcultor_Model_Observer observer model.

Variable product prices not showing in woocommerce front-end

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.

Categories