Woocommerce page and cart

Home Forums Jevelin Theme Woocommerce page and cart

Home Forums Jevelin Theme Woocommerce page and cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • marcj13
    Participant

    Hi guys,

     

    I am struggling with creating a “boutique” page displaying woocommerce products, and having the cart page and icon in the header, could you please give me a tutorial about how to achieve this?

    I already created the page, but I do not get any cart.

    Settings:

    boutique page is the shop page

     

    When I click on “add to cart” nothing happens

    I do not have the cart icon in the header

    I would like to change the title and remove “showing 1 result”

     

    Thank you,

    Marc

    Attachments:
    You must be logged in to view attached files.

    Hi Marc,

     

    I hope you are well today and thank you for your questions.

     

    I do not have the cart icon in the header

    It will display in the left header menu if you enable it in the theme header settings as shown in the attached screenshot.

     

    When I click on “add to cart” nothing happens

    I would like to change the title and remove “showing 1 result”

    Could you please share me the page URL from your site where it is displaying so that I can help?

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    marcj13
    Participant

    Hi guys,

     

    Thanks for the quick answer.

    Great, I added the cart icon in the left header. However it’s linked to the homepage, I would need a real cart page…Do I need to create one? Or there is a template already?

     

    For the “showing result” message and the title, I give you the WPadmin credentials (the page is not online yet):

    https://akinatalent.com/wp-admin/

    admin5540

    JMfSHUVbXJBd

     

    Cheers,

    Marc

     

    Great, I added the cart icon in the left header. However it’s linked to the homepage, I would need a real cart page…Do I need to create one? Or there is a template already?

    You need to create cart page as described in the below page.

     

    https://docs.woocommerce.com/document/woocommerce-pages/

     

    For the “showing result” message and the title, I give you the WPadmin credentials (the page is not online yet):

    https://akinatalent.com/wp-admin/

    Please don’t share sensitive information on the forum as this is public forum so the information shared can be misused by others. Please delete or change the shared credentials on your site ASAP.

     

    If you want to share any sensitive information with us then you can do so by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able to see it.”?

     

    You can change title from theme Titlebar settings as shown in the attached screenshot.

     

    You can remove “showing result” by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce .woocomerce-styling .woocommerce-result-count {
        display: none;
    }
    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)