Cart button and page errors and bugs

Home Forums Legacy Support Support queries How-to & Troubleshooting Cart button and page errors and bugs

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #360508
    ixiredu
    Participant
    Hello there, I have a few questions. I am sharing the details below. 1- Could you please share a code to correctly align and give proper spaces between the Cart buttons. https://prnt.sc/14etq66 2- In the appointments added to the cart on the Appointments page, the reservation taken to the cart cannot be accessed. It says "Basket is empty". When I click on the number it gives this error. There is no problem when clicking the icon. https://drive.google.com/file/d/1SwLPBVdpKNBqM8CjEG86mH0FJmJU0RHx/view?usp=sharing 3- I don't want the "Back to Store" button function to be returned to the woocommerce product when the cart is emptied. Can we redirect to home page? https://drive.google.com/file/d/1Kf4e1Ct-zoen5nXGSRsC1-uLNBy08AjW/view?usp=sharing 4- When we add Appointments appointment products to the cart, the product name; Instructor_name Appointment date Appointment_Time can we print? https://drive.google.com/file/d/1eQ7mZqyvhnzb68dpZ-NurFoAefZo_EYV/view?usp=sharing
    #360548
    Ada
    Participant
    Hi, 1- You can use this css code in appearance>>customize>>custom css
    
    
    .woocart.active p.woocommerce-mini-cart__buttons.buttons {
        display:flex !important;
        flex-wrap:wrap;
    
    }
    .woocart.active p.woocommerce-mini-cart__buttons.buttons a {
        flex:1 0 100px !important;
        margin:5px !important;
    }
    
    2- Yes , this improvement need to be done .here is trello card link for this https://trello.com/c/PwITsk6S 3- The page which you will connect in wooCommerce>>settings>>orders>>shop , user will be redirected to on that page refer here-> https://drive.google.com/file/d/1AS5s8hyG9Z3oGXog4Zsp9w8lhVWXlTEU/view 4- Sorry ,I am not able to understand your query please be specific.
    #360605
    ixiredu
    Participant
    Hi, Appointments product names get too complicated. Requires manual login while admin approve in background. However, it is difficult because the information is mixed. Can appointments make a product name by using the following information? When we add Appointments appointment products to the cart, the product name; Instructor_name Appointment date Appointment_Time can we print? https://drive.google.com/file/d/1eQ7mZqyvhnzb68dpZ-NurFoAefZo_EYV/view?usp=sharing
    #360686
    Ada
    Participant
    Hi It's not possible for now to show timing and date in the product. It shows instructor username and the slot name. user can check the time etc in the appointment calendar.
    #360813
    ixiredu
    Participant
    Hi, So, how will the Admin find which user receives which hours from which trainer?
    #362174
    ixiredu
    Participant
    Reminding my previous problem. You did not answer?
    #362318
    Ada
    Participant
    Admin needs to check the global activity from wp-admin.
    #362547
    ixiredu
    Participant
    Hi, How will we check? Can you show me?
    #362606
    Ada
    Participant
    Hi, Yes, As time and date can not be added in the product so you need to check from here-> https://prntscr.com/16kekk9
    #362670
    ixiredu
    Participant
    Yes, I know here, but I can't view the time and date of the product from here.
    #362737
    Ada
    Participant
    Admin can view the slot no and then can check the time and date of that slot from instructor profile. you can create a feature request for this if you want if it will be possible and get upvoted by other users then our team will work on it .
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Cart button and page errors and bugs’ is closed to new replies.