For example i need to retrieve a value from this session. How should i do ? Exactly i need to get the "customer_log_id".
> Array (
> [core] => Array
> (
> [_session_validator_data] => Array
> (
> [remote_addr] => 127.0.0.1
> [http_via] =>
> ...
Hi,
I've spent hours trying to override the Magento block for the "Add store" and "Edit store" pages in an extension, to add another text box to it. After Going through books and Googling, I've found several solutions which people say are working, however not for me.
One recommendation was this one: http://www.magentocommerce.com/board...
I have the below code courtesy to Edmond's Ecommerce that converts Magento's standard mini-search form to a more detailed mini-search like the ones seen in Amazon and eBay. At this juncture, I'm able to get to the sub-categories of the root directory, but instead, I would like to pull out the array from the sub-sub-categories. Root Direc...
I have successfully setup a shopping cart rule to allow a user to purchase 2 products and get the third free. I used the "Buy X Get Y Free" option and have inserted '1' into the Discount Amount field and inserted '2' into the Discount Qty Step.
I have decided to even further entice my offer and allow the user to purchase only 1 product...
Does anyone have any good resources for developing Magento Modules that integrate with their DataFlow component? I need to build a product/inventory/order synchronization system and am finding it difficult to dive into. I've done quite a bit of digging, but can't seem to find much in terms of documentation, tutorials, examples, etc.
Wha...
how to Change position of currency selector to header part in Magento??
...
Hi,
I'd like the ability to list the category name alongside the product in the New Order transactional email like shown in the screenshot below.
Any help would be appreciated.
Thanks.
...
Currently I’m having some difficulties with using new Magento's soap v2 from c# interface.
With php i was able to do something like this:
$params["created_at"]["from"] = date("Y-m-d H:i:s",Functions::convert_time($dataDa));
$params["created_at"]["to"] = date("Y-m-d H:i:s",Functions::convert_time($dataA));
MageInterface::getSingleton()...
How can I add a custom event in Magento like "done_some_thing"?
I am coding for a shopping cart which gives a certain % discount for the customers who comes through a particular link, and want to show the same in both Cart and Checkout Page
...
Hello,
I am looking for a good shared host which can host magento based web store. Any recommendations would be more than welcome.
Thanks.
...
Hi,
We have a magento commerce site running on an IIS 6.0 server with PHP 5.2.11 running magento.
Whenever user tries to use the print to download pdf to their computer from the admin panel the download does not complete. I can see that the full file is downloaded to the computer but the browser still keeps on saying it is downloading....
Hi,
I`m using Magento 1.3 and I want to test the new 1.4, but is there a way of exporting the products and categories form 1.3 to 1.4?
Thanks
...
Hi folks,
I'm getting this syntax error and I know it's PHP 101, but I wouldn't know php if it hit me over the head with a curly bracket.
Any help would be appreciated. Thanks
<?php echo ($this->getProduct()->getCategory() ? $this->getProduct()->getCategory()->getName() : ‘no category’) ?>
...
I would like to use table rates to specify shipping prices for UK, Europe and Rest of World.
Is there an established .csv file I can use, where each county code is in one of the 3 above areas?
This is what I’m trying to achieve…
UK:
£3.50 normal
£6.50 special
EUROPE:
£4 normal
£9 special
REST OF THE WORLD:
£6 normal
£12 special
Tha...
For a grouped product, I would like to display a link to the simple products it is composed of. For example, if I have a grouped product called Dining Set composed of plates, knives, forks, etc. I'd like each of the subproducts to have a link to that subproduct (click plates goes to the Simple Product for plates)
<?php foreach ($_associ...
Our site, www.wearport.com (sorry - I'm not trying to post this for links stuffing/ad'ing! It's necessary for this question), uses search for users to find products in our catalog. We use the search widget in the admin to gauge how successful users are with searching for products. "Missed searches" are revised with synonyms and redirec...
I have created attributes; “Shop by Type” and “Shop by Color”. They work great within the layered navigation and extended search. I’ve designed graphics and placed them in the home page and would like to link to the respective attribute’s assigned products. Been searching the webs, but so far have been unsuccessful.
If there’s no direc...
I have this code in top.phtml which displays my menu items in my Magento store:
<div class="header-nav-container">
<div class="header-nav">
<h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
<ul id="nav">
<li <?php if(!Mage::registry('current_category')) { echo 'class="level0 active"'; } else { echo 'class="...
I'm using this code to create a list of best selling items in Magento:
http://bit.ly/6rzMXf
Does anyone know how this could be edited so it would show best selling items from a specific category?
Thanks!
...
Similar to the question asked at:
http://stackoverflow.com/questions/1005394/magento-show-custom-attributes-in-grouped-product-table
I'd like to display attributes of simple products in the grouped product page.
However, I need it to work such that you do not explicitly specify which attributes get displayed. Instead, it displays all t...