Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore Checkout Report – Hiding lines
- This topic has 8 replies, 2 voices, and was last updated 5 years, 2 months ago by RichardHK.
-
AuthorPosts
-
September 16, 2019 at 11:49 am #15560RichardHKMember
As I am using eStore for digital download, I do not want to see the Shipping and Tax lines on the Checkout ‘Collect Details’ page
I found the following CSS code in the docs or forum somewhere but it does not work. Used one CSS statement per line but should combine.
.eStore_order_summary_shipping {
display: none;
}
.eStore_order_summary_tax {
display: none;
}
I did a Chrome Developer object inspect and found the statement using two classes and using these did not work either.
.eStore_order_summary_row, .eStore_order_summary_shipping {
display: none;
}
.eStore_order_summary_row, .eStore_order_summary_tax {
display: none;
}
Any advice?could put all classes together into one but I am not a CSS whiz. ; )
Thanks.
September 17, 2019 at 1:30 am #79923adminKeymasterYou 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″]
Let me know if that helps.
September 17, 2019 at 11:45 am #79924RichardHKMemberHi, thanks for the quick response.
Sadly the updated shortcode does not work. I also tried adding the ‘Extra shortcodes’ plugin but still no good.
Any more ideas? I would expect plugin to hide shipping automatically when selling downloads, right?
Richard
September 18, 2019 at 1:05 am #79925adminKeymasterI would like to see this one your site. Can you please post the URL of the page where I can go and add a product to see it?
September 18, 2019 at 4:08 am #79926RichardHKMemberHi again,
I am using the Stripe Basic Settings due to needing the Stripe gateway option which ius not available elsewhere. Maybe that is messing things up? Here is the test page and you will need the password ‘Alipay’ to go to cart/checkout.
musclezoneproductions.com/wanchai-thai-champion-test/
Scroll down for test ‘29.99 Add to Cart’ button where you will see product price of 0.99. Then select ‘Pay with Alipay or credit/debit card’ to get to cart where the Shipping and Tax lines are. You will need to close Popup if needed.
PS. Note that the Alipay process is not working and will write a separate message on this soon. Not going well. ; (
September 18, 2019 at 4:09 am #79927RichardHKMemberTypo above! “I am using the Stripe Basic Settings due to needing the ALIPAY gateway option…
September 19, 2019 at 2:33 am #79928adminKeymasterThere seems to be a password on that page.
September 19, 2019 at 3:27 am #79929RichardHKMemberYes, I gave password to you in my message! “Alipay”.
When you do a test purchase you can see the Alipay interface which is defective. See my message in Addons thread.
September 20, 2019 at 11:54 am #79930RichardHKMemberFYI I have had to take down the eStore and its Gateway due to removal of the Alipay integration (that was not working as advertised).
Discussing this topic in Addons subforum.
-
AuthorPosts
- You must be logged in to reply to this topic.