I'm just new in magento development. i need multiple add to cart buttons with quantity field on product page.
Is there any extension for this ?
Image link
http://i.stack.imgur.com/QC5NL.jpg
Please help me.
Thank you in advance.
Related
I created a template to display the installments price of the product, on the product page. I need to update this price when the user clicks the configurable product option.
I created a preference for Magento\ConfigurableProduct\Block\Product\View\Type\Configurable to create a new price_type_code but debugging the product page does not pass through the getJsonConfig() method.
I also created a preference for Magento\Catalog\Block\Product\View\Options and debugging the product page also does not go through _getPriceConfiguration().
Where should I enter the values for each configurable product option?
Magento 2.2.3, PHP 7.0.28, Mysql5.6
Any help is welcome. Thanks
I solved it by creating a preference for Magento\Swatches\Block\Product\Renderer\Configurable
Thanks
I would like to receive some guidance or tips on how to create the following simple magento addon. I want to add a new tab when editing a product in the back-end, which for every product the admin can enter a few more details on a textarea which I will later on display on the product in the front-end on a separate tab.
Thanks in advance.
You have to create custom attribute to add a new field in all the products .
You can refer to this link:-
http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-attributes-custom-fields
Hi I created a new theme and created a .phtml for category view.
/myTheme/template/catalog/category/view.phtml
I also set the category on Magento Back-end Manage Products to use this theme.
However on my category page. It is still blank.
I would appreciate any help on what I'm doing wrong. Thanks in advance.
You will set your theme for your category in Manage Category not Manage Product
To change Product View design you need to modify catalog/product/view.phtml
I'm using the Magento Shopper Theme (http://shopper.queldorei.com/).
When I add a product to cart, cart doesn't update and show the products added to cart. But if I refresh the page, then it shows the products added in the cart.
Does anybody have an idea of what to do to fix this?
This is your problem. Use chromes debugger to debug ajax requests. Also, you are including jquery but it doesn't exist at the URL specified.
Please Check you have included more that 1 jquery files .
We are trying to create a website similar to this one (https://www.hotcha.co.uk/c/21/main) in Magento. The main thing we are trying to achieve is the multiple Add to Cart buttons within the catalog list page.
Is this even possible in Magento?
If anybody could shed a little light on this for me it would be most appreciated.
Thanks
You can do this by adapting the Related Products Manager extension.
More info: http://www.magentocommerce.com/magento-connect/related-proudcts-manager-7301.html