CheckOut missing in Phoca Cart Cart

Phoca Cart - complex e-commerce extension
AWiki
Phoca Member
Phoca Member
Posts: 47
Joined: 06 Nov 2023, 08:39

CheckOut missing in Phoca Cart Cart

Post by AWiki »

Hi I can't checkout (zur Kasse) - Only when I am adding a new product item I get the option continue Shopping or CheckOut which is fine. But when I continue to view the products and then want to checkout without adding any new product - I can't checkout.

When I hover over the icon I get the option to display shopping cart - which then opens a popup window with the items but no option to checkout.

Phoca Cart Cart settings:
Position: topbar
Display Checkout Link: Yes
Layout: offcanvas or top;

When I change the Layout to default I see the header in text form which include the Checkout link at the bottom.

Joomla! 5.2.2 Stable
Phoca Cart 5.0.0Beta87
Phoca Premiere 5.0
Phoca Cart Cart 4.09

Thanks and Regards Alfred
:shock:
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 476
Joined: 07 Nov 2018, 14:55

Re: CheckOut missing in Phoca Cart Cart

Post by Nidzo »

Can you post the link to your shop?
AWiki
Phoca Member
Phoca Member
Posts: 47
Joined: 06 Nov 2023, 08:39

Re: CheckOut missing in Phoca Cart Cart

Post by AWiki »

The link http://www.weinbau-maurer.com/Joomla/

We are still testing so no worry. At tne oment i have changed the setting to standard. Let me know if you want to have the other setting.
Alfred
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 476
Joined: 07 Nov 2018, 14:55

Re: CheckOut missing in Phoca Cart Cart

Post by Nidzo »

Color of checkout link is same as background color :D Inspect that element with developer console and change it either in template settings or using custom.css or user.css
Image
AWiki
Phoca Member
Phoca Member
Posts: 47
Joined: 06 Nov 2023, 08:39

Re: CheckOut missing in Phoca Cart Cart

Post by AWiki »

Hi this is the wrong setting with the text its ok only if i change the setting as described in my entry to icons its not correct.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9909
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: CheckOut missing in Phoca Cart Cart

Post by Benno »

Hi,
I think Nidzo is right. If you put some bottles of your wine in the shopping cart (Image 1), then want to continue shopping (Image 2), but do not put anything else in the shopping cart and want to go to the checkout view via the red icon (Image 3), the checkout link is also available in this window, but unfortunately invisible. White text on a white background. You can check this if you hold down the left mouse button and hover over the area below the shopping cart content (Image 4). This can be changed via css. And finally you reach checkout (Image 5).

Image 1
Image

Image 2
Image

Image 3
Image

Image 4
Image

Image 5
Image

Kind regards,
Benno
christine
Phoca Hero
Phoca Hero
Posts: 2934
Joined: 28 Nov 2010, 17:20

Re: CheckOut missing in Phoca Cart Cart

Post by christine »

Hi,

Nidzo wrote:
Color of checkout link is same as background color
CSS code could be (user.css):

Code: Select all

.ph-small.ph-right.ph-u.ph-cart-link-checkout a:link {
color: #000;
}
If you want a different color for hover, then like this:

Code: Select all

.ph-small.ph-right.ph-u.ph-cart-link-checkout a:hover {
color: green;
}
Kind regards
Christine
Hi Nidzo and Benno :-)
Post Reply