Questions tagged [magento-1.8]

Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses.

This tag relates to the version 1.8 release of Magento. For general Magento related questions, please see .

957 questions
2
votes
3 answers

Creating cms block and calling in phtml

I just created a cms block from magento admin panel and now I want to get it into the phtml I tried this way: getStore()->getCode(); if($currentview = 'default'){ echo…
MZ Game
  • 55
  • 1
  • 10
2
votes
2 answers

Hide Shopping Cart on Top Menu When it is empty

Is there a way to hide the Shopping Cart on Top Menu when it's empty? I believe it is on Links.php file but I don't know what code to add. Also, "Links.php" is a Core file, I am thinking on creating a new module on Local for it. Would it work?…
CDFT
  • 27
  • 9
2
votes
0 answers

How to keep same url for diffrent store in magento

i am currently working on Magento 1.9. I have setup to two website in my Magento now i want to keep same product url for both store :- Store 1 :- www.mydomain.com/ store 2 :- www.mydomain.com/store2/ Now it's possible to keep product url same…
Arunendra
  • 570
  • 2
  • 10
  • 34
2
votes
1 answer

Java script error with prototype

I am getting js error as follows from my magento project.MY project url is check my project. I think it is a error with protype js.i tried js noconflict but no use. Error: Uncaught TypeError: (intermediate value)(intermediate value)(intermediate…
Siby Thomas
  • 63
  • 2
  • 11
2
votes
1 answer

Magento: Custom customer attribute on frontend

I created a customer attribute and it works fine. I can see the attribute on backend and can select the values from backend. Unfortunately, the attribute value is not visible on frontend. Please find my code below which is added in sql…
2
votes
1 answer

increment button not working properly in magento

I am using magento 1.8.1 and i changed the increment decrements scripts. with the change of there design. jQuery(function() { jQuery("div.add-to-cart .qty_pan").append('
sam
  • 337
  • 5
  • 17
2
votes
2 answers

How To Post Custom Web Url link On Facebook?

I am passing the product image, url,summary,name on facebook using
2
votes
0 answers

Not able to load default template file for the application

I have included the following code in {mytheme}/layout/page.xml. But, my application is not loading the default template file. Is there any thing wrong in my code. Please help me.