- Posts: 54
- Thank you received: 0
How to show PRICE VAT INCLUDED in mod vmscroller
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
11 years 2 months ago - 11 years 2 months ago #38751
by corber64
Replied by corber64 on topic How to show PRICE VAT INCLUDED in mod vmscroller
Thanks ...
But if I could ask to You ...
How could I do to browse and find the correct index ?
Now the price is correct, but it is smaller and grey ...
But if I could ask to You ...
How could I do to browse and find the correct index ?

Now the price is correct, but it is smaller and grey ...
Last edit: 11 years 2 months ago by corber64.
Please Log in to join the conversation.
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 54
- Thank you received: 0
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6832
- Thank you received: 724
11 years 2 months ago #38755
by milos
Replied by milos on topic How to show PRICE VAT INCLUDED in mod vmscroller
I am not programmer and I don't know the answer. Ivan will help you, please stand by.
Please Log in to join the conversation.
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 54
- Thank you received: 0
11 years 2 months ago #38756
by corber64
Replied by corber64 on topic How to show PRICE VAT INCLUDED in mod vmscroller
Ok ... many thanks

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #38773
by ivan.milic
Replied by ivan.milic on topic How to show PRICE VAT INCLUDED in mod vmscroller
Just after code you modified, put:
Code:
$price = '<div class="productPrice">$'.$price.'</div>';
Please Log in to join the conversation.
-
corber64
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 54
- Thank you received: 0
11 years 2 months ago #38780
by corber64
Replied by corber64 on topic How to show PRICE VAT INCLUDED in mod vmscroller
I've modified in this way
$price = $pr->prices;
$price = '<div class="productPrice">$'.$price.'</div>';
It works, but I would like to see not "$" but "€" after the price.
The currency symbol possibly as variable, not hard-coded
Is it possible ?
$price = $pr->prices;
$price = '<div class="productPrice">$'.$price.'</div>';
It works, but I would like to see not "$" but "€" after the price.
The currency symbol possibly as variable, not hard-coded
Is it possible ?
Please Log in to join the conversation.
Time to create page: 0.156 seconds