Search:

Type: Posts; User: OJ_SIMON

Page 1 of 2 1 2

Search: Search took 0.01 seconds; generated 29 minute(s) ago.

  1. Replies
    321
    Views
    113,893

    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?
  2. Replies
    321
    Views
    113,893

    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...
  3. 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 ....
  4. Replies
    57
    Views
    4,953

    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...
  5. Replies
    57
    Views
    4,953

    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...
  6. Replies
    211
    Views
    48,132

    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...
  7. Replies
    2,811
    Views
    384,617

    v155 Re: One-Page Checkout [Support Thread]

    That's good.
  8. Replies
    2,811
    Views
    384,617

    v155 Re: One-Page Checkout [Support Thread]

    Didi you fix this ?
  9. Replies
    664
    Views
    55,066

    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.
  10. Replies
    664
    Views
    55,066

    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
  11. Replies
    664
    Views
    55,066

    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...
  12. Replies
    664
    Views
    55,066

    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?
  13. Replies
    664
    Views
    55,066

    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
  14. Replies
    664
    Views
    55,066

    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.
  15. Replies
    664
    Views
    55,066

    v157 Re: Square WebPay support thread.

    then that would tell me it's broken code from the plugin file.
  16. Replies
    2,811
    Views
    384,617

    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...
  17. Replies
    664
    Views
    55,066

    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?
  18. Replies
    664
    Views
    55,066

    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?
  19. Replies
    664
    Views
    55,066

    v157 Re: Square WebPay support thread.

    have you made your square account and added the correct API key's
  20. 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
  21. 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...
  22. 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...
  23. 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?
  24. 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...
  25. Replies
    321
    Views
    113,893

    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...
  26. Replies
    664
    Views
    55,066

    v157 Re: Square WebPay support thread.

    Can anyone please help on this ?
  27. Replies
    321
    Views
    113,893

    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...
  28. Replies
    664
    Views
    55,066

    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...
  29. 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...
  30. Thread: Wishlist

    by OJ_SIMON
    Replies
    377
    Views
    110,584

    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...
  31. Replies
    2,811
    Views
    384,617

    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...
  32. Replies
    2,811
    Views
    384,617

    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...
  33. Replies
    2,811
    Views
    384,617

    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...
  34. 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:...
  35. Replies
    797
    Views
    131,489

    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?
  36. Replies
    2,811
    Views
    384,617

    v155 Re: One-Page Checkout [Support Thread]

    please ignore this
  37. Replies
    211
    Views
    48,132

    Re: Save For Later Support Thread

    please ignore my this
  38. Replies
    2,811
    Views
    384,617

    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...
  39. Replies
    211
    Views
    48,132

    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...
  40. v158 Re: need to add data to a new database table on creat account sucsess but how?

    I think I've found the best place I can do this , that being "includes\templates\MYTEMPLATE\templates\tpl_create_account_success_default.php"
  41. v158 need to add data to a new database table on creat account sucsess but how?

    Hi,

    As Title says, I need to add data to a new database table I've made when a customer create a new account but I don't really want to place code in the "includes\modules\create_account.php"...
  42. Re: A way of switching between version of PHP / MySQL on the fly in XAMPP on LocalHos

    made a typo sorry here is the right version:

    Hi,


    I hope this will help someone as it has for me, having to switch version for different project's/clients to match live server versions.
  43. v158 Re: not saving CUSTOMERS_TO_GROUPS both group pricing and customer groups

    this worked:

    https://docs.zen-cart.com/user/localization/changing_date_format/
  44. Re: A way of switching between version of PHP / MySQL on the fly in XAMPP on LocalHos

    Can I ask if you say you don't need to restart then don't you need each version connected to each port always running? so that could be 3 or 4?

    also each combination of PHP and MySQL has to be...
  45. A way of switching between version of PHP / MySQL on the fly in XAMPP on LocalHost

    Hi,

    I hope this will help someone as it has for me, having to switch version for different project's/clients to match live server versions.


    1. make a new folder called "mysql_xx.xx.xx"...
  46. v158 not saving CUSTOMERS_TO_GROUPS both group pricing and customer groups

    20480

    I have also downloaded ZC V1.5.8 2 x now thinking it was that and compared them and no difference is shown in Beyond Compare v4.

    can someone help me on this please?
  47. Replies
    797
    Views
    131,489

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    1. Can I ask who this is to?
    2. What it is in reply to?
  48. Replies
    797
    Views
    131,489

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    has anyone got this working on ZC V1.5.8? and if so have you a updated zip of the files?
  49. v158 Re: PHP Deprecated: Function strftime() is deprecated mixed text and date time ?

    I've really got to think over this weekend if this is worth days of chasseing error or to just step back again to ZC v1.5.7d already stepped back from ZC V1.5.8a. to get this site Live then ldo a...
  50. v158 Re: PHP Deprecated: Function strftime() is deprecated mixed text and date time ?

    Don't have to be sorry, thank you for trying, I think I will for now live with one error and have the wording I need.
Results 1 to 50 of 76
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR