Search:

Type: Posts; User: y051313

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    261

    v157 Re: Possible hacking attempt alert

    Hi Guys

    I've followed the instructions on https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series.

    But after I applied the SQL Patch. I run...
  2. Replies
    459
    Views
    53,375

    v151 Re: Snap Affiliates v2.0 for v1.5.0 and later

    haha, this is what I'm looking for. Thanks very much.
  3. Replies
    1
    Views
    183

    v157 Auto complete order

    Hi Guys

    I'm running a site includes both downloadable and phyiscal products.

    Previously on ZC1.5.6, we have added a funtion in file \includes\modules\checkout_process.php, which auto set the...
  4. Replies
    459
    Views
    53,375

    v151 Re: Snap Affiliates v2.0 for v1.5.0 and later

    Hi lat9

    Thanks for this great addon.

    I've upgraded my site from 1.5.6b to 1.5.7 in the early Aug, and this week I noticed there is no new affiliate reocrds since the upgrade. I've upgraded the...
  5. Replies
    3
    Views
    496

    v156 Re: Download from AWS S3

    Problem solved. For others have the same issue:
    In AWS S3, add below metadatas for the file

    Content-Disposition: attachment
    Content-Type: application/force-download
  6. Replies
    3
    Views
    496

    v156 Re: Download from AWS S3

    Thanks DrByte.

    I've tried a MP4 file, but when I click on the download button in the Zen Cart, I'm redirected to AWS S3 page to play the video directly, instead of downloading the file.

    Is...
  7. Replies
    3
    Views
    496

    v156 Download from AWS S3

    Hi Team

    I've upgraded to ZC1.5.6b and would like to start using Amazon S3 to store downloads. According to https://www.zen-cart.com/downloads.php?do=file&id=1352, AWS support is built-in since...
  8. Replies
    459
    Views
    53,375

    v151 Re: DEMO available?: Snap Affiliates v2.0 for v1.5.0 and later

    Thanks :)
  9. Replies
    459
    Views
    53,375

    v151 Re: DEMO available?: Snap Affiliates v2.0 for v1.5.0 and later

    Dear lat9

    Thanks for your all greate plugins provided.

    I just tried your Snap Affiliates v4.0 on ZC 1.5.6a, but got an error msg as below

    --> PHP Fatal error: 1292:Incorrect datetime value:...
  10. v156 Re: unlimited_downloads not working correctly

    Hi DrByte

    Sorry for the late reply.

    1. It is int(2)
    2. The values are as below

    download_maxdays
    30
    0
  11. v156 [Done v156a] unlimited_downloads not working correctly

    I've set the download_maxdays to 0, but the Link Expires date still shows.

    This issue has been fixed by modifying /includes/modules/downloads.php line 83, adding (int) before the...
  12. Replies
    8
    Views
    615

    Re: Product filters

    Hi mc12345678

    Thanks very much for your detailed explanation. I didn't realize the "Read Only" mode of attribute. Seems this is what we are looking for, we will have a test on it.
    One more...
  13. Replies
    8
    Views
    615

    Re: Product filters

    We added a field in the Products table, which stores the language information. The target audience information is stored in the product description.

    We've tried the product attributes, the...
  14. Replies
    8
    Views
    615

    Product filters

    Hi All

    I have a bookstore, and I would like to allow clients to filter the books by book language(e.g. English, French) and target audience (for kids, for adults).

    I've searched the site, seems...
  15. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    I'm using
    PHP Version: 5.6.9 (Zend: 2.6.0)
    ZC v1.5.5e

    http://stackoverflow.com/questions/12089348/gzip-or-ob-flush-which-is-better
  16. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    It turns out the issue is caused by the gzip setting in the zen cart admin page. If this option is set to off, then the plugin works.

    ob_flush and gzip can't be used together.

    Best...
  17. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Yes, I'm sure. I've re-upload jscript_framework.php file in my own template and template_default folder
  18. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lay9

    I've removed the ob_flush (); line on the test site, that's why you didn't see any error.

    I've added ob_flush(); back, now when you check/uncheck the "Shipping Address, Same as...
  19. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    sorry, my mistake, return $shipping_html is added for debug purpose. After removing this line, I still got the messy code in the response.
  20. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    I've upload tpl_modules_checkout_one_shipping.php file again, but still doesn't work.

    Is it necessary to add ob_flush (); line? If I remove this line, then the plugin works well.

    ...
  21. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    I've replaced all files in the new version.

    Seems the issue is with the ob_flush () function on line 185 in file /includes/classes/ajax/zcAjaxOnePageCheckout.php. If I comment this line...
  22. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    I'v upgraded to v1.2.0. When I uncheck the "Shipping Address, Same as Billing?" checkbox, the shipping option list is not updated.

    I saw there was a request to page...
  23. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Thanks Lat9. We use a temporary solution, once user unchecks the "same address" checkbox, we will hide this checkbox.
  24. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Btw, we also noticed 2 more issues:

    1. in case user uncheck "shipping address same as billing address" checkbox, then select a shipping address with different country (e.g. billing address is US...
  25. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    We've find a solution with for the reward_point_full_suite 25.e issue (https://www.zen-cart.com/downloads.php?do=file&id=704 latest version).

    It looks like the $_POST parameter was not...
  26. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    The Reward Points plugin we use is reward_point_full_suite 25.e (https://www.zen-cart.com/downloads.php?do=file&id=704 latest version)

    Browser console doesn't show any errors, it only...
  27. Replies
    2,791
    Views
    382,134

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9

    First of all, thanks very much for bringing this wonderful plugin. Thanks very much.

    We're testing this plugin(downloaded from https://github.com/lat9/one_page_checkout, version 1.1.1)...
  28. v155 Re: Default Attribute - Add from product list [Support Thread]

    thanks for the quick fix. It is working now
  29. v155 Re: Default Attribute - Add from product list [Support Thread]

    Hi there

    Thanks for the module.

    Just found an issue:
    after install this mod, and try to add more than one product with single attribute, the add action will stop at first product with single...
  30. v155 zen_get_all_get_params for Chinese parameters

    Hi All

    I'm using ZC 1.55a, I just found an issue with the Chinese search keyword.

    When user use Chinese keyword to search, e.g. 中文 (urlencode value is %e4%b8%ad%e6%96%87).
    In the search...
  31. Replies
    6
    Views
    972

    v155 Re: File changes: 1.5.5a vs 1.5.5

    Thanks very much :)
  32. v139h Re: (56) NSS: client certificate not found (nickname not specified)

    Tried "api-3t.sandbox.paypal.com", but still got error msg
    "An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the...
  33. v139h Re: (56) NSS: client certificate not found (nickname not specified)

    Sorry kobra, but my understanding is the forthcoming PayPal security updates doesn't require https on the front-side. Correct me if I'm wrong.

    I saw the paypal sandbox URL defined in...
  34. Replies
    4
    Views
    1,593

    v139h Re: ZC Database upgrade from 1.3.9 to 1.5.5

    Thanks

    I checked zc_install\includes\systemChecks.yml, and found the reason db version check fails is due to I used a localized version of zencart 1.3.9, and the "configuration_title" value for...
  35. v139h Re: (56) NSS: client certificate not found (nickname not specified)

    The v139h site already with 214 patch for poodle, but still can't redirect to PayPal sandbox site.
  36. Replies
    4
    Views
    1,593

    v139h Re: ZC Database upgrade from 1.3.9 to 1.5.5

    Thanks Dr. Byte.
    I found the database update sql under zc_install\sql\, can I manually execute these sqls via phpmyadmin?
    The issue is zc_install can't detect my current zc db version correctly.
  37. Replies
    4
    Views
    1,593

    v139h ZC Database upgrade from 1.3.9 to 1.5.5

    Hi All

    I'm upgrading my site from 1.3.9h to 1.5.5.

    I've created a new dev site with fresh install of 1.5.5, then I modified configure.php file, and point to my old 1.3.9h database. I visited...
  38. v139h Re: PayPal VeriSign G5 Root Certificate upgrade

    Yes, as the 1.5.5 site is on the same server, and it works well under sandbox mode


    beta.purpleculture.net
  39. v139h (56) NSS: client certificate not found (nickname not specified)

    Hi All

    I'm testing zen cart for the forthcoming PayPal security upgrade.

    I have two sites on same server. One site is running 1.3.9h and the other one is on 1.5.5. After switched to sandbox...
  40. Replies
    4
    Views
    654

    Re: Database crash notice

    I'm afraid that's the situation I'm facing, we have added some fileds in the databases, and also changed core code...
  41. Replies
    4
    Views
    654

    Re: Database crash notice

    Upgarding to v1.5.0 is the only solution? I have made a lot of customziations, upgrading will take a lot of time.
  42. Replies
    4
    Views
    654

    Database crash notice

    Hi, I got the following erro msg when I try to open my ZenCart site.

    145 Table './herbal11_zc1/zen_whos_online' is marked as crashed and should be repaired
    in:
    [delete from zen_whos_online where...
  43. Thread: pdf Invoice 3

    by y051313
    Replies
    38
    Views
    13,054

    Re: pdf Invoice 3

    Hi Steve
    Have you solved "I have a problem with it at the moment in that it creates pdfs on demand from the Admin but does not create them automatically when an order is made" problem?

    I had the...
  44. Free shipping *upgrade* when order over $50

    Hi All

    Currently, I offer two shipping options: Airmail and Express Delivery.

    I want to konw if there are any mods can provide the following:
    When order is over a certain amount (say $50),...
  45. Re: Use Ultimate SEO URLs to convert about_us into about-us?

    Have added "_=>-" in the "special character conversions" section of Ultimate SEO URLs admin panel, but it doesn't work after I reset the cache.
  46. Replies
    848
    Views
    204,304

    Re: Quantity Discounts for 1.3

    Thanks. :smile:
  47. Replies
    848
    Views
    204,304

    Re: Quantity Discounts for 1.3

    Hi Scott

    If it is possible to dipslay discount info only on the categaries/items eligible for the discount?

    Thanks
    Davis
  48. Use Ultimate SEO URLs to convert about_us into about-us?

    Hi All

    By default, page urls in Zen Cart are using underline, which I don't like for SEO. Does anyone know if it possible to use Ultimate SEO URLs to convert underline in URL into hyphen?

    For...
  49. Replies
    2,474
    Views
    416,830

    Re: Reward Points Module- Live Release now available.

    Hi All

    Doese anyone konw if the PayPal IPN problem has been fixed?

    Thanks
    Davis
  50. Replies
    785
    Views
    157,704

    Re: AJAX IMAGE Swapper support thread

    Hi All

    I've 2 questions regarding the AJAX IMAGE Swapper:

    1. If there are only one image for the product, I saw empty space under the picture. is this correct? I thought one thumbnail should be...
Results 1 to 50 of 52
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR