Is there an easy way in Magento to display individual products in a cms page without copying and pasting the code from the catalog pages?
I have a blog on my magento store and sometimes I'd like to drop the listing for individual products into the posts.
...
Why does my page.xml file not change the layout of the homepage?? It changes the layouts of the other pages, but not the homepage. Does the homepage have its own layout xml file??
...
I want to insert tracking codes on all of the pages of a Magento site, and need to use a different syntax if the page is a CMS page, a category browsing page, or a product view page. I have a custom module set up with a block that inserts a generic tracking code on each page for now. From within the block, how can I distinguish between C...
I am building a site that needs to display some product info from a Magento Database, but display it on another page/site outside the Magento intallation. I know the information gets displayed twice, but I would like the site to avoid content duplication and pull that same info from an only source, the Magento product database.
Is this ...
In Magento, if you need to get / fetch the Shopping Cart's Item details, you can do it in any of the two possible ways, which will provide you with all the shopped Items in an array:-
$cartItems1 = $cart->getQuote()->getAllItems();
$cartItems2 = $cart->getItems()->getData();
But before using any one of the above two methods, you need...
Hello, i'm new at magento. I want to show a list of products in magento frontend with attributes such as color, size, quantity and add to cart option but the the front page show me the bellow message...
There are no products matching the selection.
i used in homepage editor the bellow code:
{{block type="catalog/product_list" category_...
I need to extend the magento cms module, if I follow the generall module creation steps its overriding the existing module and trying to run my module, but I want my module to work along with core magento module.
...
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/ssmagnet/public_html/lib/Zend/Locale/Format.php on line 103
Please help me to resolve this issue
...
Hi people, I want to change via web service a remote inventory, I know that via Event Observer Method can triger my code, but I don't know which event is useful to complete my task, like on_order_complete, is there an updated list of events or more documentation?
...
Hello, experts!
I need to build Special Java Api to wrap Magento Api. After struggling with several Magento bugs, I am finally able to login and get session id; but any method I call leads me to an error. The error is:
Procedure '*procedure name*' not present
I generated Java code from wsdl using Eclipse build in plugin and wsdl loc...
I'm using the method described here to display an individual product on a cms page:
http://www.molotovbliss.com/magento-commerce/magento-display-a-product-image-within-static-pages-and-blocks/
The problem is that if I try to display 2 products using this method both blocks show the same product even if I specify a different id in each ...
I currently have an extension that I created and it currently sits inside of its own top level menu. I would like to move it so that the item would appear inside of the Customers menu. Does anyone know how to do this?
It looks like this is handled inside the extensions config.xml file. The code that I have for it right now is as follo...
Hello,
Is it possible to have two different memcached server to separate admin sessions of the frontend sessions in magento ?
It is actually possible to separate sessions and file cache, but it applies on both admin and frontend, which dissallow to clear, for example, only admin sessions.
If you want to clear admin sessions, you have ...
How do I retrieve a success message in Magento?
Array
(
[core] => Array
(
[_session_validator_data] => Array
(
[remote_addr] => 192.168.151.102
[http_via] =>
[http_x_forwarded_for] =>
[http_user_agent] => Mozilla/5.0...
Hi,
i install magento and create page in cms>page.
But how create meniu? How make links in page?
...
Hi,
I have created a module that has an "export like" method running regularly as defined in my module's cron area of the config.xml file. But I'd like to give the user the ability to run this export method on demand by adding a "Run now" button in the system configuration, thus using the system.xml file.
It seems that the "frontend ty...
I used the Magento Connect downloader to install the blank theme extension, but I did not switch to it as I was unable to access any-page anymore. Instead, it started showing php errors for front-end and Magento generated security errors for admin.
Frontend Error:
Fatal error: Call to a member function toHtml() on a non-object in D:\...
how do i add default magento contact form to a static block?
{{block type="core/template" name="contactForm" template="contacts/form.phtml"}}
doesn't seem to work.
thanks
...
HI,
Now i get all categorys and subcategory.
How get only subcategory?
<?php foreach ($this->getStoreCategories() as $_category): ?>
<?php $_menu .= $this->drawItem($_category) ?>
<?php endforeach ?>
...
hi,has anyone used Unirgy_StoreLocator extension for Magento? i've got the Google map showing up but how can i change the default map location and zoom value? thanks.
...