*

Tango

  • ****
  • 214 posts
Shopping Cart
« on: November 18, 2021, 01:03:28 PM »
@Frosticek
Is there any shortcode for adding the Shopping Cart icon anywhere in the theme, like in the attached screenshot?
If not, it would be a great addition for the overall usability, especially for the eCommerce users, as sometimes people will add items to the shopping cart, then go do something else and forget they have items waiting in the cart. This equals to loss of sales for the admin...


Also, I've found an issue with the logic of the arrangement of tabs in the user dashboard.
The Cart tab should be the last one in the list, as it's visually easier to identify and access, and also the Orders and Payments tabs are closely related to each other and need to be together.
So the correct order would be: Items, Wallet & Packs, Membership, Orders, Payments and Cart.


Thanks!

*

MB Themes

Re: Shopping Cart
« Reply #1 on: November 18, 2021, 01:24:01 PM »
@Tango
Payments were always last and cart was pre-last.
Code for cart url should be:
Code: [Select]
<?php echo osc_route_url('osp-cart'); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tango

  • ****
  • 214 posts
Re: Shopping Cart
« Reply #2 on: November 18, 2021, 04:24:35 PM »
@Tango
Payments were always last and cart was pre-last.
Yes, that's what I was referring to.
The Cart should be the last tab, as in the last step of placing the order.
And the Orders and payments tabs are related so they need to be one next to the other.

I can changes this myself, but it would have been nice to be fixed in the plugin, so that I don't have to reapply it with every update.

Code for cart url should be:
Code: [Select]
<?php echo osc_route_url('osp-cart'); ?>
I know about this.
I was asking about a complete cart widget, that would also show us the number of products added to the cart.
Something like:

Thanks!

*

MB Themes

Re: Shopping Cart
« Reply #3 on: November 18, 2021, 04:45:09 PM »
No as that aleays must be customized by theme.
There should alreasy exists code to count cart items
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots