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.
Related
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.
i am using Magento 1.9 CE and using some Upsell Products.
I have two Customer Groups - General and Retailer.
Retailer can see and buy all Products.
General can see all, but canĀ“t buy all Products.
Now i have some Upsell Items and i want to show them only if the Customer Group can buy them.
Is there any way to do it?. In Magento Enterprise is the Option Rule-Based Product Relations is there anything like that for CE?
Try to override block with Upsells and modify query which fetches data from DB.
http://inchoo.net/magento/overriding-magento-blocks-models-helpers-and-controllers/
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!
I have a catalog of configurable products, each with associated simple products.
e.g.
Dog Food which comes in 2kg, 6kg, 8kg.
The 2kg costs 5.99
The 6kg costs 10.99
The 8kg costs 11.99
The price on the front-end should reflect that of the chosen drop-down options.
My problem. It is not.
My troubleshooting
I have role back to Default theme to test this and no luck
I have then looked at using SCP (Simple Configurable Products) to use
AJAX to update, I have this on a different site and this works fine.
I have then looked at remove -clone from the priceHtml block as
discussed on Magento forums
When I add the products to the cart once the drop down is chosen using SCP then the price does update when added to the basket but not on the product view page.
I am now looking at the data and all the data looks correct and the simple products are associated to the configurable.
There are no JS errors in custom theme or default theme.
I am using Magento 1.7
Any ideas?