Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2017
    Posts
    18
    Plugin Contributions
    0

    help question Call the registration page from the shopping cart page

    I want customers to fill in registration information directly on the shopping cart page.
    "Tpl_shopping_cart_default. php" I add the following code to this file.
    PHP Code:
    <?php echo zen_draw_form('create_account'zen_href_link(FILENAME_CREATE_ACCOUNT'''SSL'), 'post''onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action''process') . zen_draw_hidden_field('email_pref_html''email_format'); ?>
    <h4 id="createAcctDefaultLoginLink"><?php echo sprintf(TEXT_ORIGIN_LOGINzen_href_link(FILENAME_LOGINzen_get_all_get_params(array('action')), 'SSL')); ?></h4>

    <fieldset>
    <legend><?php echo CATEGORY_PERSONAL?></legend>

    <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>

    </fieldset>

    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMITBUTTON_SUBMIT_ALT); ?></div>
    </form>
    However, after filling in the registration information and submitting it, I still stayed on the shopping cart page and did not skip to the next delivery selection page.
    Sometimes submitting registration information jumps back to the product information page.
    I want to fill in the registration information on the shopping cart page and submit it, then skip to the next delivery selection page. What do I need to do?

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: Call the registration page from the shopping cart page

    I would not recommend doing this. It will make your cart brittle and hard to upgrade, and you're already WAY out of date.
    You'd be better off putting your energy towards upgrading and getting current.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Nov 2017
    Posts
    18
    Plugin Contributions
    0

    Default Re: Call the registration page from the shopping cart page

    Quote Originally Posted by swguy View Post
    I would not recommend doing this. It will make your cart brittle and hard to upgrade, and you're already WAY out of date.
    You'd be better off putting your energy towards upgrading and getting current.
    I don't need to upgrade. The so-called upgrade to the latest version of the shopping process doesn't have any optimization.
    I just want to optimize my shopping experience.
    Do you know which code determines whether to skip to the next step or to the product information page after submitting the registration information?
    I just want to simplify the customer's shopping process and improve their registration rate.

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Call the registration page from the shopping cart page

    Upgrade and install OPC (one page check out with guest checkout) and you will pretty much get what your after
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Nov 2017
    Posts
    18
    Plugin Contributions
    0

    Default Re: Call the registration page from the shopping cart page

    Quote Originally Posted by barco57 View Post
    Upgrade and install OPC (one page check out with guest checkout) and you will pretty much get what your after
    I've tried this solution, and it has some drawbacks. One is that installing the plugin sometimes fails, and the other is that using the plugin, installing some payment methods is problematic. You have to spend a lot of time tuning the payment interface. Second, the page submission loading time is too long.
    I have used this plugin before, and sometimes when I change the payment method, there will be problems.

 

 

Similar Threads

  1. want to show discounted rate in the first page of the shopping cart
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Sep 2014, 12:12 PM
  2. How do I display the shopping cart on the index page?
    By mpsblue in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Apr 2011, 10:26 AM
  3. not see the new list in the shopping cart page
    By abaco in forum General Questions
    Replies: 4
    Last Post: 12 Jan 2011, 09:00 AM
  4. Question about adding products to my cart from the shopping cart page
    By audleman in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 07:37 AM
  5. Splitting the shopping cart off the main page...
    By darkdirk1 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Jun 2007, 08:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR