News:

Support the VirtueMart project and become a member

Main Menu

Product Details Page Help

Started by Leonard Michael, May 22, 2012, 06:49:01 AM

Previous topic - Next topic

Leonard Michael

I have a few questions...

1) Please explain to me how I can set up my product details page like in the attached image. ie; Single Price, Case Price, etc. *see attached image

I need to know how to set-up pricing as follows:

There is a "single" price to purchase singles of the product.

If 12 come in a case, then the "case price" needs to kick in.

How do I set my cart up to do this?

2) Also notice the "Reviews" tab in the bottom left of the image. How can I remove that? I have everything that pertains to "Reviews" set to "off" in the backend, but it persists.

3) When I log-in I get an error saying: "empty password not allowed". How can I correct this?

I would greatly appreciate any help.

Respectfully,
LMW1

[attachment cleanup by admin]

stuart.prevos

did you get an answer to these questions?
you could do a custom field with cart atributes and of type cart variant, so customers could choose six individual items and be priced at the unit price or they could choose quantity of 6 case and select case price to order 6 cases. or you could just do seperate products for individual and for cases.

In relation to the reviews tab, this is managed in views->productdetails->tmpl->default.php, use an html override to edit the file. and just comment out the lines
<?php
//echo $this->loadTemplate('reviews');
?>