- This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › WP Payment Gateway Bundle – Shipping
Tagged: Payment Gateway Bundle, stripe gateway
Hi!
I’m using Stripe as a payment gateway. The only problem i see is that “shipping” appears in the “Collect Details” page (in the Items, tax, subtotal, etc table). it makes no sense it being there. Is it possible to hide it?
Thanks!
Just to confirm, these are digital products correct?
You can edit the “Collect Details” page’s shortcode to add the following parameter in the shortcode which will hide the shipping info section:
show_shipping="0"
So the shortcode should look like the following after you edit it:
[wp_pg_process_order show_shipping=”0″]
Thanks for answering!
Yes, it’s digital products, and your shortcode worked, but i mainly was talking about the shipping line that appears in the summary (above the billing info form):
Description Price
Product
Price: 19,00€
Quantity: 1 19,00€
Subtotal: 19,00€
Shipping: 0,00€ <<<<<<<<<<<<<<<<<<<<<<
Tax: 0,00€
Total: 19,00€
Btw, where can i see all the shortcodes related to the Payment Gateway bundle?
Thanks again!