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
Payment area showing 0.00 even though cart shows correct price?
-
- Phoca Newbie
- Posts: 3
- Joined: 11 Jan 2017, 02:39
- Jan
- 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?
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 11 Jan 2017, 02:39
Re: Payment area showing 0.00 even though cart shows correct price?
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.Jan wrote:
4) Price for payment - 0 - it is currently edited and the payment price is 0
Jan
- Jan
- 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?
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 11 Jan 2017, 02:39
Re: Payment area showing 0.00 even though cart shows correct price?
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.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
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?
- Jan
- 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?
Hi,
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
It is just a demand of users.That's a great idea, but it can be confusing
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