Currency Exchange and virtuemart scroller price wi

  • Manfredi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 9 months ago #37911 by Manfredi
hi how do I change the currency symbol from $ to € on the product detail
also the scroller virtuemart displays the correct currency but the price without taxes
thanks


Attachments:

Please Log in to join the conversation.

More
10 years 9 months ago #37921 by ivan.milic
It takes setting form product currency settings.
In module folder in helper.php:
Code:
if ($show_price) { $db->setQuery("SELECT REPLACE(REPLACE(C.currency_positive_style,'{symbol}',C.currency_symbol ),'{number}',cast(P.product_price as decimal(19,2))) As pricetext FROM #__virtuemart_product_prices as P LEFT JOIN #__virtuemart_currencies as C on C.virtuemart_currency_id = P.product_currency WHERE P.virtuemart_product_id = '" . $product_id . "' LIMIT 1 "); $price_object = $db->loadObject(); //$price = $pr->prices['salesPrice']; $price = '<div class="productPrice">'.$price_object->pricetext.'</div>'; }
The following user(s) said Thank You: Manfredi

Please Log in to join the conversation.

  • Manfredi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 9 months ago #37925 by Manfredi
scroller virtuemart is ok !!! thank you very much

I did not understand very well where to change the dollar with euro, we talk about the product sheet




you're at it you also wonder how I remove the double selection on color


:(
Attachments:

Please Log in to join the conversation.

More
10 years 9 months ago #37938 by ivan.milic
Next to "Cost price" in product edit screen you have parameter to chose currency.

Did you maybe add color attribute twice?
The following user(s) said Thank You: Manfredi

Please Log in to join the conversation.

  • Manfredi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 9 months ago #37958 by Manfredi
the currency was not set correctly in the store settings

while for the color I added more rows attribute for each color
Attachments:

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum