Product Price not being displayed correctly

Phoca Cart - complex e-commerce extension
kdubey
Phoca Member
Phoca Member
Posts: 19
Joined: 18 Feb 2020, 22:39

Product Price not being displayed correctly

Post by kdubey »

Hi

I am facing an issue with how the product details are being displayed: The price details are displayed correctly, i.e. instead of being displayed clearly in 3 lines (Product Price, Tax Amt & Total Amt) it is being displayed in 2 lines with the Total Amt appearing in-between the Tax description and the Tax Amt. The following URLs can be used to view an example of the issue: https://ehomegenie.com/index.php/add-se ... eferencing

Regards
Kamalesh.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Product Price not being displayed correctly

Post by Jan »

Hi, try to test some another template, e.g. phoca premiere: https://www.phoca.cz/joomla-templates

Jan
If you find Phoca extensions useful, please support the project
kdubey
Phoca Member
Phoca Member
Posts: 19
Joined: 18 Feb 2020, 22:39

Re: Product Price not being displayed correctly

Post by kdubey »

Hi Jan

It is working on Phoca Premiere template. I have also noticed that it is alright on JF Simone (the template that I am using) if the tax amount is not displayed.

Is it possible to display the tax inclusive amount only in the product page and display the break-up, i.e. Price (without Tax), Tax Amt & Total Amt in the shopping cart and the receipts/invoices?

Regards
Kamalesh.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Product Price not being displayed correctly

Post by Jan »

Hi, this is mostly done by CSS - you just hide the items you don't want to display with help of CSS :idea:

Jan
If you find Phoca extensions useful, please support the project
kdubey
Phoca Member
Phoca Member
Posts: 19
Joined: 18 Feb 2020, 22:39

Re: Product Price not being displayed correctly

Post by kdubey »

Hi Jan

Can you elaborate a bit so that I can try and change this, e.g. which CSS files to edit/customise so that the changes are not overridden by an extension update?

Regards
Kamalesh.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Product Price not being displayed correctly

Post by Jan »

If you hide them in your template CSS (e.g. custom.css) then your changes will be not overwritten when updating the extensions.

In Joomla! all CSS modifications should be done in template CSS, the best way is to do it in custom.css which is not overwritten when the template is updated. The custom.css stays unchanged on server when making update.

So just see the items you want to hide (with help e.g. of Google Chrome Web developers and add them display:none rules).

Jan
If you find Phoca extensions useful, please support the project
Post Reply