Payment area showing 0.00 even though cart shows correct price?

Phoca Cart - complex e-commerce extension
novelidea
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 11 Jan 2017, 02:39

Payment area showing 0.00 even though cart shows correct price?

Post by novelidea »

Is anyone else experiencing an issue on the Checkout page where the top is showing the correct price, but under the "Payment Options" at the bottom, it's showing 0.00?
Screenshot of what I mean: http://www.curlytea.com/PROBLEM_PhocaCartError01.jpg
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment area showing 0.00 even though cart shows correct price?

Post by Jan »

Hi, what do you exactly mean.

On the screenshots there are different prices:

1) for first product - 0
2) for second product - 2.99
3) Total - 2.99

4) Price for payment - 0 - it is currently edited and the payment price is 0


Jan
If you find Phoca extensions useful, please support the project
novelidea
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 11 Jan 2017, 02:39

Re: Payment area showing 0.00 even though cart shows correct price?

Post by novelidea »

Jan wrote:
4) Price for payment - 0 - it is currently edited and the payment price is 0

Jan
This is what I don't understand. Why is this 0.00? Is this the Payment price for the items, or is this some other amount? The total price of all items, in my example, should be $2.99. So I don't understand what that $0.00 at the bottom means. I don't want customers to be confused, so I'm trying to understand this before I make that part of my site LIVE.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment area showing 0.00 even though cart shows correct price?

Post by Jan »

Hi, you can have price for shipping and payment - e.g. if you use some specific payment method as customer you will be charged for this (hypothetically)

I think, I will add there a parameter: "When the price is NULL (0/Zero), then hide the price completely (as option)

Jan
If you find Phoca extensions useful, please support the project
novelidea
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 11 Jan 2017, 02:39

Re: Payment area showing 0.00 even though cart shows correct price?

Post by novelidea »

Jan wrote:Hi, you can have price for shipping and payment - e.g. if you use some specific payment method as customer you will be charged for this (hypothetically)

I think, I will add there a parameter: "When the price is NULL (0/Zero), then hide the price completely (as option)

Jan
Oh I think I get it now. So it's like an additional charge to process someone's order. That's a great idea, but it can be confusing.
It would be a great idea to have the ability to hide this. Where is the code that controls this? Can I just comment it out for now until you release the next version?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment area showing 0.00 even though cart shows correct price?

Post by Jan »

Hi,
That's a great idea, but it can be confusing
It is just a demand of users.

You can comment it in:

components\com_phocacart\views\checkout\tmpl\default_payment.php - cca line 103

Such file you can override by your template too.

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