New Landing How can we help? Atelier Checkout page empty

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Atelier
  • #259580
    Crispus
    Member
    Post count: 30

    I wanted to edit the customer care number visible on my check out when it just suddenly went blank, only the title remained. I would like to have it go back to normal and just be able to change the customer care number.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #259633
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please assign the page as your checkout page in WooCommerce > settings > checkout.

    – Kyle

    #259748
    Crispus
    Member
    Post count: 30

    Thank you very much Kyle. It worked perfectly. I, however, still have one serious issue. I am not able to change the number on the checkout page, even when I try to on the “edit page” section.

    Attachments:
    You must be logged in to view attached files.
    #259821
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to Theme Options > WooCommerce Options to change that number

    – Kyle

    #259942
    Crispus
    Member
    Post count: 30
    This reply has been marked as private.
    #259944
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The arrows should show by default if you have multiple images

    – Kyle

    #259945
    Crispus
    Member
    Post count: 30
    This reply has been marked as private.
    #260074
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .lSAction > a {
      bottom: 50%;
    }

    – Kyle

    #260107
    Crispus
    Member
    Post count: 30

    OMG! Kyle, you’re amazing. It worked perfectly!. Thank you so so much. I need additional help though. I need to remove the “ADDITIONAL INFORMATION” section available at the bottom of every single product page (that’s if the product is a variable product with multiple sizes and colors).This is shown clearly in the image below. I would also like the number of products in stock not to be visible or displayed on any single product page, as shown in the 2nd image below too. Last but not least, I would the “RELATED PRODUCTS” and “COMPLETE THE LOOK” titles to be centered, and not aligned to the left.

    Thank you Kyle 🙂

    Attachments:
    You must be logged in to view attached files.
    #260112
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    Add this to your custom css:

    .woocommerce div.product p.stock {
      display: none;
    }
    .woocommerce div.product .woocommerce-tabs {
      display: none;
    }
    .related-products .title-wrap > h3 {
      text-align: center;
      width: 100%;
    }
    .related-products .title-wrap {
      position: relative;
    }
    .title-wrap .carousel-arrows {
      position: absolute;
      top: 0;
      right: 0;
    }

    If you have any additional questions please open a new topic

    – Kyle

    #260136
    Crispus
    Member
    Post count: 30
    This reply has been marked as private.
    #260141
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We only provide support for theme issues, and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation

    – Kyle

    #260142
    Crispus
    Member
    Post count: 30
    This reply has been marked as private.
    #260148
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Do you have a link to where you have seen this on our theme?

    – Kyle

    #260152
    Crispus
    Member
    Post count: 30
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register