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

How to use a different Page Style for the paypal checkout page

by

Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › How to use a different Page Style for the paypal checkout page

Tagged: paypal page style

  • This topic has 1 reply, 2 voices, and was last updated 15 years, 7 months ago by amin007.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 11, 2009 at 10:38 pm #369
    alex
    Member

    Is there some way I can Modify my WordPress or your Simple Paypal Shopping Cart app in order to specify a different Paypal Page Style than the Default one?

    October 11, 2009 at 10:54 pm #15758
    amin007
    Participant

    Yes, you can modify the simple shopping cart to specify a different page style.

    Once the Page Style is set in PayPal all that is necessary to activate it (on the fly) as it passes to Paypal, is one line of HTML code.

    <input type="hidden" name="page_style" value="style name">

    where “style name” is the name of the Page Style page you set in Paypal.

    If you didn’t know your way around HTML and PHP then here is what you need to do…

    1. Open the “wp_shopping_cart.php” file and search for the following line:

    <input type="hidden" name="cmd" value="_cart" />

    2. Now, add the line that adds a custom page style like the follwoing:

    <input type="hidden" name="cmd" value="_cart" /><input type="hidden" name="page_style" value="style name">

    3. Save and upload the modified file and you are done.

    Now when someone clicks the checkout button and goes to PayPal they will see the customer checkout page that you have specified.

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

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • 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
  • 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

Our Other Plugins

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

Copyright © 2025 | Tips and Tricks HQ