🔥💰Shopify Debutify Theme PayPal Credit/Debit Card integration on Product & Cart Page🤑🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2024

ความคิดเห็น • 64

  • @AmazingLearning
    @AmazingLearning  ปีที่แล้ว

    🙋‍♂All the other Themes codes are available here: 👉shopwebsitecodes.com (Latest & Updated)

  • @martife2
    @martife2 ปีที่แล้ว

    Thanks, but if my product has different size how can conect the different prices because i do the same but with card.total_price but does not work

  • @gujindersingh5093
    @gujindersingh5093 4 ปีที่แล้ว +2

    Thanks for this. I followed the video along. When the client ID was sb, and i clicked on Debit/Credit card button on my website, it just kept showing wait button after i enter the card details and submit. When I added cleint ID, it throws an error "Something went wrong. We'll take you back to checkout so you can try again." Try again.

  • @mohamedaminedaggag7636
    @mohamedaminedaggag7636 4 ปีที่แล้ว +1

    Thaaaaaaaaank you so much so much so much may Allah will give you jannah inshaalah

  • @erhani2005
    @erhani2005 3 ปีที่แล้ว

    Hi brother.Your code is doesnt work 1-it doesnt show in shopify orders side after order.2-after fill credit card infos it nothing appear like thanks page it just stay like that.3-after payment it passes shipping rate and doesnt calculate shipping cost.4-you should make a video with all tutorial from beginin an order untill complete order then we can see it really works or not.but currently there are many lesses

  • @englishwithconfidence
    @englishwithconfidence 3 ปีที่แล้ว

    I have been looking for such video for months. Thanks a lot for sharing this.

  • @hassanzerhouni7220
    @hassanzerhouni7220 3 ปีที่แล้ว

    thank you. finely. i have done paypal bottom. after. many. trying.
    good video

  • @bigdeal4606
    @bigdeal4606 3 ปีที่แล้ว

    hello and thank you very much.i have a big problem.i make all same with you but the price of product down the button is 999 dollars no 9.99 dollars.what can i do please

  • @anasaccount
    @anasaccount 4 ปีที่แล้ว

    Thank you for your explanation ...... I wonder in case customer uses the paypent by card then how shipping is handled ?

  • @shadyanwar8701
    @shadyanwar8701 3 ปีที่แล้ว

    first I would like to thank you for your efforts, but I have a question I got one sale through card bottom but the Facebook ads didn't count it as a purchase and even the shopify didn't see it and now I am stocked I don't know what the customer has ordered. Is any solution for that ? and I tried to reach the customer through the Email I got on PayPal but she never answered.

  • @yummyviral640
    @yummyviral640 4 ปีที่แล้ว

    the problem by using this method is that the orders are not tracked by shopify, and the detail is not sent to paypal . . . so if you hace different variants for a product you wont se the it in the order ....is there a way to link paypal to shopify so that shopify can track the orders?

  • @iftakerahmed4263
    @iftakerahmed4263 3 ปีที่แล้ว

    do i also need to add the product price into Paypal code for cart.liquid just like product-templete.liquid???

  • @yashsxna4322
    @yashsxna4322 4 ปีที่แล้ว

    If I integrate this with my page then would I be able to accept payments outside of the US? Like Australia with currency AUD? There is a currency converter in my store tho

  • @amirkaddour4755
    @amirkaddour4755 4 ปีที่แล้ว +1

    Is it possible to accept payments with multiple currencies with this method? for example USD and EUR? thank you

  • @mouad9632
    @mouad9632 3 ปีที่แล้ว +1

    Hello i couldn't find where to place the code in cart.liquid in Debutify 3.0

  • @villagecookingmom7426
    @villagecookingmom7426 4 ปีที่แล้ว

    Thank you very much You solved my problem I agoing to follow exactly the same !

  • @MuSICKNods
    @MuSICKNods 4 ปีที่แล้ว +1

    Hi, First of all, I would like to thank you for making such useful videos. But I got a few questions about this integration on Debutify theme. I integrated this smart buttons and made 2 test transactions on cart page and the product page using debit and credit card button option. But the issue is this order does not update on Shopify app. Simply we won't get any notification about the order that I made. Need your assistance to solve this matter. Thanks in advance.

    • @brmoreno8611
      @brmoreno8611 4 ปีที่แล้ว

      Hi,
      Did you get any confirmation thru email or sms that the payment is confirmed? I tried to test buy but did not receive any email confirmation, and when I check my account it has not been debited.

    • @yummyviral640
      @yummyviral640 4 ปีที่แล้ว

      @@brmoreno8611 i did see the complete transaction but the problem i have is that they are not shown on shopify .....im sellin cloths so i dont see the variant or size anywhere!!

  • @snirego378
    @snirego378 4 ปีที่แล้ว

    Hi, 2 questions:
    1. I don't get any notification about the order that I made in Shopify.
    2. How can I do an integration with the quantity the buyer choose? Let's say if he chose 2 so I still get the price of 1, I want that if he will choose 2 to get the price of 2.
    How can I solve it?
    Thanks in advance.

    • @AmazingLearning
      @AmazingLearning  4 ปีที่แล้ว +1

      You will have to refresh the page by using javascript. Or enable update button.

    • @snirego378
      @snirego378 4 ปีที่แล้ว

      @@AmazingLearning Can you show please how to do that in one of your videos?

  • @adammubarak2317
    @adammubarak2317 4 ปีที่แล้ว +2

    you're incredible for sharing man. God bless

  • @Friki_Stores
    @Friki_Stores 2 ปีที่แล้ว

    Hello! Thank you very much for your contribution, I hope you can answer me since I have the following doubt:
    In the code line:
    purchase_units: [{"amount":{"currency_code":"USD","value":1
    you have 0.01 as a value, but the value depends on the price of the product, how can I make the paypal payment variable according to the value of the product? I was able to solve it with value: {{ current_variant.price| divided_by: 100 }} But if the product has many variables with different values, paypal will always charge for the first one.
    I stay tuned, thank you.

  • @hamada15499
    @hamada15499 4 ปีที่แล้ว +1

    Thank you bro for the content, can you please make a video about sending order confirmation email after paying with paypal smart button ?

  • @jihaneben9497
    @jihaneben9497 3 ปีที่แล้ว

    Thank you very much, this video was very helpful !

  • @mohamedaminedaggag7636
    @mohamedaminedaggag7636 4 ปีที่แล้ว

    One thing more I'm you are learning frensh

  • @Sarfrasmp
    @Sarfrasmp 3 ปีที่แล้ว +1

    Bro debutify has updated to debutify 3.0 and there is no place to past the code in cart.liquid . So can you kindly make a video on that or help me out

    • @AmazingLearning
      @AmazingLearning  3 ปีที่แล้ว

      Please connect me on whatsapp

    • @Twitterspacespy
      @Twitterspacespy 3 ปีที่แล้ว

      @@AmazingLearning same problem I am.not able to find place to enter last code

  • @uchechukwuamua3037
    @uchechukwuamua3037 4 ปีที่แล้ว +1

    Very helpful. Thank you.

  • @18mokshsingh51
    @18mokshsingh51 4 ปีที่แล้ว +1

    Sir the button vanishes after 10 sec in my site. Please help

  • @schwn.j1622
    @schwn.j1622 2 ปีที่แล้ว

    Can someone please tell me how I'm going to put these debit/ credit 💳 buttons on checkout page

  • @boxingbasics1337
    @boxingbasics1337 4 ปีที่แล้ว

    Hello, i watched your video and i setup featured-product.liquid and now saying me HTLM ERROR. Can u send me your featured-product.liquid please? I have debutify and I get HTLM ERROR, please bless me. :(

  • @sadiiqreads
    @sadiiqreads 4 ปีที่แล้ว

    you are the best

  • @abdullahmuhammad6605
    @abdullahmuhammad6605 3 ปีที่แล้ว

    how can I add the shipping price?

  • @zubairsaid5059
    @zubairsaid5059 4 ปีที่แล้ว

    Thank u very much for helping us out.

  • @hamada15499
    @hamada15499 4 ปีที่แล้ว

    Thank you bro for the content, can you make a video about how to send thank you & recipient email automatically to customer after his purchase. Thank you very much

  • @mahamadushaban6348
    @mahamadushaban6348 4 ปีที่แล้ว

    Greate Video

  • @youneshammani
    @youneshammani ปีที่แล้ว

    your videos is good but you have to creart dynamic Botton on sense theme cart

  • @habibrehman1242
    @habibrehman1242 4 ปีที่แล้ว

    boss how can i add paypal button into product page in shopify theme

    • @AmazingLearning
      @AmazingLearning  4 ปีที่แล้ว

      th-cam.com/video/Q6g4rjAEwDM/w-d-xo.html

  • @2dgamecity
    @2dgamecity 4 ปีที่แล้ว

    Order confirmation page ????

  • @yummyviral640
    @yummyviral640 4 ปีที่แล้ว +6

    Don't waste your time with this method . . . don't get me wrong, there is a lot of information in here and customers can pay through your paypal smart buttons, the problem is that shopify is not tracking your orders …..also if you are going to use facebook ….your tracking info on your pixel won't be much help . . . why is this important?
    Logistical nightmare, details of your order will not migrate to paypal ….so if you have different variants on you products they won't show up in your on your order detail in paypal.
    Shopify will know that this is going on and they will shot down your store, remember that there are shopify fee in every transaction . . . but if you use this method you are not going to pay shopify and they will notice.
    You can not integrate upsells …...paid advertisement is getting expensive so remember that your upsells can help with that cost . . . but the price is fixed in the SUBTOTAL and paypal …...soooo no upsells.
    Paypal will hold your money …...this is a problem if you are doing dropshipping because you will need cash flow.

    • @claudeviret3037
      @claudeviret3037 4 ปีที่แล้ว

      Thank you so much. I was wondering how shipping would work as well as the payment to Shopify. This clears that up. But thank you for the video anyway, thought me so much about liquid coding.

  • @ishak5202
    @ishak5202 ปีที่แล้ว

    Hi, can you make this for refresh theme?

  • @jerwindigno3793
    @jerwindigno3793 3 ปีที่แล้ว

    Hi 🙋 Bro Im a fan of you can you help me with my shopify store? I connect dsers in my shopify but its not showing in my debutify theme hope you can see me here thanks 🙏

    • @AmazingLearning
      @AmazingLearning  9 หลายเดือนก่อน

      Here is the video for debutify theme: th-cam.com/video/1t7IqsPC8eI/w-d-xo.html

  • @dailylifeneeds9438
    @dailylifeneeds9438 4 ปีที่แล้ว +1

    How to remove 'Add to Cart' button

  • @Bankinginfo-m2o
    @Bankinginfo-m2o 4 ปีที่แล้ว

    Do video for truste product page ..

  • @dfacts3570
    @dfacts3570 2 ปีที่แล้ว

    JO AP DIKHATY HO VO HAMY SHOW HI NAHI HOTI

  • @chrispenny2247
    @chrispenny2247 2 ปีที่แล้ว

    Life to short

  • @Tech2Savage
    @Tech2Savage 3 ปีที่แล้ว

    way to much talking. just get straight to it dawg.

  • @thenumberone6124
    @thenumberone6124 2 ปีที่แล้ว

    i lost the cart-template.liquid from my debut theme can u please share the default page