Jump to content

Product quantity increase or decrease on click on product page


Recommended Posts

Hi,

Thanks for this idea.

 

It works fine, but the css is messed up.

The div has a box around it, and the buttons are side by side, as apposed to above and below the input box

 

See attached image.

 

Thanks

 

Ray

post-404663-0-32728400-1369693201_thumb.jpg

Link to comment
Share on other sites

ur site is great u need some more zoom

 

check out ur product.js

 

//set jqZoom parameters if needed

if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)

{

$('#bigpic').attr('rel', $('#bigpic').attr('src').replace('thickbox', 'large'));

$('img.jqzoom').jqueryzoom({

xzoom: 400, //zooming div default width(default width value is 200)

yzoom: 400, //zooming div default width(default height value is 200)

offset: 41 //zooming div default offset(default offset value is 10)

//position: "right" //zooming div position(default position value is "right")

});

}

Link to comment
Share on other sites

Hi Jitenx,

Thanks for that.

That was something I was getting around to and you convinced me to get it done sooner lol.

I have altered it slightly to fit in with our site.

 

Any more tip/hints welcome :)

Cheers

Ray

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...