Contact us form not sending email: magento
I was working on a magento site and setup contact form but that wasn’t sending email, just posted on contact us page and not showing any message whether email sent or not. I check...
I was working on a magento site and setup contact form but that wasn’t sending email, just posted on contact us page and not showing any message whether email sent or not. I check...
For add to cart button there is a function setLocation called on click in which URL, product id and quantity passed. Share this…FacebookPinterestTwitterLinkedinTumblr
When I tried to insert widget on cms page then there was error message el is null. This is because of a forward slash is missing in lib/Varien/Data/Form/Element/Editor.php on line number 202. Copy that...
I worked on a magento project on which cms images were not appearing in editor and also on front end. CMS editor was getting image urls like http://your-websitelink.com/media//imagename.ext because of double slashes (//) images...
Click on Systems > Import/Export > Export Select Products from dropdown. Then all attributes will be loaded as following. At bottom of that page click on Continue. A pop up will open to save...
My cart block can easily be shown on left sidebar by editing checkout.xml file which is in app/design/frontend/your-theme/layout/checkout.xml Look for following lines… And change name=”right” to name=”left” Save file and refresh your site. DONE..!!!!...
Click on Shopping Cart Price Rules under Promotions Click on Add New Rule button that is right hand side. Enter your Rule Name, select Websites and select Customer Groups you can specify any rule...
We can get shipping or billing address of logged in customer via following statements. All address information is now in $address variable you can use it. Share this…FacebookPinterestTwitterLinkedinTumblr
1. Select Configuration from System tab. 2. Select Main Website from Current Configuration Scope dropdown that is on left side. 3. Select Shipment Methods from Sales section that is in left side bar. 4. From Table Rates tab...
You have to use your own styles to show subcategory image and name. I show on my sites as subcategory image is on top and at bottom of this it’s name printed. Hope...
More