Dear David E.
1. to fixed: zero-prices :
- go to your_site\modules\mod_sj_vm_slickslider\core\vmslicksliderreader.php
- go to your_site\modules\mod_sj_vm_megaproducts\core\vmmegaproductsreader.php
- go to your_site\modules\mod_sj_vm_extraslider\core\vmextrasliderreader.php
- go to your_site\modules\mod_sj_virtuemart\core\vmvirtuemartreader.php
+ and finding in the all these file above:
price.virtuemart_product_price_id,
change to:
price.virtuemart_product_price_id,
price.product_price,
+ and finding in the all these file above:
$product->prices = $calculator->getProductPrices($product->id);
change to:
$product->prices = $calculator->getProductPrices($product);
2. to fixed : structure or name of file: .xml is not exactly
- please go to Administrator -> components -> VirtueMart -> Product categories :
+ Edit "For Men" -> Product Category Form -> Details box -> Category Template -> select
Use shop default
+ Edit "For Baby" -> Product Category Form -> Details box -> Category Template -> select
Use shop default
+ configuration similar to other categories
Thanks!