Prices with VirtueMart & BikeStore

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
Tue Nov 04, 2014 10:35 am
Reply with quote
Report this post
Dear Gavick,

Im working/playing with the bikestore template with VirtueMart, but I am having some issues with the template or with VirtueMart.
I put prices in the products and unselect in "Show Following Prices" all of them, but still I am having the prices in the template.

---------------------
Price:
Base price with tax: 10,40 €
Price with discount: 7,12 €
Sales price without tax: 7,12 €
Discount: -2,40 €
Tax amount: 0,88 €
---------------------

There is a topic @ virtuemart but there is no solution given. Can you please help me out with this?
User avatar
Fresh Boarder

teitbite
Thu Nov 06, 2014 9:30 pm
Reply with quote
Report this post
Hi

Please tell me the url to the page where I can see this problem and tell me which prices You would like to show.
User avatar
Moderator

GK User
Sun Nov 09, 2014 4:54 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please tell me the url to the page where I can see this problem and tell me which prices You would like to show.


This is the address; 149.210.132.31/~aletras
User avatar
Fresh Boarder

teitbite
Mon Nov 10, 2014 5:21 pm
Reply with quote
Report this post
Hi

I can see that prices have "display:block" so it's forced to be show somewhere in configuration. Anyway You can add this code to override.css (make sure override is enabled in template settings):

Code: Select all
.price-crossed,
.PricediscountedPriceWithoutTax,
.PricediscountAmount,
.PricetaxAmount {
display: none !important;
}
User avatar
Moderator


cron