magento-1.7 Questions
3
Solved
If left to default settings, what circumstances would have to occur for Magento 1.7 to consider a cart abandoned? Where is the code that makes this determination located?
I know that this is proba...
Slip asked 1/3, 2013 at 0:24
2
In the default layout the options and add-to-cart-button are called by
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
I would like to split the configurable option...
Tother asked 6/9, 2012 at 9:20
3
I have fix the problem, FINALLY!
Basically I'm getting WHERE part with $where = $select->getPart('where') and then I go through each condition and searching for created_at, If I find matching t...
Areta asked 9/8, 2013 at 13:15
3
I try to modify magento 1.7 product description to show WYSIWYG editor by default, without having user to click on "WYSIWYG Editor" button, but im fail to find the code where to edit, anyone can gi...
Manganate asked 17/9, 2012 at 3:42
8
Solved
I seem to get an "Upload HTTP Error" whenever I try to upload images in Magento 1.7's admin. I have the entire media folder/files set to 777, .htaccess info is correct, I'm not using password prote...
Serious asked 25/9, 2013 at 1:14
4
I want to get a product collection with products in Category A or Category B. I have been able to succesfully get these products with the following php-code:
$collection = Mage::getModel('catalog/...
Apologete asked 14/1, 2014 at 17:48
4
Magento is throwing a PHP error when I'm trying to create PDF invoices (because my client is running PHP 5.4.19).
Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() m...
Silicify asked 22/10, 2013 at 11:29
3
Solved
How do I create new product custom options type in magento?
For example, I have to give new image a custom option type in magento which fetches an image from my custom module table, and I want to a...
Morris asked 8/5, 2012 at 14:1
3
Solved
I am adapting the modern theme to create a new theme to use.
I need to display all the products in the customers basket. I have this code and currently it only displays up to three items. Is there...
Manic asked 27/12, 2012 at 22:50
1
I have create a following custom attribute using modules.
This is Dropdown-list attribute for Customer.
It should be displayed on checkout page (Customer As Guest/Existing user) Customer Accoun...
Whicker asked 3/5, 2016 at 4:36
2
Solved
I am using module setup script to add new attributes group, attribute set and attributes. I am able to create attribute set, attribute group and add products to group/set. But I am having hard time...
Appointee asked 17/10, 2012 at 6:20
4
I need configure Product price range like
For the product name: $140 - 310 i use below code
if(Mage::getSingleton('customer/session')->isLoggedIn())
{
// Get group Id
$groupId = Mage::getS...
Inefficiency asked 2/4, 2013 at 5:57
5
Solved
I have category id .I got the id from this code
<?php echo $current_catid=$this->getCategoryId(); ?>
now i want to check that this category have child category or not .
if it have chi...
Gehman asked 29/3, 2013 at 12:16
5
Solved
I created a module and want to used core write and read function to insert,update,delete or select database value with condition, how can I do it without using SQL?
Example:
$customer_id=123
Model=...
Markle asked 13/3, 2013 at 2:29
3
Solved
I have products collection.
$_products = Mage::getModel('catalog/product')->getCollection();
In admin panel in Catalog->Manage Categories->Category products i have position for each product. ...
Breather asked 3/10, 2015 at 9:46
4
Solved
I've added a CMS page wich shows all the products listed under the "All Products" category by creating a CMS page with a "two column with left sidebar" layout, and in the content tabs, I've added t...
Christoforo asked 20/1, 2014 at 18:9
3
Solved
I'm currently setting up a Magento shop that will support a few different languages.
One issue that I ran into is that I can't find out how to link two CMS pages together, so that when a user swit...
Nev asked 12/6, 2013 at 18:47
3
I'm new to Magento (I am loving it) and developing a desktop application to run side-by-side with our Magento CE 1.7 store. The desktop application will have it’s own database but we need to fetch ...
Endocranium asked 8/2, 2013 at 14:48
3
Solved
I have tried all sorts of things and I'm not getting anywhere. Please would someone show me how to get the name and id of all available product attribute sets? One will be 'Default'...
I'm buildin...
Conrad asked 29/8, 2012 at 10:52
2
I need to get the country name using currency code which I have.
Is there any possibility?
Tremann asked 27/2, 2014 at 9:51
2
Solved
I have the following collection and want to view the raw SQL within my IDE Xdebug tool -
$collection = Mage::getResourceModel('rp/organisation_collection')
->searchByPostcodeLastname($postcod...
Meldameldoh asked 23/5, 2014 at 16:25
4
I am working on Magento 1.7 version. I placed a order and make payment using Paypal and refund the amount offline. Order status changed following:-
Pending Payment
Invoice #100000001 created
Pro...
Buckra asked 30/4, 2014 at 9:12
6
Solved
Following Directions word for word...
Please upload the patch into your Magento root directory and run the appropriate SSH command:
For patch files with the file extension .sh:
sh patch_file_name....
Runnymede asked 13/12, 2013 at 17:19
2
Solved
How can I enable wysiwyg by default on textarea? I mean, I do not want to click on the wysiwyg button to display the area with tinyMCE :
I want this directly :
Maidy asked 30/11, 2013 at 19:55
3
Solved
Mage/Adminhtml/Widget/Grid/Column/Renderer/Concat.php -- can someone please provide an example of its usage? For instance, can it be used in place of:
$this->addColumn('order_item', array(
'he...
Abri asked 7/6, 2013 at 16:14
© 2022 - 2024 — McMap. All rights reserved.