Profile
Achievement
TioSolid's Recent SnippetsTagged magento
- All /
« Prev 1 Next »
I’ve implemented something similar a couple of months ago. What we wanted was to prevent the cart from the old session from merging into the cart of the current session at the point when the customer login. If that describes what you want as well,...
0
1233
posted 15 years ago by TioSolid
The "design/header/logo_src" matches the path column in the core_config_data table in the database. You can use the path value to load the value of any config row.
0
1379
posted 15 years ago by TioSolid
How to retrieve product attributes outisde the product page in Magento
0
1185
posted 15 years ago by TioSolid
How to get a custom product attribute inside a view (.phtml) file.
0
1398
posted 15 years ago by TioSolid
Allows you to read any config in the magento database based in its path. The path is defined inside the system.xml file of the module. The table is core_config_data
0
1580
posted 15 years ago by TioSolid
How to retrieve the amount of items the user has into the cart
0
1342
posted 15 years ago by TioSolid