Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2936856
WPC Share Cart for WooCommerce 404 error
Closed

Comments

  • florian started the conversation

    Hello I Hope you are fine

     coudn t make the cart work /: 
    the link is created , The page is created and i've inserted the short code as asked. 
    Nevertheless when a sharable cart link is created, this created link leads to a 404 error . 

    Do you think you can help me make it work please  ?
    Thank you have a great week Florian



  •  767
    Janilyn replied

    Hi Florian,

    Thank you for contacting WPClever Support Forum. We’ve received your ticket. 

    However, the description is not enough for us to find the cause of the problem. Please provide us with a link to your published product for checking? 

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  • florian replied

    Hello Janilyn, 
    Happy to read from you ! 
    Thank you for your answer

    here bellow find the different links that could help you: 

    Product page: https://youngtech.fr/produit/campagne-marketing-digital/
    Cart Page: https://youngtech.fr/panier/
    Shareble cart link: https://youngtech.fr/panier-partage/JEHNXI

    Hope it helps you, I stay available for any further information that I could provide.

    Cheers
    Have a great day
    looking forward to read from you

  • florian replied

    Hello, 
    I've updated my different plugins and it now seems to work fine :) 


  • florian replied

    I now have some other issues: 
    really big images in the sharable page

    & and wrong alignment on the sharable pop up
    How would you fix that please ? 

    2234450677.png



    7299759939.png

  •  767
    Janilyn replied

    Hi Florian,

    Thanks for the details. 

    I have transferred your ticket to one of our developers so that he can check and give you further help. He might need to further discuss with you, so please be in touch.

    He'll start working on this and will be responding as soon as he's available for support. 

    Please stay patient meanwhile cause this might take some time under our current heavy workloads.

    Best regards.

    -----------

    PS: Since once a ticket is assigned to a developer, other members in our team cannot read or receive comments anymore, in case you would like us to help you update the progress of your ticket, kindly submit a new ticket so that our Support Agent can help you check and urge the assigned developer to reach back soon.

    Janilyn T. - WPClever Support Agent

  •  1,223
    Dustin replied

    Hi Florian,

    #1. About the popup, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpcss-area .wpcss-popup .wpcss-popup-inner {
        box-sizing: border-box;
    }

    And the result https://www.screencast.com/t/abXxNtjyA1

    #2. About the share cart page https://youngtech.fr/panier-partage/JEHNXI/

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpcss-products {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .wpcss-products img {
        width: 96px !important;
        height: auto !important;
    }
    .wpcss-share-actions {
        width: 100%;
        margin-bottom: 60px;
    }
    .wpcss-share-actions .wpcss-copy {
        width: 100%;
    }

    And the result https://www.screencast.com/t/6y9cUWlRx

    * After adding CSS code, please clear the website cache and browser cache before testing again.

    Best regards,
    Dustin