Search:

Type: Posts; User: OJ_SIMON

Page 1 of 2 1 2

Search: Search took 0.05 seconds; generated 4 minute(s) ago.

  1. v158 Re: payment module and am having issues with getting any sort of information from the

    I did this and it is still not working.I'm totally lost to what's going on.
  2. v158 Re: payment module and am having issues with getting any sort of information from the

    ################################################################################ Add custom headers and options
    ###############################################################################
    #...
  3. v158 Re: payment module and am having issues with getting any sort of information from the

    file compare only showed one difference and that was in my htaccess file in: includes/.htaccess
    and this was on line #32 it read > <FilesMatch...
  4. v158 Re: payment module and am having issues with getting any sort of information from the

    one other thing I could maybe try, what would be the best way to clear all session var's then let ZC make what it needs to a fresh?
    would it be just session destroy ?
  5. v158 Re: payment module and am having issues with getting any sort of information from the

    Nope just the same if I replace the API key from hardcoded to using the stored database stored configuration_key name/value the plugin does not load the form due to invalid key of null but as soon as...
  6. v158 Re: payment module and am having issues with getting any sort of information from the

    I've look at that often on the way of making this plugin, but I will say I've seen this: Note: Be sure the filename you choose does not have an underscore (_) in it. but at the same time see core...
  7. v158 Re: payment module and am having issues with getting any sort of information from the

    The only variables (that's everything from plugin defined in database etc... to session's etc..) I can get to use or view are the one's I set within the folder part of the payment module (I've...
  8. v158 Re: payment module and am having issues with getting any sort of information from the

    nope I'm on top all of them as and when they show and it is currently empty (which is good to hear) and I'm also on top of server logs also regularly check them also dev tools i bacily live in dev...
  9. v158 payment module and am having issues with getting any sort of information from the Zen

    zc v1.5.8

    I'm in the middle of making a payment module and am having issues with getting any sort of information from the Zen Cart system from any of my files from within the...
  10. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    Thank you for that and sorry for mistaking you for the plugin maker.
  11. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    carlwhat,


    Can you please help on this??
  12. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    this is wrong as it has been padded the order total before discount?
    should read as:
    this is wrong as it has been paid the order total before discount?
  13. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    Hi,

    I have just removed and reinstall stripe_modules_2.0.4 to confirm it is not me and i get the same results:
    using 3-step checkout (have got OPC but have it set to: Enable One-Page Checkout...
  14. v158 Re: need to add data to a new database table on creat account sucsess but how?

    Yes I got it to working in the end.

    I did end up using a auto loading observer.
    and just now tied up by removing the DB_PREFIX and ctgvzfpjxs (which is the DB was not sure why i had put it in ....
  15. Replies
    57
    Views
    5,646

    v158 Re: Different Total Displayed

    Hi,


    example of ""$amount_total=round($order->info['total']*$order->info['currency_value'],$decimal_places)*$multiplied_by;"" would be:


    main product of £100.00 (GBP (1.0)) and secount of USD...
  16. Replies
    57
    Views
    5,646

    v158 Re: Different Total Displayed

    Hi,

    Sorry for asking on this but. I'm just at a point in making a payment plugin, and have looked a a few other one's and am getting a mixed view on 'order's final total' that's sent to payment...
  17. Replies
    211
    Views
    48,400

    Re: Save For Later Support Thread

    Hi swguy,

    First off thank you very much for this excellent Plugin.

    Now for my question,
    I would like to offer a subscription product of which I can make a payment plugin for that so that's...
  18. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    That's good.
  19. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    Didi you fix this ?
  20. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    This is the problem:

    you have a country or currency miss match within your setting ether in ZC or at square they all need to match.
  21. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    then some where within your code you have a missing , or ' or ; .

    and if my last post still does not work then do a full compare of a fresh copy of your version of ZC
  22. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    this one.
    So replace this:

    <div id="card-container" ></div>
    <button id="card-button" type="button">Use Credit Card</button>
    with

    save upload and see if it displays and if that does not...
  23. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    what about in test mode just replace the first key from the live one to the test key got from square dashboard?
  24. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    actually can you replace the html div code and just place text "this is working" and see if that display's
  25. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    can you supply a demo/test account login details and also a test product that does not require and thing but add to cart? by PM.
  26. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    then that would tell me it's broken code from the plugin file.
  27. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    A Whoops! Your session has expired. is a 302 http error so I could be wrong but it will not show up in ZC log's but if you use dev tools and look at network tab while doing a re-enacting the issue...
  28. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    do you see any of this:

    <div id="card-container" ></div>
    <button id="card-button" type="button">Use Credit Card</button>
    when you use dev tools by right click in chrome inspect?
  29. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    do you have this file in place: includes/modules/pages/checkout_payment/jscript_square_webPay.php
    as if I'm right this is the file that actually adds the buttons and bits?
  30. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    have you made your square account and added the correct API key's
  31. Re: Message "Whoops! Your session has expired" after testing new stripe plugin

    if anyone goes to /index.php?main_page=checkout_confirmation they are getting a 302 redirect
  32. Re: Message "Whoops! Your session has expired" after testing new stripe plugin

    update: stripe is working and I can see the transaction in my stripe dashboard but when i use chrome dev tools I see the API response is now getting a http error code 302 (which is a redirect error...
  33. Re: Message "Whoops! Your session has expired" after testing new stripe plugin

    a test account is:
    user: [email protected]
    password: test5968@
    use this card number as it is in test mode Requires Authentication Card VISA (With 3D Secure) - 4000002500003155 and Select any future...
  34. Re: Message "Whoops! Your session has expired" after testing new stripe plugin

    Nope that has not worked, but thank you.
    P.s can I ask if you tried and if you got the same?
  35. Message "Whoops! Your session has expired" after testing new stripe plugin

    site URL: https://phpstack-1180590-4294982.cloudwaysapps.com
    ZC version: V1.5.8
    PHP version: 8.0.30
    list of plugins,
    CSS/JS Loader Configuration
    Zen Lightbox Settings
    News Box Manager [All...
  36. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    version 1.3.4 is outdated too much you should upgrade or switch to square as the new version only works on 1.5.7 upwords only which means you would need to upgrade your zen cart also.
    but first try...
  37. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    Can anyone please help on this ?
  38. Replies
    324
    Views
    115,010

    Re: Stripe.com payment integration module

    ZC V1.5.8
    OPC V2.5.1 (but currently not using it yet)
    STD ZC checkout
    Stripe Payments : Credit Card (stripe_modules_2.0.4)

    Hi,

    this is in test mode.
    I have it showing and half working in...
  39. Replies
    670
    Views
    57,847

    v157 Re: Square WebPay support thread.

    ZC V1.5.8
    OPC V2.5.1
    square_webPay-1.0.4 (API Version 2022-02-16 (P.s is there plans to update the API version or would the plugin require rewriting for this?))

    Hi,

    I have this working. But I...
  40. v158 Re: need to add data to a new database table on creat account sucsess but how?

    I can't get the below to work nothing is inserted in to the database,


    can you help me on this please.




    this is the code I have in...
  41. Thread: Wishlist

    by OJ_SIMON
    Replies
    377
    Views
    110,773

    Re: Wishlist

    Just to let you know.
    I have this working in a ZC 1.5.8
    PM me if you want a copy.
    I'm only asking you PM because I'm still setting up my site to go live very soon once that is done I'll have more...
  42. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    I've sorted it now thank you.

    Actually there is not much of ZC that I gives bootstrap 5 issues with .
    this one was a deep down almost hidden css class I hadn't spotted that was overriding what i...
  43. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    how can i change the layout of the order total modules section of the checkout page as allmine are to the left and I can not work out whats making it happen all i know its my template (which is using...
  44. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    just upgraded to new version and i must say i like the new way of selecting the shipping options much better and smoother.
    but I've spotted in the plugin admin :


    you have the wording of...
  45. v158 Re: need to add data to a new database table on creat account sucsess but how?

    Thank you for this, as this is what I was think of first.

    Now my question is:
    I have multi points I would like to observer to catch actions and save to database tables I've made, they are:...
  46. Replies
    797
    Views
    133,326

    Sticky: v150 Re: Double payment records inside SO_PAYMENT when I use SQUARE_WEBPAY

    have you tried uninstalling super order and try a test order?
  47. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    please ignore this
  48. Replies
    211
    Views
    48,400

    Re: Save For Later Support Thread

    please ignore my this
  49. Replies
    2,822
    Views
    390,103

    v155 Re: One-Page Checkout [Support Thread]

    ZC 1.5.8,
    OPC 2.4.6 (2023-08-19),
    SFL 1.9a

    Hi,
    Has anyone got this addon working with Save for Later (https://www.zen-cart.com/downloads.php?do=file&id=872) and if so can you supply the...
  50. Replies
    211
    Views
    48,400

    Re: Save For Later Support Thread

    ZC 1.5.8,
    OPC 2.4.6 (2023-08-19),
    SFL 1.9a

    Hi,
    Has anyone got this addon working with One-Page Checkout (https://www.zen-cart.com/downloads.php?do=file&id=2095) and if so can you supply the...
Results 1 to 50 of 87
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR