Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    335
    Plugin Contributions
    0

    Default checkout problem

    For some strange reason, the cart seem to be stuck on step 2 during the checkout process, i am using paypal and it does not go onto step 3

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: checkout problem

    Do you have your paypal module restricted to certain zones?
    what payment options are showingon your checkout-payment page ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2004
    Posts
    335
    Plugin Contributions
    0

    Default Re: checkout problem

    just paypal showing by itself, but i think the problem lies with the advertizing tracker and the insert which you have to put in
    "In includes\modules\pages\checkout_confirmation\header_php.php

    Find:

    $_SESSION['comments'] = zen_db_prepare_input($_POST['comments']);

    Below this line add:
    PHP Code:
    // BEGIN ADDITIONS - if no advertizer has been selected, show an error and force them to select where they saw our ad - JTD
      
    $_SESSION['advertizers'] = zen_db_prepare_input($_POST['advertizers']);
    // Note: If you don't want to force customers to make a selection, simply comment out the next two lines of code...
      
    if ($_SESSION['advertizers'] == NULL)
          
    $messageStack->add_session('checkout_payment'ERROR_NO_ADVERTIZER_SELECTED'error');
    // END ADDITIONS - JTD" 
    This causes some problem as when i remove this from the header, my checkout works.

 

 

Similar Threads

  1. Checkout Problem
    By janelle in forum General Questions
    Replies: 3
    Last Post: 11 May 2012, 01:03 PM
  2. Checkout Button problem with Google Checkout
    By handkem in forum Addon Payment Modules
    Replies: 0
    Last Post: 12 May 2008, 10:41 PM
  3. Checkout Problem
    By michaelchankh in forum General Questions
    Replies: 3
    Last Post: 2 Sep 2006, 04:13 PM

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