Search:

Type: Posts; User: frank18

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds; generated 17 minute(s) ago.

  1. v151 Re: Category Specific Access Restriction (CSAR) - [Support Thread]

    Hmmm... I thought this was first addressed almost 5 years ago (see post #9 of this thread). Are you sure you merged all files as per instructions?
  2. Replies
    4
    Views
    267

    Re: >? on top of the website

    Bart, can you post a link to your site pls.

    Cheers / Frank
  3. v155 Re: Has anyone used or know how to use Zippay (Australia)?

    As far as I know (from a client of mine) Zippay has the ZC code on their site and hands it out to clients after they sign up with Zippay. To date my client has not signed up with them at all.

    I...
  4. Replies
    15
    Views
    3,101

    v155 Re: Editors don't work after update

    What is your setting of Admin > Configuration > My Store > HTML Editor?
  5. Replies
    38
    Views
    20,918

    Re: Australian GST (goods and services tax)

    Excellent! Also make sure that the shipping module has the Basis of Tax set to Shipping (which is probably the case by now...)
  6. Replies
    38
    Views
    20,918

    Re: Australian GST (goods and services tax)

    @Muzza, also take a look at my post #6 of this thread and apply those options.
  7. Replies
    38
    Views
    20,918

    Re: Australian GST (goods and services tax)

    You appear to be using a template named theme872, was that template obtained from Template Monster?

    In your admin you may want to (temporarily) change your active template to the standard built-in...
  8. Replies
    6
    Views
    1,455

    Re: API certificate upgrade

    One of my clients received an email from PayPal re upcoming security upgrades (similar to issues posted in this thread already)

    Pls see:
    ...
  9. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    Try and replace your code:


    // disable for one master_categories_id
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->in_cart_check('master_categories_id','78') > 0)) {
    $this->enabled =...
  10. Replies
    94
    Views
    28,588

    v155 Re: Clone a Template [Support Thread] Responsive Classic Not displayed in Source Temp

    Will do, certainly interested myself :smile:
  11. Replies
    94
    Views
    28,588

    v155 Re: Clone a Template [Support Thread] Responsive Classic Not displayed in Source Temp

    Thank you Cindy!
  12. Replies
    94
    Views
    28,588

    v155 Re: Clone a Template [Support Thread] Responsive Classic Not displayed in Source Temp

    Has anyone got this going on a 1.3.9b (yes, ancient 1.3.9x) installation?

    Reason for my question is that I am faced with upgrading that site to the latest ZC version. Principally no problem, BUT...
  13. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    As mc12345678 pointed out in post #8 , the Per Weight Unit shipping module needs to be modified as well.

    So, if the cart contains an item from category 78 plus other products from other...
  14. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    Hmmm... works in my test cart
  15. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    Just noticed that this has been discussed at length way back in 2008, see

    https://www.zen-cart.com/showthread.php?91394-Different-shipping-methods-for-different-categories
  16. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    Hmmm, checked several other ZC 1.5.5x installations and none of these show 'Total Shipping' in the Shipping Estimator. They only show the cost for individually available shipping options.
  17. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    It shows 0 because there is no actual shipping address specified in the estimator. The module needs to know where to ship the desk to.



    Try this (for additional category = 99


    // bof enable...
  18. Replies
    24
    Views
    3,182

    v155 Re: Mileage based Shipping for One Category

    Try this:

    Assuming the master category id of assembled desks is 78 (replace that number with your master category id)

    In the file includes/modules/shipping/mileageship.php immediately after
    ...
  19. Replies
    2,775
    Views
    379,360

    v155 Re: One-Page Checkout [Support Thread]

    Thanks Gerri - yes piddling down steadily here in Caloundra.

    Any info is welcome, if you want to you could zip up the entire file system and also export the DB, email both to me office [at]...
  20. Replies
    2,775
    Views
    379,360

    v155 Re: One-Page Checkout [Support Thread]

    Do you get any other debug files in your /logs folder? if so, can you post the most recent ones pls.

    Also, a link to your site would be helpful. (sorry, just realised the site is local on WAMP)
    ...
  21. Replies
    4
    Views
    527

    Re: Limit shipping to zip code

    .... or this one (as mentioned by mc12345678):

    https://www.zen-cart.com/showthread.php?209174-Product-Delivery-by-Postcode-(PDP)-Support
  22. Replies
    12
    Views
    7,889

    v151 Re: Any SEO URL/Rewrite plugins still available?

    Seriously, don't bother mate. I fully agree with dbltoe, to a tee.

    Been asked by many clients to install something like that on their sites and always had a tough time to talk them out of it....
  23. Replies
    696
    Views
    168,989

    Re: Better Together Contribution Support Thread

    Ok, need a variation, namely:

    1. customer buys 4 of product A and then gets 1 of product X free
    2. customer buys 8 of product A and then gets 2 of product X free
    3. customer buys 12 of product A...
  24. Re: Auto Store Open/Close (ASOC) - [Support Thread]

    Also, if your closing time is not the same every weekday (say you close earlier on Sundays) then you will need to create separate cron tabs for the different days.
  25. Re: Auto Store Open/Close (ASOC) - [Support Thread]

    You will need to decide on a time when you want your online store to "go off-air" so to speak.

    Say you are accepting last orders at 22.30 and your physical store shuts at 23.00 then cron has to...
  26. Replies
    13
    Views
    2,091

    v155 Re: Can't log in to admin at all

    That does not seem to be part of the standard (core) ZC code.

    Do you have something like BeyondCompare or WinMerge which you can use to do a file comparison of the content of your admin/includes...
  27. Replies
    11
    Views
    659

    v155 Re: Upgrading v1.5.5a to v1.5.5e

    One tip: I usually create an identical clone of the live site on my local development server (all the same but for the 2 configure.php files), upgrade and test the clone including DB. Then, if all...
  28. Replies
    11
    Views
    659

    v155 Re: Upgrading v1.5.5a to v1.5.5e

    Plus: the docs usually tell you what's new in a version, which new files are added and which ones are obsolete.
  29. v155 Re: PHP Warning: A non-numeric value encountered... categories_ul_generator.php

    Yep, did just that.



    Absolutely, fully agree hence I had no hesitation applying his suggestion.

    Cheers
  30. v155 Re: PHP Warning: A non-numeric value encountered... categories_ul_generator.php

    Had a similar error on a client's site (ZC 1.5.5e) asf:



    The recommended fix

    https://github.com/zencart/zencart/pull/1437/files

    made no difference at all.
  31. Replies
    14
    Views
    13,719

    v155 Re: Afterpay payment module for ZC

    This tutorial may be helpful:

    https://developer.afterpay.io/tutorials
  32. Replies
    14
    Views
    13,719

    v155 Afterpay payment module for ZC

    The Afterpay service is all the rage here in the Land of Oz. Get now, pay later, The merchant gets his/her money straight away, Afterpay bears the risk. They just signed up big companies such as...
  33. v155 Re: Exporting Customer Data from Zencart

    And this plugin: https://www.zen-cart.com/downloads.php?do=file&id=425
  34. v155 Re: Different email for creating an account with and without a purchase?

    A starting point would be your-store.com/emails/email_template_welcome.html
  35. v155 Re: Different email for creating an account with and without a purchase?

    Well, you really don't need to edit any file.

    In admin go to Discounts > Coupon Admin (found next to the Tools link) and set up your discount coupon there.

    Next, go to Admin > Configuration GV...
  36. Replies
    13
    Views
    1,425

    v155 Re: Doubling / Tripling of customer orders

    You have 3 active modules, all of them with sort order "0". This can cause confusion. Assign a unique sort order to each of your 3 modules (eg 1,2,3) and do another test.

    Also, FYI only, red...
  37. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    PDP 1.5.0 is now available for download from https://www.zen-cart.com/downloads.php?do=file&id=1702
  38. Replies
    1
    Views
    242

    v151 Re: Email Address Exporter Not Working

    If you get this message then most likely you will have an entry in your logs folder. Check that and it may give you a clue about what is wrong....
  39. v155 Re: Admin menu is vertical instead of horizontal

    Thanks for letting us know that this working for you now.
  40. v155 Re: Admin menu is vertical instead of horizontal

    Seems like you are missing various files on your server, including language files. Suggest you compare your admin file system to the files contained in the ZC install package and then re-upload the...
  41. Replies
    696
    Views
    168,989

    Re: Better Together Contribution Support Thread

    Keep Safe Scott! Can well relate to what you guys are going to face, "our" Cyclones (different name, same crap) have done us some damage in the recent years....
  42. Replies
    2,775
    Views
    379,360

    v155 Re: One-Page Checkout [Support Thread]

    KEEP SAFE! I am all too aware what these whirlies can do from local experience with the Aussie cyclones (same stuff, different name).
  43. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    I have submitted version 1.5.0 for approval. It contains the changes suggested in posts #112 and #114 of this thread. Also removed the manual sql install file and added its content to...
  44. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    Thanks Larry, forgot to mention that.

    So, to clarify, open includes/modules/shipping_estimator.php, make the changes as per above and save the modified file to...
  45. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    @Ezorb

    Larry, if you need to get this working, open includes/modules/shipping_estimator.php and find (around line 139):


    $shipping_modules = new shipping;
    $quotes =...
  46. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    Could also be done in includes/templates/YOUR_TEMPLATE/templates/tpl_modules_shipping_estimator.php which is not a core file. Need to look into that if/when I get some spare time (scarce these days).
  47. Replies
    117
    Views
    30,706

    v151 Re: Product Delivery by Postcode (PDP) - [Support]

    The shipping estimator page has been left unchanged, so, yes it will show there even if an address way outside the defined local delivery (store pickup) range is selected in the dropdown.

    If that...
  48. v151 Re: all products, featured products, specials returning 404 errors

    None of those pages returning 404's for me. Did you fix it? And if so, what happened?
  49. Replies
    1,864
    Views
    404,690

    Re: Westminster New

    So if I understand that right, you have partly code for 1.5.1 and partly code for 1.5.5 on your site (or else the file in question would not be called).

    You can either remove the latest...
  50. Replies
    10
    Views
    2,448

    v153 Re: Admin rounding errors

    @bramf



    Please don't duplicate issues in a new post, that is not in compliance with forum rules!
Results 1 to 50 of 482
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR