husseycoding / ajaxcartpopup

3 stars 10 forks source link

Extension does not work #4

Closed Terry0421 closed 9 years ago

Terry0421 commented 9 years ago

Hi, I am Terry.

I am using Magento 1.7.0.2 and not default theme.

I downloaded this extension and activated followed the instruction ( set "Yes" on Enabled area on config page), but nothing was coming up on header so far.

Do I have to do something like calling php function on header.phtml?

I am beginner to Magento, please help me!!

Thanks

husseycoding commented 9 years ago

If the right elements are in place you don't need to do anything. Whats the address of your site?

Terry0421 commented 9 years ago

This is the address of my site http://mishkataiwan.com/index.php/

husseycoding commented 9 years ago

The standard element structure and class names have been altered for the header cart link - you will need to restore this if you want the extension to work unmodified. Otherwise you are of course free to customise the extension to your needs.

Terry0421 commented 9 years ago

I know this is stupid questions though...Could you please tell me what the standard element structure and class names are need or do you have any idea to restore this easily?

I took this website from someone in the middle, so i am not sure what it looked like before...

Thanks

husseycoding commented 9 years ago

Probably you can just add the class top-link-cart to the element which currently has an id of cart.

husseycoding commented 9 years ago

Assuming you have sorted this now - closing as it's not something that needs to be worked for the extension.