Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › customize manual page
Tagged: Custom Value, customize, Manual Checkout
- This topic has 15 replies, 4 voices, and was last updated 13 years ago by admin.
-
AuthorPosts
-
May 28, 2010 at 11:35 am #1267eugene17Member
hi guys,
need some help on customizing the manual checkout page. I saw the php file but it seems complex. any guidelines on how i can edit it? (if it is possible/advisable to even do so)
thanks in advance
May 28, 2010 at 1:50 pm #21009amin007ParticipantWhich aspect of the manual checkout do you want to customize? The look and feel of the checkout page form or the functionality?
Here is an helpful post on this topic:
https://support.tipsandtricks-hq.com/forums/topic/customized-form
May 28, 2010 at 1:52 pm #21010eugene17Memberhi amin,
i just want to change the look and feel so that it is the same with the page.
my page is this [http://thepantrycookeryschool.com/wp/classes/] and it sorta goes to a different page with the default manual checkout.
May 29, 2010 at 12:35 am #21011amin007ParticipantChaning the look and feel can be done by modifying the CSS file. There is a CSS file inside the “view” directory of the plugin. This CSS file is responsible for the look and feel of the manual checkout page so customize the CSS on that file to your liking.
May 29, 2010 at 11:51 am #21012eugene17Memberthanks amin!
is it possible to change some of the wordings in the form? not sure which if it will affect any of the functionality if i hack away.
Thanks!
May 29, 2010 at 1:44 pm #21013amin007ParticipantYou can change the text without causing any problem.
May 29, 2010 at 2:29 pm #21014eugene17Memberis it in the estore payment submission.php? kinda confused which one to change there
here? $body .= “nnCustomer Details”;
$body .= “n
“;$body .= “nCustomer Name: “.$_POST.” “.$_POST;
$body .= “nCustomer Email: “.$_POST;
$body .= “nCustomer Phone: “.$_POST;
$body .= “nCustomer Address: “.$_POST;
$body .= “nCustomer City: “.$_POST;
$body .= “nCustomer State: “.$_POST;
$body .= “nCustomer Postcode: “.$_POST;
$body .= “nCustomer Country: “.$_POST;
$body .= “nAdditional Comment: “.$_POST;
//echo $body;
$notify_email = get_option(‘eStore_manual_notify_email’);
$buyer_email = $_POST;
May 30, 2010 at 2:34 am #21015amin007ParticipantThis is the email body that will get sent out tot he buyer and the seller. If you want to change the labels of the fields in the manual checkout page then you can do so from the language files.
Remember, any message that your customers can see can be changed from the language files. This allows you to customize the messages without having to change the code.
May 30, 2010 at 11:37 am #21016eugene17Memberthanks amin! saw that in your other post. never realized that they were connected. thank you very much
October 20, 2011 at 3:44 am #21017adminKeymasterWe also added an option so that you can embed the manual checkout form on a WordPress page. To use this option do the following:
1. Create a WordPress page and use the [wp_eStore_on_page_manual_gateway_form] shortcode on that page.
2. Go to the “Payment Gateway Settings” screen of eStore and Specify the URL of the page that you just created in step 1 in the “Embed Manual Checkout Form on a WordPress Page” field (you can find this field in the manual checkout section).
Now, eStore will send your customers to this page when they choose to pay using manual method.
November 5, 2011 at 12:06 am #21018SDesignMemberFantastic addition, but I do not see this option in WP eStore/Settings/Payment Gateway Settings manual checkout area. Currently using Version v5.9.9.3. Perhaps there is a newer version. Is it a paid upgrade? Let me know.
November 5, 2011 at 3:14 am #21019adminKeymasterYeah, this was added recently so get a new build from here to get this feature (eStore updates are free):
November 9, 2011 at 5:50 am #21020SDesignMemberI just updated the plug-in and adding the manual checkout to a WordPress page does not function properly on my site. Running in the Genesis Framework: Version: 1.7.1. http://www.studiopress.com/
I create a new page that is full width (one column) as to allow the manual checkout from to fit widthwise, then I place “[wp_eStore_on_page_manual_gateway_form]” into the page. When the page is saved, rather than saving the page, WordPress loads mydomain.com/wp-admin/post.php and shows the left column of the Manual checkout form and the page ends with this error.
“Warning: Cannot modify header information – headers already sent by (output started at /home/myUser/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_manual_gateway_functions.php: in /home/myUser/public_html/wp-includes/pluggable.php on line 934″
I then navigate away and proceed to adding the newly created page URL to the Setting/Payment Gateway section, it redirects to the new page fine, but it is missing the right hand column. In other words, is does not show the products and total of order, only the place to enter name etc. Must have something to do with the error when saving.
Tried deleting page and doing the whole process again and get the same results.
Running the latest: WP eStore v 6.1.2 in WordPress 3.2.1
Thoughts?
November 9, 2011 at 10:37 pm #21021adminKeymasterThe on page manual checkout form does not show the right hand column because it won’t fit in a normal WordPress page. You can simply add the shopping cart to your sidebar or above the form to show your customer what items are in the cart.
November 9, 2011 at 11:11 pm #21022SDesignMemberThanks for the explanation. Any thoughts on the error produced when saving the page with the “[wp_eStore_on_page_manual_gateway_form]” in it?
“Warning: Cannot modify header information – headers already sent by (output started at /home/myUser/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_manual_gateway_functions.php: in /home/myUser/public_html/wp-includes/pluggable.php on line 934″
Again, I get this when saving the newly created page with the short code in it. Oddly, the page saves (just not normally) and can be accessed by WP eStore once I add the page link to the gateway page. The initial error concerns me though.
-
AuthorPosts
- You must be logged in to reply to this topic.