Mago buy now pop up and product magnify

Like this theme. is it possible to disable the buy now pop up .
Will this work with a product magnify like magic magnify.
I am using Morganite and have a lot of categories will this theme work ok with my products see here sprucelondon.com.
I intend to export all products to clean install of mago any tips please

4 answers

Profile photo of Sherlock 0.00 $tone June 4, 2013
Public

Like this theme. is it possible to disable the buy now pop up

Yeah you can disable this feature just by a little modify.

Will this work with a product magnify like magic magnify.

It’s a magento theme and it would work with any magento extensions.

I think you can download the theme and extensions came along with it install theme into your existing store then follow the theme’s userguide to make a correct settings.
hope that would help !

#1
Profile photo of Sherlock 0.00 $tone September 25, 2013
Public

Hi mate,

you could open the file of skin/frontend/default/jm_mago/css/styles.css there look for the rule

HTML Code:

 .products-grid .actions {
  background: none repeat scroll 0 0 [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=B84A40]#B84A40[/URL]
  border: 0 none;
  height: 100px;
  left: 150%;
  margin: -80px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100px;
}

change it to

HTML Code:

 .products-grid .actions {
  background: none repeat scroll 0 0 [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=B84A40]#B84A40[/URL]
  border: 0 none;
  height: 40px;
  left: 150%;
  margin: -80px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100px;
}

and right below it you add this rule

HTML Code:

 .products-grid .actions  button.btn-cart{
  display:none;
}

I hope this change help !

#3

This question is now closed

Written By

Comments