Best way to show base price in category view?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 31, 2014 4:18 am
Reply with quote
Report this post
I have asked this before and solved it about a year ago, but totally forgot how I did it. I am trying to take the products on this page
: http://bikinivillageusa.com/index.php/s ... nd/sauvage and only show the base price, not the tax price. What override should I add?
User avatar
Gold Boarder

teitbite
Sat Nov 01, 2014 10:35 am
Reply with quote
Report this post
Hi

I think You should edit file /html/com_virtuemart/category/default.php and use a different price variant in lines:

Code: Select all
                     echo $this->currency->createPriceDiv('basePriceWithTax', '', $product->prices);
                     echo $this->currency->createPriceDiv('taxAmount','TPL_GK_LANG_VM_INC_TAX', $product->prices);


try 'salesPrice' maybe.
User avatar
Moderator

GK User
Mon Nov 03, 2014 7:11 pm
Reply with quote
Report this post
teitbite wrote:Hi

I think You should edit file /html/com_virtuemart/category/default.php and use a different price variant in lines:

Code: Select all
                     echo $this->currency->createPriceDiv('basePriceWithTax', '', $product->prices);
                     echo $this->currency->createPriceDiv('taxAmount','TPL_GK_LANG_VM_INC_TAX', $product->prices);


try 'salesPrice' maybe.

I replaced it with "basePrice".. thanks captain tet... one more question.. is there a way to increase the image quality on the category layout to make it similar to the actual product page?
User avatar
Gold Boarder

teitbite
Tue Nov 04, 2014 3:29 pm
Reply with quote
Report this post
Hi

Do You mean to resize the image for category ?? You just need to change the number of columns to less I guess ;/ I do not understand, sorry.
User avatar
Moderator

GK User
Tue Nov 04, 2014 3:37 pm
Reply with quote
Report this post
teitbite wrote:Hi

Do You mean to resize the image for category ?? You just need to change the number of columns to less I guess ;/ I do not understand, sorry.


the image quality. The images are crisper and clearer in the product view in comparison to the category layout view. They are a tad bit less quality.
User avatar
Gold Boarder

teitbite
Thu Nov 06, 2014 11:05 am
Reply with quote
Report this post
Hi

I can see this images are configure to be small 202x296 this is not even covering the width available in some cases. Please try to resize them to be bigger in VM configuration.
User avatar
Moderator


cron