Prices not displaying in category view gk inStlye
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sat Jul 05, 2014 8:52 am
- Reply with quote
- Report this post
Hi Please could you check why prices isn't displaying in category view on my website: http://www.potshot.co.za/index.php/shop/compound-bows
-
- Expert Boarder
- teitbite
- Tue Jul 08, 2014 12:58 pm
- Reply with quote
- Report this post
Hi
It's a matter of VM configuration. Please check if showing prices is enabled and if the default shopper grup is allowed to see them, as the last step please check if adding a tax of 0% makes a difference.
It's a matter of VM configuration. Please check if showing prices is enabled and if the default shopper grup is allowed to see them, as the last step please check if adding a tax of 0% makes a difference.
-
- Moderator
- GK User
- Tue Jul 08, 2014 3:59 pm
- Reply with quote
- Report this post
I added 0% of tax and it worked thanks alot
-
- Expert Boarder
- GK User
- Thu Aug 14, 2014 10:51 am
- Reply with quote
- Report this post
Hi Im not sure if this is refering to the same issue I am having but I am trying to show the prices above the product detials button in the category view. I have tried the above and it doesnt seem to be working.
Please help.
www.outpostrunning.co.za
Please help.
www.outpostrunning.co.za
-
- Junior Boarder
- teitbite
- Thu Aug 14, 2014 5:50 pm
- Reply with quote
- Report this post
Hi
Can You please tell me more details. I've visited Your site and I can see prices in module called "Best Sellers" for example. Have You resolved thie issue or am I looking in a wrong place ?
Can You please tell me more details. I've visited Your site and I can see prices in module called "Best Sellers" for example. Have You resolved thie issue or am I looking in a wrong place ?
-
- Moderator
- GK User
- Fri Aug 15, 2014 8:34 am
- Reply with quote
- Report this post
I Would like to display it below each product on category pages. example this page:
http://www.outpostrunning.co.za/women/a ... rches.html
http://www.outpostrunning.co.za/women/a ... rches.html
-
- Junior Boarder
- GK User
- Fri Aug 15, 2014 8:46 am
- Reply with quote
- Report this post
Hello boline
My solution was a topic of teitbite
If you wanna shown Sales prices on category view, follow these steps:
Please edit file: /html/com_virtuemart/category/default.php and find code:
replace 'basePriceWithTax' with 'salesPrice'. Should display the final price instead.
Here is the full story: https://www.gavick.com/forums/instyle/s ... ce#p170564
My solution was a topic of teitbite
If you wanna shown Sales prices on category view, follow these steps:
Please edit file: /html/com_virtuemart/category/default.php and find code:
- Code: Select all
if ($this->show_prices == '1') {
if ($product->prices['salesPrice']<=0 and VmConfig::get ('askprice', 1) and !$product->images[0]->file_is_downloadable) {
echo JText::_ ('COM_VIRTUEMART_PRODUCT_ASKPRICE');
}
echo $this->currency->createPriceDiv('basePriceWithTax', '', $product->prices);
echo $this->currency->createPriceDiv('taxAmount','TPL_GK_LANG_VM_INC_TAX', $product->prices);
} ?>
replace 'basePriceWithTax' with 'salesPrice'. Should display the final price instead.
Here is the full story: https://www.gavick.com/forums/instyle/s ... ce#p170564
-
- Expert Boarder
- GK User
- Fri Aug 15, 2014 3:51 pm
- Reply with quote
- Report this post
Thanks this works!
-
- Junior Boarder
8 posts
• Page 1 of 1