Virtuemart options

namit
23 Posts
namit posted this 24 May 2017

I currently use Artisteer template in one of my shop. Now I would like to create new similar template using Themler.
I need support in few cases:
1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT VARIATIONS control is avaiailable only in Products details page
2) How can I disable "zoom" when mouse cursor is on image in Product Overview Image ? I would like to have an option to click image and open fancy box with original size of image.
3) When I click ADD TO CART BUTTON I would like to have a standard VM information with possibility to continue shopping or go to cart page. Currently button only change name to ADDED.
4) Product Thumbnails - how can I see all thumbnail images without Navigator. Currently maximum is 10.
5) Old Price - When I have "show old price" active. I always see old price even if old price is the same like current price . This is a bug. Old price should visible only if is smaller or bigger than current price.

If any option is avalilabe using CMS Code control please send me code which I can use.

I currently use Artisteer template in one of my shop. Now I would like to create new similar template using Themler. I need support in few cases: 1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT VARIATIONS control is avaiailable only in Products details page 2) How can I disable "zoom" when mouse cursor is on image in Product Overview Image ? I would like to have an option to click image and open fancy box with original size of image. 3) When I click ADD TO CART BUTTON I would like to have a standard VM information with possibility to continue shopping or go to cart page. Currently button only change name to ADDED. 4) Product Thumbnails - how can I see all thumbnail images without Navigator. Currently maximum is 10. 5) Old Price - When I have "show old price" active. I always see old price even if old price is the same like current price . This is a bug. Old price should visible only if is smaller or bigger than current price. If any option is avalilabe using CMS Code control please send me code which I can use.
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 25 May 2017

Hi,

1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT VARIATIONS control is avaiailable only in Products details page

Yes, it is available for the Product Details template only.
The following manual solution should be helpful:
http://answers.themler.com/articles/67028/tips-and-tricks#t_5

2) How can I disable "zoom" when mouse cursor is on image in Product Overview Image ? I would like to have an option to click image and open fancy box with original size of image.

Unfortunately this option is hardcoded and cannot be disabled.

3) When I click ADD TO CART BUTTON I would like to have a standard VM information with possibility to continue shopping or go to cart page. Currently button only change name to ADDED.

Unfortunately the default popup is not supported.

4) Product Thumbnails - how can I see all thumbnail images without Navigator. Currently maximum is 10.

Unfortunately you can control the number of items in a row:

product-thumbnails.png

The default slider behaviour cannot be changed.

5) Old Price - When I have "show old price" active. I always see old price even if old price is the same like current price . This is a bug. Old price should visible only if is smaller or bigger than current price.

The default protostar theme outputs both prices too.

Thank you,
Olivia

Hi, > 1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT VARIATIONS control is avaiailable only in Products details page Yes, it is available for the Product Details template only. The following manual solution should be helpful: http://answers.themler.com/articles/67028/tips-and-tricks#t_5 > 2) How can I disable "zoom" when mouse cursor is on image in Product Overview Image ? I would like to have an option to click image and open fancy box with original size of image. Unfortunately this option is hardcoded and cannot be disabled. > 3) When I click ADD TO CART BUTTON I would like to have a standard VM information with possibility to continue shopping or go to cart page. Currently button only change name to ADDED. Unfortunately the default popup is not supported. > 4) Product Thumbnails - how can I see all thumbnail images without Navigator. Currently maximum is 10. Unfortunately you can control the number of items in a row: !product-thumbnails.png! The default slider behaviour cannot be changed. > 5) Old Price - When I have "show old price" active. I always see old price even if old price is the same like current price . This is a bug. Old price should visible only if is smaller or bigger than current price. The default protostar theme outputs both prices too. Thank you, Olivia
namit
23 Posts
namit posted this 26 May 2017

1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT
VARIATIONS control is avaiailable only in Products details page Yes,
it is available for the Product Details template only. The following
manual solution should be helpful:
http://answers.themler.com/articles/67028/tips-and-tricks#t_5

Thanks... is working but I have custom field which change product price... and when I change option - price is still the same. Price is changing only in products details page not in Product page. Could You deliver me CMS Code for price which automatically changing price option (the same which is used in products details view).

> 1) How can I add PRODUCT VARIATIONS in Products page ? PRODUCT > VARIATIONS control is avaiailable only in Products details page Yes, > it is available for the Product Details template only. The following > manual solution should be helpful: > http://answers.themler.com/articles/67028/tips-and-tricks#t_5 Thanks... is working but I have custom field which change product price... and when I change option - price is still the same. Price is changing only in products details page not in Product page. Could You deliver me CMS Code for price which automatically changing price option (the same which is used in products details view).
Support Team
Support Team posted this 02 June 2017

Hi,

Yes. The updating of prices requires additional coding.
The Products template does not support such functionality. But by using CMS code control as in the provided example you can add the code from the default VM products template to achieve the result you want. The code from our example if from VM source files.

Thank you,
Themler Team

Hi, Yes. The updating of prices requires additional coding. The Products template does not support such functionality. But by using CMS code control as in the provided example you can add the code from the default VM products template to achieve the result you want. The code from our example if from VM source files. Thank you, Themler Team
You must log in or register to leave comments