Search:

Type: Posts; User: Calljj

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Opaya PI (formerly sagepay) Integration woes

    arghh, back to square one, as can't get info from one form across to another,.
  2. Re: Opaya PI (formerly sagepay) Integration woes

    2 days in clicking refresh and making changes.... think i've found a resolution.
    The opayo pi drop in form allows for a seperate form to be specified in addidtion to the DIV to which its placed. the...
  3. Re: Opaya PI (formerly sagepay) Integration woes

    any idea how to overcome an event listner of submit in 3rd party code that attaches itself to the zen form?
    I dont think i can removeeventlistener, at least had no luck in trying
    also tried to...
  4. Re: Opaya PI (formerly sagepay) Integration woes

    gotta play it safe nowadays tho?
  5. Re: Opaya PI (formerly sagepay) Integration woes

    still appears can't be done using opayos checkoutform, but could be done with own form. With their form uses the

    addEventListener("submit"

    which i cannot find a way of workign around. With the...
  6. Re: Opaya PI (formerly sagepay) Integration woes

    digging into this a bit more, i'm seeing better what they have done by using a hidden button in the form, I'll see if i can manipulate it to my needs.
  7. Re: Opaya PI (formerly sagepay) Integration woes

    Thanks, yes, think they got around by using the radio buttons, of which i've already included along the lines of


    $('form[name="checkout_payment"]').submit(function(e) {
    ...
  8. Opaya PI (formerly sagepay) Integration woes

    Hi all,

    wonder if some of the guru's might be able to shed some light.

    currently writing an Opayo pi (with applepay express checkout) module for zen (will place in downloads for all once i've...
  9. v157 Strange issue with Paypal and shipping address pricing

    We've started noticing some strange cases after doing the 1.5.7 upgrade, this store now over 15 years of zencart use.

    So, a customer creates an account in the same country as the store (UK)....
  10. Replies
    3
    Views
    1,018

    v157 Re: query_factory.php

    php 7.4

    query from the tpl_specials sidebox
    $random_specials_product->MoveNext();

    --> PHP Warning: array_replace(): Expected parameter 2 to be an array, null given


    Changing to the...
  11. Replies
    3
    Views
    1,018

    v157 query_factory.php

    Hi, stumbled across this from a warning in the logs file, just seems the logic is incorrect as code will throw the warning before the if statement has acted?

    Line 623 in...
  12. v156 Re: duplicate orders received from Express, all same transaction id.

    Hi, thanks for response, we don't use hosting company, we have our own physical dedicated LAMP server in a datacentre.
    However, issue happened on old server and new server (we've just moved...
  13. v156 Re: duplicate orders received from Express, all same transaction id.

    Just a follow up, happened again a couple of days back, 6 seconds between the duplicates.
    as before same transaction id and timing. same website, but hosted now on a fresh new dedicated server....
  14. v156 Re: duplicate orders received from Express, all same transaction id.

    Thanks for response.

    Customer says experience as expected.
    Yes, 17 order confirmation emails were sent out with incremental order number. 17 seperate orders created on server.
    Orders before and...
  15. v156 duplicate orders received from Express, all same transaction id.

    php 7.2
    zen 1.5.6C

    Been working fine, then got a couple of duplicates a few days back, then today a whole stack of duplicate orders (17 of them to be precise!)
    All received around 2-5 secs after...
  16. v156 Re: payer auth verifier causes session timeout error

    managed to get payments to work on chrome by changing the init_sessions.php file, as found seems to be a gap between php 5.6 ish to 7.3.
    quick workaround for me was to change dr bytes file to :

    ...
  17. v156 Re: payer auth verifier causes session timeout error

    so my issue is the same but different.
    2 different sites on php7, version 1.5.6
    2 different direct payment gateways used for card payments
    if the 3d secure iframe pages are presented then after...
  18. Replies
    638
    Views
    130,403

    v150 Re: Support Thread for Google reCAPTCHA plugin

    I've also just had to do the same on the /includes/modules/TEMPLATE_NAME/create_account.php

    Copying the zco notifier line across from the 1.3 files into this file made it work for me, else you...
  19. v156 [Duplicate]Paypal express checkout not using default tax included within total amount

    first reported last year.

    https://www.zen-cart.com/showthread.php?201697-Paypal-Express-checkout-and-local-taxes&p=1363138#post1363138

    If customer uses the EC button, it wasn't including the...
  20. Replies
    2
    Views
    1,407

    v156 OT coupon code tax error of excluded products

    in the includes/modules/order_total/ot_coupon.php the tax amount of an excluded product is removed twice from the total price resulting in unexpected amount showing as part of the order total.

    ...
  21. v156 [Not a bug] includes/functions_general.php typo?

    in the includes/functions_general.php



    /**
    * Alias to $db->prepareInput() for sanitizing db inserts
    * @param string $string
    * @return string
    */
    function zen_db_input($string) {
  22. Replies
    26
    Views
    10,495

    v151 Re: Paypal Express checkout and local taxes

    Sorry to revive this zombie thread but it came up first in google...

    So, just updated a store from 1.5.1 to 1.5.6
    php 7.3

    upgrade gone pretty smoothly thanks mostly to being strict not to edit...
  23. Replies
    20
    Views
    8,518

    v155 Re: Customer Password Reset Not working

    Zombie thread revival!
    But i had exactly the same issue, was looking at all other reasons for not getting forgotten password emails, and turned out to be this! Ran the tool, worked straight away.
    ...
  24. Replies
    1,667
    Views
    287,021

    Re: Price Updater

    just a little php7 issue:


    PHP Warning: Use of undefined constant DPU_OUT_OF_STOCK_IMAGE - assumed 'DPU_OUT_OF_STOCK_IMAGE'



    But.... is it possible to not show a zero price, or show an "out...
  25. Re: Upgrade Zencart version 1.5.6

    Im getting loads of warning popping up when viewing cart page from your modules, 1.5.6 and php 7, do i need to move the file locations of the english defines?


    [19-Feb-2019 17:23:38 UTC] Request...
  26. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater - taxation

    many thanks, the link provided the solution i needed
  27. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater - taxation

    forgot to say, product price "zero", product priced by attributes.
  28. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater - taxation

    OK, on to the next thing :D

    sooo..... when a product is on sale, how do i get the "normalprice" to include the taxtation?
    At the moment it gives:


    Price: £649.17 £467.40
    Save: 40% off
  29. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater - SOLVED

    So problem finally solved!
    I would never have even thought of looking at the encoding issues of a file, the first time i've come across such an issue!
    Indeed, it was not a character that was the...
  30. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Changed code,no difference.
    happening on all browsers.
  31. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    so changing the line not made any difference, the error is thrown back as a result of the request, whereas that line is processing a successfull request?

    jquery gives 3.2.1

    thanks for continued...
  32. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    outputs:


    Array
    (
    [responseType] => success
    [data] => Array
    (
    [priceTotal] => <font size="0.5" color="#636363">Price: </font>&pound;909.00
    ...
  33. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    nope, all latest, the json i presented was the request to the ajax, not the response, i presumed it was getting the hump with the request seeing as the result was an error.
    i posted the response...
  34. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    then showing the JSON gives:

    ...
  35. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Changing code to

    .fail( function(jqXHR,textStatus,errorThrown) {
    alert(errorThrown);

    gives:

    SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data
  36. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    ok, seems to fail within the jscript_dynamic_price_updater.php
    when approx line 139, makes a call to

    zcJS.ajax(option).done{
    which my result goes to

    .fail(...
  37. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater and bootstrap template

    So the response given in the console is changing every time i make a change in atttribute selection...


    responseText: "\r\n\ufeff{\"responseType\":\"success\",\"data\":{\"priceTotal\":\"<font...
  38. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater and bootstrap template

    Aha! Well thought, yes the framwork file was missing from my older style template files, added this in and spinning wheel now gives a price.
    But this price remains the same, no matter what...
  39. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater and bootstrap template

    trying to upgrade my site from 1.50 to 1.56a as the force of running php7 comes in. but what a nightmare!

    Anyhow, almost there, but for DPU have the constantly spinning wheel and the console error...
  40. Re: Anyone integrated ApplePay and Bitcoin with Stripe?

    get anywhere with this?
  41. Replies
    3
    Views
    1,508

    v155 Re: New Stripe Payment addon in development

    Did you manage to complete this module? Looking to change to stripe to offer Applepay to customers.. so interested in this.
  42. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    So can you just confirm for me.
    1) you set up a product with zero value priced only by attributes.
    2) you set up 3 attributes, priced at 10, 20, 30 (without the 'plus' sign infront in attribute...
  43. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Thanks for looking.
    moved the file across.
    removed the comma from facebook pixel (although facebook was reading it fine through the Chrome Pixel addon checker thingy)
    still no change.
  44. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    just replaced all files from fresh donwload of 3.2
    issue is exactly the same.
    happy to pm url for you to see.
  45. Re: Ceon Advanced Shipper Restrict Categories on Shipping method

    Indeed that’s how I thought it worked but it’s not.
    I have 3 methods, two of them are fall over, have no specific products or categories set, shipping price based on weight and destination.
    The...
  46. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Ok, apologies for all the responses, i'm kinda brainstorming aloud!
    So it seems, that the comment out of the

    pdpt = test[a];

    Also has an effect on my other issue on the shopping cart page!...
  47. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Further to this, can force the error.
    includes/modules/pages/product_info/jscript_dynamic_price_update.php


    // use the spans to see if there is a discount occuring up in this here house
    var...
  48. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    Tried webchills, no result.
    Latest version of DPU, but have to keep reverting as just giving me 0.00
  49. Replies
    1,667
    Views
    287,021

    Re: Dynamic Price Updater

    I have ceon seo url also installed, definately related to dpu module and the zen_back_link() url function as it works fine from any other page apart from a product page.
    I simply go to a product...
  50. Re: Ceon Advanced Shipper Restrict Categories on Shipping method

    Because fallover methods are still included, even if another method specifically set for a category is in place...
    so i have huge volumetric stuff in a particualr category, that also meets...
Results 1 to 50 of 247
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR