magento-1.5 Questions
1
Solved
I am using session in my magento custom module.Below is my code
$session = Mage::getSingleton("core/session", array("name"=>"frontend"));
$session->setData("day_filter", 'weeks');
$session-...
Retroflex asked 8/6, 2012 at 4:1
4
Solved
Thanks for the previous replies.
I am new to Magento and don't know how MVC operates in this framework. I want to display "Hello world" using MVC format--i.e., the controller imports the str...
Selfridge asked 14/10, 2011 at 6:53
2
Solved
I am using the following script to export a list of our products to send to Google for their shopping listing service (Google Base). The script works well, but it leaves the brand and manufacturer ...
Steak asked 29/2, 2012 at 11:45
2
In Magento v1.5.0.1, does anyone know of an issue using the <frontend_type>checkbox</frontend_type> configuration directive in the system.xml? In even the simplest of dumb modules that ...
Vish asked 26/8, 2011 at 15:5
1
Solved
Quick Overview: I am trying to return results from a specific set of static blocks to a phtml file (which is then called on from a cms page) in Magento.
Note: I've been searching all over google a...
Apriorism asked 10/2, 2012 at 18:50
2
Solved
I am trying to create a one step checkout, but in the checkout page I have problem with order review part . When I select a payment method for example "cash on deliver" has 5$ extra, or "checkorder...
Beekman asked 8/2, 2012 at 17:23
1
Solved
I want to put 2 fields on user registration form, /customer/account/create/. Those fields are
gender selection and day of birth.
As I saw magento's customer module already has those 2 attributes, ...
Forsta asked 16/1, 2012 at 14:14
1
Solved
I've three store views : default, de for German and fr for French.
I've translated all the files inside app\locale\en_US in above two languages.
I've placed the respective translated file inside...
Broadleaf asked 10/12, 2011 at 8:3
2
Solved
I want to be able to use $this->__('String to translate') in an external script. How do I do this? Magento version 1.5.1.0.
Myrmecophagous asked 25/8, 2011 at 10:31
1
Solved
I've managed to get to the point where I understand how to move blocks from column to column in my Magento layouts: via specifying a "left" or "right" attribute in the <reference> tag. Howeve...
Yolande asked 11/11, 2011 at 11:53
1
Solved
I am trying to create product block on home page where in I copied page.xml to my theme's layout folder and modified it like
<page_two_columns_left translate="label">
<label>All Two-Co...
Disparate asked 2/11, 2011 at 10:54
1
Solved
Can someone explain what the XMLConnect extension is and what it is used for? I know that in general it can be used to develop a mobile friendly site, but that's about as far as I've gotten w...
Gastrolith asked 27/10, 2011 at 20:5
1
Solved
I'm sure we've all run into a situation where you have multiple extensions with a block or model that rewrites the same core block/model. The problem I've run into is this: How do you control the o...
Cohesion asked 21/9, 2011 at 14:28
© 2022 - 2024 — McMap. All rights reserved.