Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    It is not the payment mod we are discussing OPC. As Frank said using PayPal or Check/Money Order you have actually 1 page checkout but if you select CreditCards then your Submit Button (Confirm Order) will flip to a "Review Order" (or may say Continue Checkout) when click will display another page for Review and you Submit Order button at bottom.

    What didn't make any scense was the inlormation on the Review page was the same information that is on the Checkout page. As I now understand it seemed to be some requirement from a processor that may have miss read the main purpose of the review. Hopefully Lat9 has discovered the real purpose and by the design of OPC that review page may not be needed and could make security worse due to extra Ajax code needed. So I am hoping it will go away.
    Last edited by EZorb; 1 Aug 2017 at 03:54 AM.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Anybody else want to try for an answer?

    Maybe you'll answer this one. What's EZorb Checkout? Renamed ceon manual card mod? If so, that's exactly why you are getting the "extra" page. As others have pointed out, when you collect the data on your site, it WILL cause the review to make sure the data was entered correctly.

    Your site (don't know if it's the current) says Authorize.Net Credit Card Processing. If this is true, are you using SIM, AIM, echeck in any combination or just one of the three?
    You might just possibly help someone (or yourself) by letting us know the answers to some questions.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Sorry but did not read this post. So did not realize you guys wanted to know what payment mod I was using.

    Quote Originally Posted by dbltoe View Post
    Anybody else want to try for an answer?

    Maybe you'll answer this one. What's EZorb Checkout? Renamed ceon manual card mod? If so, that's exactly why you are getting the "extra" page. As others have pointed out, when you collect the data on your site, it WILL cause the review to make sure the data was entered correctly.

    Your site (don't know if it's the current) says Authorize.Net Credit Card Processing. If this is true, are you using SIM, AIM, echeck in any combination or just one of the three?
    You might just possibly help someone (or yourself) by letting us know the answers to some questions.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: One-Page Checkout [Support Thread]

    Evidently, to EZorb, the payment module is a top-secret piece of information.
    .

    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.

  5. #5
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    attn lat9 .... just wanted to say a BIG Thank You .... your marvelous plugin works fine in v1.5.1

    thanks again,
    Mike

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by shags38 View Post
    attn lat9 .... just wanted to say a BIG Thank You .... your marvelous plugin works fine in v1.5.1

    thanks again,
    Mike
    Good to know, Mike. To others, remember that YMMV (Your Mileage May Vary), based on your store's configuration and shipping/payment/order-total modules!

  7. #7
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Good to know, Mike. To others, remember that YMMV (Your Mileage May Vary), based on your store's configuration and shipping/payment/order-total modules!
    Hi Cindy - I have one perplexing issue - all is perfect on 5 of 6 v1.5.1 sites after installation but on one site on the checkout page the payment option for credit cards does no show - puzzling??

    I have double checked that all OPC files loaded correctly and removed and reinstalled the PayPal Pro Payments module in admin/modules/payment and checked my database for any leftover remnants of FEC I had installed and removed a few years back and found nothing.

    I assume this likely has nothing to do with OPC specifically but thought you may be able to guide me as to where to look to try to solve this?

    cheers,
    Mike

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by shags38 View Post
    Hi Cindy - I have one perplexing issue - all is perfect on 5 of 6 v1.5.1 sites after installation but on one site on the checkout page the payment option for credit cards does no show - puzzling??

    I have double checked that all OPC files loaded correctly and removed and reinstalled the PayPal Pro Payments module in admin/modules/payment and checked my database for any leftover remnants of FEC I had installed and removed a few years back and found nothing.

    I assume this likely has nothing to do with OPC specifically but thought you may be able to guide me as to where to look to try to solve this?

    cheers,
    Mike
    Mike, I'm guessing based on your second paragraph that the 'no-show' is the PayPal Payments Pro (paypaldp) payment method. There are a couple of things to look at:
    1. Most recent browsers honor F12 to bring up their developers' console; press F12, then select the Console tab. OPC logs status of its AJAX-handled calls to the browser's console.
    2. Turn on the OPC debug via the plugin's Configuration menu. That will generate a log that tracks the OPC processing for the page, into a .log file in your /logs directory. The file is created on a customer-by-customer basis.
    3. Check the /logs directory; are there any myDEBUG-*.log (other than the checkout_one ones) files? They might tell a tale.

    As a final suggestion, try comparing /includes/modules/payment/paypaldp.php to the version shipped in Zen Cart 1.5.4 (since you're blazing new territory on ZC 1.5.1!).

  9. #9
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Mike, I'm guessing based on your second paragraph that the 'no-show' is the PayPal Payments Pro (paypaldp) payment method. There are a couple of things to look at:
    1. Most recent browsers honor F12 to bring up their developers' console; press F12, then select the Console tab. OPC logs status of its AJAX-handled calls to the browser's console.
    2. Turn on the OPC debug via the plugin's Configuration menu. That will generate a log that tracks the OPC processing for the page, into a .log file in your /logs directory. The file is created on a customer-by-customer basis.
    3. Check the /logs directory; are there any myDEBUG-*.log (other than the checkout_one ones) files? They might tell a tale.

    As a final suggestion, try comparing /includes/modules/payment/paypaldp.php to the version shipped in Zen Cart 1.5.4 (since you're blazing new territory on ZC 1.5.1!).
    Hi Cindy - many thanks for your response (I must have had a Seniors moment with 'no' instead of 'not')

    I followed your suggestions and here are the results - in 2 (or more) separate posts as too much text for one post according to the error message;

    developer page source;
    PHP Code:
    <!--bof payment-method choices -->
      <
    div id="checkoutPaymentMethod" class="floatingBox forward clearRight">
        <
    fieldset>
          <
    legend>Payment Method</legend>
    <
    input type="hidden" name="payment" value="paypalwpp" id="pmt-paypalwpp" />      <label for="pmt-paypalwpp" class="radioButtonLabel"><img src="https://www.paypalobjects.com/en_US/i/logo/PayPal_mark_50x34.gif" alt="Click here to pay via PayPal Express Checkout" /><span style="font-size:11px; font-family: Arial, Verdana;"Checkout with PayPalThe safereasier way to pay.</span></label>

          <
    br class="clearBoth" />

        </
    fieldset>
      </
    div>
     
    <!--
    eof payment-method choices --> 
    myDEBUG-one_page_checkout-log
    Code:
    2017-07-31 01:01:28 checkout_one_observer: checkout_one redirect: Array
    (
        [main_page] => checkout_shipping
        [__utma] => 85241051.1274594576.1500608094.1501459147.1501462860.6
        [__utmz] => 85241051.1500608094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
        [__atuvc] => 4|29,18|30,29|31
        [__utmc] => 85241051
        [zenid] => 4nhdpbdd7d5oe6iufjpqn4m931
        [__utmb] => 85241051.3.10.1501462860
        [__utmt] => 1
        [__atuvs] => 597e814c06adb59c002
    )
    
    2017-07-31 01:01:28 checkout_one: CHECKOUT_ONE_ENTRY, version (1.3.0 (2017-07-12)), Zen Cart version (1.5.1), template (responsive_all_business)
    myDEBUG-one_page_checkout-243.log
    Code:
    2017-08-03 00:11:53 checkout_one: CHECKOUT_ONE_ENTRY, version (1.3.0 (2017-07-12)), Zen Cart version (1.5.1), template (responsive_all_business)
    2017-08-03 00:11:53 checkout_one: CHECKOUT_ONE_AFTER_SHIPPING_CALCULATIONS, pass (), free_shipping (),  (not set)
    2017-08-03 00:11:53 checkout_one: CHECKOUT_ONE_AFTER_SHIPPING_QUOTES
    array (
      'id' => 'zones_zones',
      'title' => 'Zone Rates (Shipping to AU (0.02kg(s)))',
      'cost' => 4.9000000000000003552713678800500929355621337890625,
      'module' => 'zones',
    )order Object
    (
        [info] => Array
            (
                [order_status] => 1
                [currency] => AUD
                [currency_value] => 1.00000000
                [payment_method] => 
                [payment_module_code] => 
                [coupon_code] => 
                [shipping_method] => Zone Rates (Shipping to AU (0.02kg(s)))
                [shipping_module_code] => zones_zones
                [shipping_cost] => 4.9
                [subtotal] => 16.95
                [shipping_tax] => 0
                [tax] => 0
                [total] => 16.95
                [tax_groups] => Array
                    (
                        [0] => 0
                    )
    
                [comments] => 
                [ip_address] => 210.185.94.136 - 210.185.94.136
            )
    
        [totals] => Array
            (
            )
    
        [products] => Array
            (
                [0] => Array
                    (
                        [qty] => 1
                        [name] => Woven Silk Necklace Cord 50cm 20" with 925 Silver Fittings
                        [model] => WNC050
                        [tax] => 0
                        [tax_groups] => Array
                            (
                                [0] => Sales Tax
                            )
    
                        [tax_description] => Sales Tax
                        [price] => 16.9500
                        [final_price] => 16.95
                        [onetime_charges] => 0
                        [weight] => 0.015
                        [products_priced_by_attribute] => 0
                        [product_is_free] => 0
                        [products_discount_type] => 0
                        [products_discount_type_from] => 0
                        [id] => 941
                        [rowClass] => rowEven
                    )
    
            )
    
        [customer] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [format_id] => 1
                [telephone] => 0988907766
                [email_address] => shags38##########################
            )
    
        [delivery] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [country_id] => 13
                [format_id] => 1
            )
    
        [content_type] => physical
        [email_low_stock] => 
        [products_ordered_attributes] => 
        [products_ordered] => 
        [products_ordered_email] => 
        [attachArray] => 
        [billing] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [country_id] => 13
                [format_id] => 1
            )
    
    )
    messageStack Object
    (
        [messages] => Array
            (
            )
    
    )
    Array
    (
        [0] => Array
            (
                [id] => zones
                [module] => Zone Rates
                [methods] => Array
                    (
                        [0] => Array
                            (
                                [id] => zones
                                [title] => Shipping to AU (0.02kg(s))
                                [cost] => 4.9
                            )
    
                    )
    
            )
    
    )
    
    2017-08-03 00:11:54 checkout_one: CHECKOUT_ONE_AFTER_ORDER_TOTAL_PROCESSING
    order_total Object
    (
        [modules] => Array
            (
                [0] => ot_subtotal.php
                [1] => ot_shipping.php
                [2] => ot_coupon.php
                [3] => ot_group_pricing.php
                [4] => ot_tax.php
                [5] => ot_loworderfee.php
                [6] => ot_gv.php
                [7] => ot_total.php
            )
    
    )
    order Object
    (
        [info] => Array
            (
                [order_status] => 1
                [currency] => AUD
                [currency_value] => 1.00000000
                [payment_method] => 
                [payment_module_code] => 
                [coupon_code] => 
                [shipping_method] => Zone Rates (Shipping to AU (0.02kg(s)))
                [shipping_module_code] => zones_zones
                [shipping_cost] => 4.9
                [subtotal] => 16.95
                [shipping_tax] => 0
                [tax] => 0
                [total] => 21.85
                [tax_groups] => Array
                    (
                        [0] => 0
                    )
    
                [comments] => 
                [ip_address] => 210.185.94.136 - 210.185.94.136
            )
    
        [totals] => Array
            (
            )
    
        [products] => Array
            (
                [0] => Array
                    (
                        [qty] => 1
                        [name] => Woven Silk Necklace Cord 50cm 20" with 925 Silver Fittings
                        [model] => WNC050
                        [tax] => 0
                        [tax_groups] => Array
                            (
                                [0] => Sales Tax
                            )
    
                        [tax_description] => Sales Tax
                        [price] => 16.9500
                        [final_price] => 16.95
                        [onetime_charges] => 0
                        [weight] => 0.015
                        [products_priced_by_attribute] => 0
                        [product_is_free] => 0
                        [products_discount_type] => 0
                        [products_discount_type_from] => 0
                        [id] => 941
                        [rowClass] => rowEven
                    )
    
            )
    
        [customer] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [format_id] => 1
                [telephone] => 0988907766
                [email_address] => shags38##########################
            )
    
        [delivery] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [country_id] => 13
                [format_id] => 1
            )
    
        [content_type] => physical
        [email_low_stock] => 
        [products_ordered_attributes] => 
        [products_ordered] => 
        [products_ordered_email] => 
        [attachArray] => 
        [billing] => Array
            (
                [firstname] => Michael
                [lastname] => O'Shannessy
                [company] => 
                [street_address] => 19  Shetland  St
                [suburb] => 
                [city] => Woodcroft
                [postcode] => 5162
                [state] => South Australia
                [zone_id] => 186
                [country] => Array
                    (
                        [id] => 13
                        [title] => Australia
                        [iso_code_2] => AU
                        [iso_code_3] => AUS
                    )
    
                [country_id] => 13
                [format_id] => 1
            )
    
    )
    messageStack Object
    (
        [messages] => Array
            (
            )
    
    )
    
    2017-08-03 00:11:54 checkout_one: CHECKOUT_ONE_AFTER_PAYMENT_MODULES_SELECTION
    payment Object
    (
        [modules] => Array
            (
                [0] => paypaldp.php
                [1] => paypalwpp.php
            )
    
        [selected_module] => 
        [paymentClass] => paypalwpp Object
            (
                ["code"] => paypalwpp
                [title] => PayPal
                [description] => <strong>PayPal</strong>
                [enabled] => 1
                [zone] => 0
                [enableDebugging] => 
                [showPaymentPage] => 
                [flagDisablePaymentAddressChange] => 
                [sort_order] => 0
                [buttonSourceEC] => ZenCart-EC_us
                [order_pending_status] => 1
                [order_status] => 2
                [_logDir] => includes/modules/payment/paypal/logs/
                [_logLevel] => 0
                [fmfResponse] => 
                [fmfErrors] => Array
                    (
                    )
    
                [codeTitle] => PayPal Express Checkout
                [codeVersion] => 1.5.1
                [enableDirectPayment] => 
                [emailAlerts] => 1
                [doDPonly] => 
                [buttonSourceDP] => ZenCart-DP_us
                [new_acct_notify] => Yes
                [cards] => Array
                    (
                    )
    
                [form_action_url] => https://www.harmonyball.net.au/ipn_main_handler.php?type=ec&amp;markflow=1&amp;clearSess=1&amp;stage=final
                [cc_type_check] => 
            )
    
    )
    array (
      'id' => 'zones_zones',
      'title' => 'Zone Rates (Shipping to AU (0.02kg(s)))',
      'cost' => 4.9000000000000003552713678800500929355621337890625,
      'module' => 'zones',
    )
    end part 1.

  10. #10
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I don't think we are on same page in this discussion. I have only been talking about a one-page checkout not one page sometimes and two-page other times when using credit cards. So what's all of this about some payment module. It would appear to me since 67% of shopping is done on cell phone and tablets and the customer is most likely not in a secure environment like at their home or office the least amount of time credit card information being exposed would be better. There is nothing else on the Review page that has not already been review except credit card information which you can see what has been type in before clicking the submitt button. Are you saying that there is some chance that CC information can be changed while being submitted? If so then you would need to review it otherwise just another page of same information in more condense format. The least number of clicks the better a customer likes it.

    The payment module I am using is Authorized.net AIM. I may be slow but I will finally get there. Sorry I overlook what you were asking.

    Quote Originally Posted by DrByte View Post
    Evidently, to EZorb, the payment module is a top-secret piece of information.

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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