Custom Cart Page | Wix Tutorial [Part 5] - Proceding to Checkout

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 22

  • @DeitrichGerlt
    @DeitrichGerlt 6 месяцев назад

    This series has been amazing. I would view it incredibly valuable to include a sequel video on making a function for the media and product name to redirect back to the custom product page. Most large eCommerce platforms have this feature from my experience, and I think it would complete this tutorial very well!

    • @DeitrichGerlt
      @DeitrichGerlt 6 месяцев назад

      Also, video part 5 is labeled "delivery country and coupon codes" but is moreso focusing on the checkout process! Just FYI.

    • @thewixwiz
      @thewixwiz  6 месяцев назад +1

      Thanks for the suggestion!

    • @thewixwiz
      @thewixwiz  6 месяцев назад +1

      Thanks, clerical error. Fixed!

  • @RolexP90
    @RolexP90 7 месяцев назад

    Thanks for your time 🎉

  • @axelofficial0fficial332
    @axelofficial0fficial332 5 месяцев назад

    Great series, I have a question, I understand the series is in a free page, I opened the demo and when you add products it offers to go to the cart if you go through that option you are sent to wix default cart not the custom cart, is there a way to redirect it?

    • @thewixwiz
      @thewixwiz  5 месяцев назад

      Thanks! You can set up a 301 redirect though it can sometimes be spotty with Wix app pages. The alternative is just to build the custom cart on the native cart page and collapse the Wix cart widget.

    • @axelofficial0fficial332
      @axelofficial0fficial332 5 месяцев назад

      @@thewixwiz I did, in fact decide to go down that route

  • @Abhilash301291
    @Abhilash301291 5 месяцев назад

    This was super helpful thank you. I could create a custom cart page with options for user to select payment either full, partial or cod. The only issue im facing here is that if i select partial payment e.g. 10% of total cart value, how do i pass on this 10% value to checkout page instead of it showing 100% amount? Any suggestions?

    • @thewixwiz
      @thewixwiz  5 месяцев назад

      Glad to hear! How about applying a coupon based on the selection?

  • @rahmahijama
    @rahmahijama 3 месяца назад

    Hi Eitan, I was recommended to watch this custom cart series but unfortunately, I didn't find it to do what I needed. Here's what I mean,
    Example:
    1. When you enter a large number for an item in the cart, say 1000, the cart multiplies the price of a single item with the number of items entered. i.e., the item listed price is $85 and the quantity entered is 1000, then the cart returns $85000. On the website I linked, when you do the same action, the price that is returned in the cart is lower than $85000 say $83000 for instance. This is because there is a range of prices based on the range of quantity of products entered. i.e., 1-1000 products cost $85, 1001-10000 products cost $84, 10001-100000 products cost $83, etc.
    2. Not, when you add 10 items to the cart, and then change the number from 10 to 100 it adds both inputs and the cart gives you a total of $110 (as in the proposed solution video). Rather, in the scenario of the website I linked, when you do the same action, the cart clears old input and only displays new input.
    Here is the link to a website with a sample of what I would like to add to my website
    www.naturesblends.com/en-us/collections/cupping/products/premium-cupping-cups-mixed-sizes-from-b1-to-b6
    Thanks Again, I appreciate you looking into this.

    • @thewixwiz
      @thewixwiz  3 месяца назад

      Hi, thanks for watching!
      My tutorials are meant to serve as general guides for what is possible and how to approach certain projects. They are by no means comprehensive instructions for a production grade solution for every use case.
      You will need to explore the Wix APIs based on the principles in the tutorial to find out how to implement your requirements. (And if the API even supports them).
      I am glad to provide more detailed assistance via a consultation.
      Good luck!

  • @zacdagostino8774
    @zacdagostino8774 7 месяцев назад

    I'm having problems with the mobile view and cart icon button. I half assed the cart icon button by placing a button over it and linking it to the new cart page. But i still cant figure out the mini-cart that always displays when I add to cart. The problem is that the minicart has a view cart button that takes me to the orginal cart page and besides the minicart is ugly and i dont want it there. Any ideas? Itd be amazing if you could make a video on it.

    • @thewixwiz
      @thewixwiz  7 месяцев назад

      What issue did you encounter with the first solution you mentioned?

  • @pikkuGH
    @pikkuGH 7 месяцев назад

    hey you are awesome how to make a one-product online store? an online store would only have a landing page, a product image, a quantity, and a buy now button that goes directly to checkout. no shopping cart.

    • @thewixwiz
      @thewixwiz  7 месяцев назад

      Hey thanks :) Wix does have some native options for buy now you can explore. If you want to customize it you can create a custom product page, then add to cart and generate the checkout url directly.

  • @fairmann5307
    @fairmann5307 4 месяца назад

    Etan i have a final question (i hope 😅) so the redirection of the wix cart icon dosent work. Support say to me i have to create a own Cart Icon.... so i have do it and using a Button with a Cart symbole and link to my custome lightbox mini cart. Thats works. (Using the masterPage.js for the icon code) now i add a text over the icon (#cartQuantity) so my problem is when i add a product or + the quantity of a product the cartQuantity just render if i hit F5 for reloading the page. For exempel if the quantity of the product in the card is 5 and now i hit the addQuantityButton @custom cart or at the minicart the #cartQuantity text will add one more after reload the page... how can i get a realtime rendering at the masterPage.js? I think its will be a god content for a new video ;)

    • @thewixwiz
      @thewixwiz  4 месяца назад +1

      Best practice would be to base the number on the actual count of products in the cart using the API.

  • @BlitzX89
    @BlitzX89 7 месяцев назад

    is this referencing the new changes to .jsw ?

    • @thewixwiz
      @thewixwiz  7 месяцев назад

      Check the previous video (from Thursday) :)

  • @swastikjainsj
    @swastikjainsj 7 месяцев назад

    One click buy option ? Homepage to direct payment page

    • @thewixwiz
      @thewixwiz  7 месяцев назад

      Wix does have some native options for buy now you can explore. If you want to customize it you can create a custom product page, then add to cart and generate the checkout url directly.