TioSolid


Member since 2010

17 snippets

5543 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

TioSolid's Recent Snippets



« Prev 1 Next »
0 1688 posted 15 years ago by TioSolid
0 1615 posted 15 years ago by TioSolid
In example: find all files (recursively from the current directory) bigger than 20000kb
0 1580 posted 15 years ago by TioSolid
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 1418 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 1627 posted 15 years ago by TioSolid
How to retrieve product attributes outisde the product page in Magento
0 1435 posted 15 years ago by TioSolid
Return a list of all store Categories
0 1881 posted 15 years ago by TioSolid
How to get a custom product attribute inside a view (.phtml) file.
0 1669 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 1821 posted 15 years ago by TioSolid
I needed to create several pages that didn't use any models and contained static data inside the default layout. My first thought was to create a controller for these pages and define an action for each static page I needed. However, this solution se...
0 1507 posted 16 years ago by TioSolid
Another common use of Auth component variables is to allow access to certain methods without the user being logged in (by default Auth restricts access to every action except the login and logout methods).
0 1777 posted 16 years ago by TioSolid
How to retrieve the amount of items the user has into the cart
0 1588 posted 16 years ago by TioSolid
How to get the cart total in a Magento Page
0 1426 posted 16 years ago by TioSolid
« Prev 1 Next »