Wrong currency on page

  • Posts: 35
  • Thank you received: 0
8 years 10 months ago #225507

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.6
-- PHP version -- : 5.5.30
-- Browser(s) name and version -- : Google Chrome 47.0.2526.106

Hello,

Our website is in English (EN) and Dutch (NL).

However, the Dutch version shows product prices in pound sterling with the euro figure in brackets. We would like to show the euro pricing only.

EDIT: Also, how can I remove the product category (NL) and add a product description without altering the styling (it is currently set to image and title). I have uploaded a screenshot (Capture3).


Can you help us?

Thanks.

Attachments:
Last edit: 8 years 10 months ago by Ingram. Reason: Another related question

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 10 months ago #225543

Hi,

1. The price is in pound because the default currency is the pound. The price in euro is in bracket next to it because the product doesn't have a price in pound, only in euro and thus the system has to convert it to pound to be able to display it.
The current currency doesn't depend on the language.
It's either:
- the default currency that you configured in the configuration
- the currency selected by the customer in the currency switcher module that you can activate via the Joomla modules manager
- the currency automatically selected when the user arrives on the website based on his IP address thanks to the geolocation system:
www.hikashop.com/support/support/documen...hop-geolocation.html

So what you might want to do is to set the main currency as the EUR and configure the geolocation system to force the pound currency for geolocated UK customers and/or activate the currency switcher.

2. The categories list of the product is not displayed by HikaShop on the product page by default.
It looks like the product page has been customized on your website (either by yourself or your template provider). So I can't tell you how to remove that display. You should be able to do it with some simple CSS code:
www.hikashop.com/support/support/documen...ize-the-display.html

3. If you want to add the product description in the "image and title" view of the products listing, you can edit the file "listing_img_title" of the view "product" via the menu Display>Views. The code is really easy:
<?php echo $this->row->product_description; ?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum