- Posts: 14116
- Thank you received: 1639
Virtuemart Product Scroller shows Prices w/o TAX
-
media
- Topic Author
- Visitor
12 years 11 months ago #14597
by media
Replied by media on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
Yes, that's the direction. But i have to figure out how to code the call for showing the price like i want it to be.
Hmmm, the module vm-products is able to do this with its standard settings.
The Scroller named the class "ProductPrice" and VM2 calls it "Show_Price".
Too late now. Will look at this later.
Thank you Ivan for your Patience and Time!
Hmmm, the module vm-products is able to do this with its standard settings.
The Scroller named the class "ProductPrice" and VM2 calls it "Show_Price".
Too late now. Will look at this later.
Thank you Ivan for your Patience and Time!
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 10 months ago #14860
by media
Replied by media on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
I looked further in depth. But I am not able to resolve this. The right idea is not coming up yet.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 10 months ago #14892
by ivan.milic
Replied by ivan.milic on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
Well you need to modify SQL query in $db->setQuery(".....
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 10 months ago #15333
by media
Replied by media on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
Ok. I thank that I understand the logic relation between these lines about the Query. But i cannot find the Price with includes Tax in the Database. There is only shown the Product_Price (without Tax). Am I too blind to see this?
Thank you for your help. Would be great if you could point me to the right Place in the Database.
Thank you for your help. Would be great if you could point me to the right Place in the Database.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15350
by ivan.milic
Replied by ivan.milic on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
You have :
order_total
order_subtotal
order_tax
fields in ##_virtuemart_orders table ???
You can pay for custom job if you can not handle it. It will be not more that 1h
order_total
order_subtotal
order_tax
fields in ##_virtuemart_orders table ???
You can pay for custom job if you can not handle it. It will be not more that 1h
Please Log in to join the conversation.
-
media
- Topic Author
- Visitor
12 years 10 months ago #15374
by media
Replied by media on topic Re: Virtuemart Product Scroller shows Prices w/o TAX
Yes i do have them all in the database. But---orders--- all tables are empty. I just want to know where the price with tax included is written down in the database. If not, then i would have to take product_price with an operator 19% within the php code.
Please Log in to join the conversation.
Time to create page: 0.107 seconds