How to programmatically in a model get all product details which is currently display in Homepage magento.
Related
Currently when a customer enters a coupon code, they are sent to the checkout page with a url such as www.example.com/shop/index.php?route=checkout/checkout. How can I add the coupon code and product id to the url so that I can send the link to a customer and they can simply fill out the checkout page with the coupon already applied without going through the product page and cart?
I want to develop product page like below image for my store is it possible in magento 1.9.x.x?
product page image
I'd like to get a configurable product's simple product images in a sidebar mini cart.
magento get configurable product's added simple product image in mini cart
admin->system->config->sales->checkout->Shopping Cart
There you can find the settings
I need to show featured products in product page by category, I created attribute to set featured product in admin panel, It working fine in admin panel,I need to get all the featured products by corresponding category in products page.
I am novice to magento , so please help me.
You can find detailed tutorial from Magento Wiki to create featured product.
Magento - for what is the Product attribute 'samples_title' used?
When you create a Downloadable Product in Magento, it is the title of your Sample download -- a preview of what you're selling. You can upload a sample and set a title for it that gets displayed on the product view page.
See Admin -> Manage Products -> Add Product, then select Downloadable Product, then click Downloadable Information and select the Samples tab.