Search:

Type: Posts; User: kanine

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,435

    v157 Re: Website Maintenance Message and HTML

    I sorted this out by also adding the code as below, but if there's a better way please let me know.



    if (!$checks->EOF) {
    if (!empty($checks->fields['val_function']) || $cID ===...
  2. Replies
    2
    Views
    4,435

    v157 Website Maintenance Message and HTML

    Is there a way to stop HTML that is put into the "Date and hours for notice before maintenance" message from being converted to escaped characters? For instance if I try to put a link in the message...
  3. Re: Google Analytics and Adwords Conversion Tracking

    Ok, yes I do have a method for the schema.org data but I'd need to do more work on it before sharing it.
    I haven't checked but I assume there may be another addon for it but realistically it should...
  4. Re: Google Analytics and Adwords Conversion Tracking

    Sorry, but what is Schema? I do have an admin mod I wrote for adding extra fields / dropdowns etc for Customers and Products that I use in order to fill out GTIN, Brands, Manufacturer code and the...
  5. Re: Google Analytics and Adwords Conversion Tracking

    I have updated this for 1.5.7+ and to be compliant with the GA4 requirements from Google mentioned here: https://support.google.com/analytics/answer/10119380
    ...
  6. Replies
    1
    Views
    2,546

    Re: PayPal Express Checkout with REST API

    I'm not seeing any movement on this in the Core, so I'll be updating the code I developed back in 2018 to make use of the current PayPal checkout method, which looks pretty similar to the 2018...
  7. Google Analytics and Adwords Conversion Tracking

    After trying other add-ons for Google Analytics Tracking, eCommerce Reporting and Adwords Conversions I've ended up reworking the most recent "Enhanced eCommerce Analytics" for deployment on 1.5.5...
  8. Replies
    1
    Views
    2,546

    PayPal Express Checkout with REST API

    I'm in the final stages of upgrading our store from 1.3.9h to 1.5.5f and notice the PayPal Express Checkout is using the deprecated NVP / SOAP interface.

    I made a start on developing a new process...
  9. v155 Re: New Shipping Module with Multiple Methods showing as bold (best?)

    Found the issue, was returning a non-unique 'id' as part of the multi-method shipping quote. Looking at the estimator template certainly helped in tracking it down, so the working code looks like...
  10. v155 Re: New Shipping Module with Multiple Methods showing as bold (best?)

    Thanks for the tip, will take a look and post back if I 'fix' it.
  11. v155 New Shipping Module with Multiple Methods showing as bold (best?)

    I'm developing a shipping module that calls make a JSON call to a common service we use internally that generates shipping estimates based on a cart (think Model, Qty and Postcode) and it returns...
  12. v155 Re: PayPal Express Checkout Error SSL connection timeout

    Well everything turned back to normal processing, with no change on hosting or zencart end about 48 hours after the problems first started. The only light I can shed on the situation is some...
  13. v155 Re: PayPal Express Checkout Error SSL connection timeout

    Thanks for that, is there any specific setting I should be asking them to look into as I've been going back and forth on this with them a fair bit already without moving towards any resolution.

    I...
  14. v155 Re: PayPal Express Checkout Error SSL connection timeout

    This is the 1.3.9h storefront: http://www.office-products.com.au/shop/
  15. v155 PayPal Express Checkout Error SSL connection timeout

    Hey All,
    Started getting this message yesterday on a 1.3.9h install (yeah I know right).

    After reviewing various threads here I ran up vanilla v1.5.5a install, configured the PP Express Checkout...
  16. Replies
    3
    Views
    499

    v139h Re: Show Modified Date on Product Pages

    Thanks for this, I will give it a try. Much appreciated.
  17. Replies
    3
    Views
    499

    v139h Show Modified Date on Product Pages

    How would I go about changing the information shown at the bottom of the product pages to a modified date, rather than the date added.

    eg
    Currently: This product was added to our catalog on...
  18. Replies
    2,444
    Views
    353,934

    Re: stuck in a loop

    It looks like my looping problem was only happening on my desktop development environment (XAMPP). Once I took the updates and put them up on our hosted test environment the looping issue went away....
  19. Replies
    2,444
    Views
    353,934

    Re: 404 email, but no sitemap shown..with URI mapping

    I'm stuck in a loop when trying to checkout with version 4.4.1. Everything was working great, the friendly URLs were coming through. Navigating round the site has been good but when I go to Checkout...
  20. v139h Re: Express defaulting to "Create a PayPal account"

    If anyone stumbles on this thread I found a solution, which tests out OK, the change was on the following line in includes/modules/payment/paypalwpp.php, the change is highlighted in red



    ...
  21. v139h Express defaulting to "Create a PayPal account"

    Whenever a customer chooses to check out with paypal from the the Shopping Cart button the resulting Paypal page is showing the option "Create a PayPal account" with the "Have a PayPal account?"...
  22. Re: TAX/GST not shwing up in PayPal until user enter address

    I think I have a working solution, after reading the PayPal guidelines for the checkout flow, and acceptable parameters I've attempted to suppress line item details when the shipping method has not...
  23. Re: TAX/GST not shwing up in PayPal until user enter address

    Dragging up an older thread here, but have just come into the same issue (also based in Australia) where the tax inclusive price is not showing on the paypal express checkout (when selected from the...
  24. Replies
    0
    Views
    895

    v139h Westpac Payway API Module?

    Has anyone ever managed to get a module created that uses the Westpac Payway API service. There is an old thread on the topic:

    http://www.zen-cart.com/forum/showthread.php?t=124568

    But it seems...
  25. Replies
    1
    Views
    711

    Preview not rendering in 1.3.9g

    Since upgrading to 1.3.9f the preview screen is no longer rendering. When the preview button is pressed the raw html is being shown in place of a nicely rendered product description.
  26. Replies
    3
    Views
    979

    Re: Shipping method default selection

    The problem seems to have now gone away, I just edited the shipping method that was being defaulted to and saved it, then the behaviour went back to normal. Weird.
  27. Replies
    3
    Views
    979

    Re: Shipping method default selection

    Yeah it ususally does that but for some reason it is now picking the most expensive option (since upgrade from 1.3.9b to 1.3.9f.

    Has anyone else experienced this, which php file controls this so I...
  28. Replies
    3
    Views
    979

    Shipping method default selection

    Currently using 1.3.9f and I have found for some reason on checkout the highest cost shipping method is being selected as the default. Is it possible to change this to choose a particular method (or...
  29. Replies
    6
    Views
    1,200

    Re: Who's Online Performance Issue

    I've isolated the problem area to the following code, can anyone give me pointers as to why the response from this section appears to be causing a timeout?


    <?php
    $heading = array();
    ...
  30. Replies
    6
    Views
    1,200

    Re: Who's Online Performance Issue

    We are still suffering from this issue. The reverse lookups appear OK because I've noticed more recently that if I hit the "Stop" button in IE immediately after entering the who's online page all the...
  31. Replies
    6
    Views
    1,200

    Who's Online Performance Issue

    I believe our site was updated a week or so ago by the provider and I've since noticed a major slowdown on the "Who's Online" page. It now takes almost a minute for that to refresh. These are the...
  32. Replies
    2
    Views
    2,165

    Re: How to use addthis instead of tell a friend

    Thanks for the steer, I created an override file and just inserted the code I needed to include in the same place as the original tell a friend section and it works perfectly.

    See example usage on...
  33. Replies
    2
    Views
    2,165

    How to use addthis instead of tell a friend?

    How would I go about changing the "tell a friend" template to use the addthis.com facility for better syndication. I took a look into it but got out of my depth. I would like to retain the...
  34. Replies
    1
    Views
    1,586

    How to remove additional images

    I have some products on my site that have additional images shown at the bottom of the product detail page. Not sure how they got there in the first place, but how do I go about removing them?

    The...
  35. Replies
    6
    Views
    2,382

    Re: Integrating with zencart from VB Script

    This is perfect... thanks!

    Do you think there is still a hole if I clone the function to a random name (ie invoice9x9x.php), combined with this coding?
  36. Replies
    6
    Views
    2,382

    Re: Integrating with zencart from VB Script

    Thanks for this, and it works fine. I actually cloned the page I wanted to a random name ie invoice.php becomes something like 1nv01cez2008.php and it works great. But I no longer need to supply the...
  37. Replies
    6
    Views
    2,382

    Re: Integrating with zencart from VB Script

    How do I go about bypassing the redirect?
  38. Replies
    6
    Views
    2,382

    Integrating with zencart from VB Script

    I would like to do some integration with Zen Cart from VB Script in order to do some automation work. For example automatically generating notifications to various groups when new orders are detected...
  39. Re: Empty Delimeter Error on Update Order

    Hey Dr Byte...

    You were actually spot on the first time. The issue was caused because I blanked out the email disclaimer in /admin/includes/languages/english/email_extras.php. I guess this makes...
  40. Re: Empty Delimeter Error on Update Order

    The original file was not touched.
  41. Re: Empty Delimeter Error on Update Order

    Yes that file contains that entry, however my override file contains:

    define('EMAIL_SPAM_DISCLAIMER','');

    I did try changing this to:
    define('EMAIL_SPAM_DISCLAIMER','anything');

    But...
  42. Re: Empty Delimeter Error on Update Order

    I have the trublu template installed, as well as some customisation of Shipping and Payment terms, largely clones of flat and cod. The google analytics is also installed. I think that's pretty much...
  43. [Done 1.3.9] Empty Delimeter Error on Update Order

    I am getting the following error with 1.3.8a when updating an order status and sending out a notification. The email still goes out but the message is a bit of a concern to our operations staff:
    ...
  44. Replies
    8
    Views
    1,713

    Re: How to exclude tax on Order Confirmation

    What I was trying to get is the GST excl amount on the order confirmation email lines. Having the tax included is the standard behaviour which is OK in general as you say its normal to show the tax...
  45. Replies
    8
    Views
    1,713

    Re: How to exclude tax on Order Confirmation

    Thanks, but I already knew this. Making these changes does not have the desired effect on the 'Order Confirmation' email as I posted. I tried this several times today and the Order confirmation note...
  46. Replies
    8
    Views
    1,713

    Re: How to exclude tax on Order Confirmation

    No I meant it should show $40. That's because the order confirmation will be entered into another invoicing system and we want to avoid entering a tax inclusive amount. Therefore it's important to...
  47. Replies
    8
    Views
    1,713

    How to exclude tax on Order Confirmation

    After searching the forum I was unable to find a solution to this issue.

    I would like to display Tax Inclusive site to shoppers but when the Order Confirmaton email gets generated I would like...
  48. Replies
    8
    Views
    1,399

    Re: removing weight option

    I've turned off all the settings mentioned but still still have the 'Estimate Shipping' button showing. How can I get rid of this?
Results 1 to 48 of 48
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR