Not adding the product from upsell page and freeze on the upsell page
-
Hi,
I need help cartflows with stripe problem on my client website.When I making the sales funnel, I added my stripe test publishable key and secret key on the site. after finish the task I have added the client’s live publishable and secret key on the site. then it’s not working properly.
I’ve used cartflows and woocommerce-gateway-stripe.4.5.1 for making sales funnel. after the first payment, customers need to add upsell product by clicking ADD TO MY ORDER button. but it’s not adding from upsell page. here is the link below.
https://iyaa.info/yoga-certification/
When I used my test key it’s worked fine. now it’s not working also with my test key.
I already cleanup the database with this code:
DELETE FROMwp_usermeta
WHERE meta_key IN ( ‘_stripe_customer_id’, ‘_stripe_source_id’, ‘_stripe_card_id’ );
DELETE tokenmeta FROMwp_woocommerce_payment_tokenmeta
tokenmeta
INNER JOINwp_woocommerce_payment_tokens
ONwp_woocommerce_payment_tokens
.token_id
= tokenmeta.payment_token_id
WHEREwp_woocommerce_payment_tokens
.gateway_id
= ‘stripe’;
DELETE FROMwp_woocommerce_payment_tokens
WHERE gateway_id=’stripe’;—
thanks and
Regards,The page I need help with: [log in to see the link]
- The topic ‘Not adding the product from upsell page and freeze on the upsell page’ is closed to new replies.