Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Payment Gateway Bundle – customize collect details page
Tagged: checkout, Collect Details Page, register after purchase, remove shipping info, shipping, stripe
- This topic has 6 replies, 2 voices, and was last updated 11 years, 6 months ago by leebj7.
-
AuthorPosts
-
May 13, 2013 at 11:58 pm #9078leebj7Member
How can I customize the collect details page? I don’t need the shipping details of my customers because I am selling memberships.
May 14, 2013 at 1:02 am #55609wpCommerceModeratorHi, which payment gateway are you using for the subscription? Can I take a look at the shortcode embedded in your “Collect Details” page?
May 14, 2013 at 1:12 am #55610leebj7MemberUsing the authorize.net for recurring billing:
[wp_pg_eStore_ARB_subscription_button id=1]
May 14, 2013 at 2:49 am #55611wpCommerceModeratorHi, if you are logged into WP admin you can find the URL of your “collect details” page from
Settings->Payment Gateway Bundle->General Settings->Form Processing Page URL
.Copy the URL and paste it in your browser address bar. Once the page is open you should be able to edit it by clicking the “Edit Page” option (It appears at the top of the page).
Anyway, I’m assuming that the shortcode you have currently embedded is the following:
[wp_pg_process_order]
You need to replace it with the following:
[wp_pg_process_order show_shipping="0"]
Now if you checkout using ARB the shipping information will not show up anymore.
May 14, 2013 at 7:05 am #55612leebj7Member2 Problems
1. So I replace [wp_pg_process_order] with [wp_pg_process_order show_shipping=”0″] and nothing happened. The shipping info section with its fields are still there.
[http://onlinegesangsunterricht.de/collect-details/]
The Does it matter that the language settings of WP eStore are German?
2. You wrote:
Copy the URL and paste it in your browser address bar. Once the page is open you should be able to edit it by clicking the “Edit Page” option (It appears at the top of the page).
I need to be able to edit what everything says. Do I do that by just going into the editor of the plugin and look through the php to find and replace it with the right language?
May 14, 2013 at 11:55 pm #55613wpCommerceModeratorHi, the shipping information will be hidden if you click the ARB Subscription button (if you normally visit the page all the fields will be there).
It’s not safe to directly edit the plugin file from the “Plugin Editor” (if you make any mistake your whole site will be down). Please follow these instructions to customize the text displayed on the “collect details” page:
1. Go to
Settings->Payment Gateway Bundle->General Settings
and check which language you have currently selected (example: German).2. Now connect to your website using a FTP software (example: Filezilla).
3. Browse to the language directory of payment gateway bundle addon (
/wp-content/plugins/wp-payment-gateway/lang
)4. Download the language file on your computer (example: ger.php)
5. Make a backup copy of
ger.php
since you will be customizing it. Now openger.php
using a text editor and modify the text. For example:define("WP_PG_BILLING_INFORMATION", "Edit the message here");
6. Once you are done, save
ger.php
and upload it back to the language directory (/wp-content/plugins/wp-payment-gateway/lang
).Now reload the “collect details” page and see if the changes took effect.
May 15, 2013 at 12:39 am #55614leebj7MemberThank you
-
AuthorPosts
- You must be logged in to reply to this topic.