Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

customize manual page

by

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 11 years, 4 months ago by admin.
Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →
  • Author
    Posts
  • May 28, 2010 at 11:35 am #1267
    eugene17
    Member

    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 #21009
    amin007
    Participant

    Which 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 #21010
    eugene17
    Member

    hi 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 #21011
    amin007
    Participant

    Chaning 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 #21012
    eugene17
    Member

    thanks 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 #21013
    amin007
    Participant

    You can change the text without causing any problem.

    May 29, 2010 at 2:29 pm #21014
    eugene17
    Member

    is 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 #21015
    amin007
    Participant

    This 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 #21016
    eugene17
    Member

    thanks amin! saw that in your other post. never realized that they were connected. thank you very much

    October 20, 2011 at 3:44 am #21017
    admin
    Keymaster

    We 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 #21018
    SDesign
    Member

    @Admin

    Fantastic 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 #21019
    admin
    Keymaster

    Yeah, this was added recently so get a new build from here to get this feature (eStore updates are free):

    https://support.tipsandtricks-hq.com/update-request

    November 9, 2011 at 5:50 am #21020
    SDesign
    Member

    I 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:8) 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 #21021
    admin
    Keymaster

    The 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 #21022
    SDesign
    Member

    Thanks 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:8) 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.

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ