Search:

Type: Posts; User: RocketSites

Search: Search took 0.01 seconds.

  1. v156 Re: Possible new problem. Something i have not seen before.

    Great shout. On a site running Sitemap XML 3.9.7, disabling (commenting out) that check immediately restores the performance.
  2. v156 Re: Possible new problem. Something i have not seen before.

    Seeing this on multiple sites across multiple versions, all with update check disabled.

    20426
  3. Replies
    115
    Views
    28,910

    v154 Re: WorldPay Module version 3.0 - Support thread

    For anyone having callback issues (most notably 301), I believe I have identified the cause.

    With Configuration > Sessions > Prevent Spider Sessions set to True, Zen Cart identifies the WorldPay...
  4. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Are these definitely triggered by payment attempts? Looking at the core code, amount_money is only used during refunds.
  5. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Thanks.

    Looks like you're using the standard Square module, and it appears that the issue only occurs after the order total changes (e.g. after changing the shipping method) - correct?
  6. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    What's your storefront URL please? Feel free to PM if preferred.
  7. NOTIFY_ADMIN_CATEGORIES_EXTRA_INPUT - Populating field when action is insert_category

    Hi,

    Having used NOTIFY_ADMIN_CATEGORIES_EXTRA_INPUTS to add an additional input to the category administration page, it is then possible to use NOTIFY_BEGIN_ADMIN_CATEGORIES to update an existing...
  8. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Hi,

    This sounds like a JS error, could be as simple as a cache issue. Can you provide your website URL and confirm that I can create a customer account to test please?
  9. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    You're a gent, thanks John.
  10. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Great stuff, glad to hear it! Please direct all kisses directly to @Congerman in the first instance. :laugh:

    If this has saved you time and/or money and you feel so inclined, any donations to a...
  11. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    401 suggests an issue with your API settings. If you view your API logs (https://developer.squareup.com/apps > relevant 'app' > API Logs) can you see any requests logged by Square at the time of your...
  12. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Anything logged in the browser console?
  13. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    I haven't tested with OPC. Does that load the JS from /includes/modules/payment/checkout_payment/ ?

    Yes, I believe SCA only applies/will only apply to the EEA.
  14. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    I had various issues like this.

    When editing the Square settings in admin, if you add a URL parameter with a key of sandbox and any value, can you see any additional settings?

    e.g....
  15. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    With the assistance of @Congerman, I have made some changes to the Square module with a view to achieving SCA compliance.

    The following is ready for TESTING - use AT YOUR OWN RISK. Replace these...
  16. Replies
    14
    Views
    1,315

    v155 Re: Zen Cart Page Generator Tool

    It's more accessible as a hosted tool, in my opinion.
  17. Replies
    8
    Views
    444

    Re: Posting items to facebook

    For testing, use https://developers.facebook.com/tools/debug/

    You need to add the og:image meta property, as discussed at https://developers.facebook.com/docs/sharing/webmasters#images
  18. Replies
    14
    Views
    1,315

    v155 Page Generator Tool

    Hi all,

    Just a quick one, in the hope that at some point this may save somebody some time!

    I've made a tool that allows you to generate the required files to add a new page to Zen Cart (set up...
  19. Replies
    10
    Views
    2,449

    v153 Re: Admin rounding errors

    Sorry to reinvigorate an old thread, but this still ranks well for 'zen cart admin price rounding'.

    I encountered this issue today on 1.5.5, and my fix was as follows:

    In...
  20. Replies
    9
    Views
    1,780

    v150 Re: Attributes Layout

    Hi Wayne,

    To remove the 'double spacing' you'll need to remove the <br class="clearBoth"> that is rendered between each .wrapperAttribsOptions div.

    This will most likely be present in...
  21. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Guys, you are fantastic.

    Thank you so much for the assistance.
  22. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    You're exactly right.

    Yes, it's strange that 'none' is an accepted option for SQL_CACHE_METHOD... yet it goes ahead and does it anyway!
  23. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Modifying the below function (so that even SELECTS aren't cached) in /includes/classes/query_cache.php resolves the issue:


    function cache($query, $result) {
    if...
  24. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Thank you for the info. It would be great to find the root cause of this!
  25. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Thank you for testing.

    I initially added a delay of 5 seconds, which worked. I then tried it at lower values (1-4) and none worked. It now won't even work at 5 seconds or longer, so I'm very...
  26. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    That's incredibly helpful, thank you.

    So even if SQL_CACHE_METHOD is set to 'none', some does occur?
  27. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Having just added a time delay between each iteration, it is now working on 1.53 as it is on 1.50.

    So does the latest ZC version have some kind of caching for queries that take place within X...
  28. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Fastest way to illustrate my point is to create a file on a clean 1.53 install containing the below code and then run it:


    <?php
    require('includes/application_top.php');

    $i = 0;
    $times =...
  29. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    The changes in the linked thread have been implemented in 1.53.



    No, I'm suggesting that this core function DOES of course work, but the results are cached.



    Any query does the same -...
  30. Replies
    26
    Views
    3,982

    v153 Re: Query Issue

    Changing the contents of /includes/classes/db/mysql/query_factory.php to a previous ZC version resolves the issue.

    I'm wondering if this change is causing my issue?...
  31. Replies
    26
    Views
    3,982

    v153 Query Issue

    Hi,

    Working on a script and have encountered a peculiar issue.

    A loop performs a query in the standard Zen Cart format X amount of times.


    $manufacturer_sql = $db->Execute("SELECT * FROM "...
  32. Replies
    10
    Views
    2,480

    v151 Re: Is this a plugin?

    Hi StoreOwner,

    Regarding the layout/add to cart method for your Product Listing pages, take a look at the settings within Configuration > Product Listing, particularly:

    Display Product Add to...
  33. Re: Looking for color swatch attribute value plugin that does the following:...

    Hi.

    No existing module that I'm aware of, but it could be achieved with custom code. Would the large image on hover be the swatch image? Or would each option value have two images - a small...
  34. v151 Re: Adding a custom field to Admin invoices

    Hi,

    I'm not aware of a suitable module, although Super Orders may have such functionality.

    It wouldn't be terribly difficult to add a new column to the orders table, then add the ability to...
  35. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Hi Twitch,

    Thank you SO much for your reply. Very helpful.

    Your instructions have got me slightly closer!

    Do you know if the 'main' site can be in a subdirectory, and the 'other' sites be in...
  36. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Hi,

    I'm trying install the module, and I seem to be falling at the first hurdle as I can't find any information that explains the fundamentals of the setup.

    - Do I need more than one...
  37. v138a Re: Server Move - Admin Login loads for 10 minutes and no mail

    Aaaaand finally...admin has resolved itself too!

    I wonder if this was something caused by DNS propagation? Or maybe something with mail is checked on login, so now that that's OK then login is OK?
  38. v138a Re: Server Move - Admin Login loads for 10 minutes and no mail

    Mail sorted - Setting 'Emails must send from known domain?' to Yes rectified it.
  39. v138a Re: Server Move - Admin Login loads for 10 minutes and no mail

    Update - after the admin login loading for 10 minutes, this time I got a 500 error. Refresh the page, and admin index.php appears and all works OK.

    So strange!
  40. v138a Server Move - Admin Login loads for 10 minutes and no mail

    Hi all.

    We've moved a large ZC from one hosting provider to another (new is a VPS).

    Reconfigured, and front-end working great.

    Initially, admin worked as normal too. But after around an...
Results 1 to 40 of 40
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR