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?
Related
I have a woocommerce installation with variable products. Basically iits a catalogue that users can view and place bulk order.
There are over 50K products (with variation). There are nested categories like Tshirt (Polo Tshirt, round neck Tshirt, Sport tee, womens T-shrt etc) and there are other categories that is not nested for instance Head gear or bags.
Pages (products) with nested categories are not loading properly. Single level categories are working fine.
For multilevel categories, the site is taking 5-10 minutes to load and that’s like terrible. In fact if I test the page speed on google, it times out.
I have already checked image size, using W3 Total Cache and Max CDN (premium) so that does not sound like an issue.
The issue is primarily with multi level categories. So I guess it’s the woocommerce issue and not related to hardware, hosting or something like that
I am using latest version of woocommerce.
I am using storefront-childtheme
These are the active plugins (if it helps)
Contact Form 7,
Cookie Consent,
Photo Gallery,
Product Categories Designs for WooCommerce,
Quick Product Image Upload,
Regenerate Thumbnails,
Ultimate WooCommerce Brands,
UpdraftPlus - Backup/Restore,
W3 Total Cache,
WooCommerce,
WooCommerce - Store Exporter,
WooCommerce Auto Category Thumbnails,
WooCommerce PDF & Print,
WooSwatches - Woocommerce Color or Image Variation Swatches,
Wordfence Security,
WP All Import - WooCommerce Add-On Pro ,
WP All Import Pro,
WP Super Cache ,
YITH WooCommerce Zoom Magnifier,
Yoast SEO,
Zoom Image,
Do you guys have experienced similar issue and if yes, how did you got it resolved.
Thanks in advance.
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.
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/
In magento 1.8 the configurable products are not updated of the sample products, for example if one of the sample products is out of stock it shouldn't appear in the front end as an option of the configurable product, So I have to go to admin panel and save this configurable product manually, then it got updated or refreshed and the option of this sample product disappeared. I have tried to reindex and clear the caches but it didn't work, only saving the product works, and it is a very hard work to go to each product open and save it.
Is there any suggestion?
We currently are setting up a system with Simple and Grouped products, each of the simple products have names such as strawberry, chocolate.
The grouped product has the full product name. This has been done because I have developed a front end interface to allow for a wholesale style shopping experience,
Now in the backend when looking at the orders it obviously shows the SKU and then the product name which is Strawberry or Chocolate, Is there a way of showing the grouped product also above each of the simple products?
Sorry just to update, I mean this when you are viewing the orders in the backend of Magento,
Regards.