Search:

Type: Posts; User: Webskipper

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    376
    Views
    37,442

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    How should the USPS plugin be added to ZC 2.0+ since there is not an /extras/includes/ directory; for anything else? Just do it ✔️?

    Will USPS be included in the ZC 2.0 public release?
  2. Replies
    81
    Views
    7,365

    Re: PayPal RESTful API Payment Module

    Will this be part of the ZC 2.0 release?
  3. Replies
    4
    Views
    1,364

    Re: Hide Products When Out of Stock v158

    None.

    I was able to re-arrange the admin products window to sort by zero quantity first then disable all of then manually.
  4. Replies
    4
    Views
    1,364

    Re: Hide Products When Out of Stock v158

    Yes it was.

    I re-organized the admin catalog page to show qty + name first. Some products are clearly 0 and still active. Deactivated by the clicking the buttons.

    It's a fresh install with no...
  5. Replies
    4
    Views
    1,364

    Hide Products When Out of Stock v158

    How to hide out of stock products when inventory is 0. V158a ?

    Products status in Catalog when out of stock should be set to
    Show Products when out of stock

    0= set product status to OFF
    ...
  6. v157 Re: Paypal Website Payments Pro Upgrade - 3D SECURE 2022

    Is there a v158+ PayPal zen cart checkout update that includes the PayPal pay later offers, etc?

    https://developer.paypal.com/docs/checkout/pay-later/us/
  7. Replies
    15
    Views
    1,291

    v157 Re: Both site and admin not loading

    Wholly coniption Batman!

    Lots of missing files. Had to upload admin twice and the laravel folder for v158 was huge.

    Got both the admin and catalog working.
  8. Replies
    15
    Views
    1,291

    v157 Re: Both site and admin not loading

    Understandable. Went full Braveheart and did the ftp mirror upload and clicked nuke strays.
  9. Replies
    15
    Views
    1,291

    v157 Re: Both site and admin not loading

    So what was the solution for the previous User?
  10. Replies
    15
    Views
    1,291

    v157 Re: Both site and admin not loading

    Ok thanks. I’ll do another file comparison.

    20148
  11. Replies
    15
    Views
    1,291

    v157 Re: Both site and admin not loading

    Is /traits/ supposed to be capitalized? /includes/classes/traits/

    It is in other folders.

    Getting same error, blank store and admin, and did a fresh install of v158 with php 7.4

    Uploaded...
  12. Replies
    119
    Views
    66,130

    v150 Re: Will v1.5.5 include PayPal Payments Advanced?

    PayPal Advanced module ready?

    “As a valued PayPal customer, we want to remind you of important upcoming changes to our products and services.

    On June 30th, 2022, we told you that PayPal would...
  13. v157 Re: Missing Product Triggering Functions_Lookup Bugs - Line 646

    Thanks. Correct now?

    643
    644 $product = $db->Execute($product_query);
    645 if ($product->EOF) return '';
    646 return $product->fields['products_description'];
    647 }
    648

    No bugs...
  14. v157 Re: Missing Product Triggering Functions_Lookup Bugs - Line 646

    PHP 7.4 (ea-php74)
  15. v157 Missing Product Triggering Functions_Lookup Bugs - Line 646

    v157d

    PHP Notice: Undefined index: products_description in /includes/functions/functions_lookups.php on line 646

    Removed and uploaded v157d functions files hasn’t helped.

    Product ID’s are...
  16. Replies
    6
    Views
    1,225

    Re: v1.5.7d Version Server bug

    v157d PHP Version: 7.4.28 (Zend: 3.4.0)

    Getting two debugs now:

    * /YourAdmin/includes/classes/VersionServer.php on line 86 & Line 89

    public function isProjectCurrent($newVersionInfo)
    ...
  17. Replies
    6
    Views
    1,225

    Re: v1.5.7d Version Server bug

    That broke access to the site. Oops. Restored ok.
  18. Replies
    6
    Views
    1,225

    v1.5.7d Version Server bug

    Updated to v157d from v157c and this bug keeps appearing when refreshing the admin screen(s). File is same as the previous when compared with app. PHP Version: 7.4.28 (Zend: 3.4.0). New file replaced...
  19. v157 Re: Set future Product Availability Date For All Products?

    Just copying and pasting from the masters.

    Choice C worked.


    This product will be in stock on Monday 14 February, 2022.

    Code:

    //fromUPDATE products SET products_date_available =...
  20. v157 Re: Set future Product Availability Date For All Products?

    Thanks Carl for the Catch!

    Admin debug sez:
    #1 trigger_error() called at [/includes/classes/db/mysql/query_factory.php:170]
    #2 queryFactory->show_error() called at...
  21. v157 Re: Set future Product Availability Date For All Products?

    v157C

    PHP Version: 7.4.27 (Zend: 3.4.0)


    Date is in 2022: UPDATE products SET products_date_available = ‘2022-01-01 01:01:01';


    Results: WARNING: An Error occurred ….
  22. v151 Re: Display Log Files [Support Thread]

    Thanks.
  23. v157 Re: Set future Product Availability Date For All Products?

    Is there an update to this? Doesn’t work since the PHP update this Summer. Thanks again; in advance.

    admin->tools->Install SQL Patch

    Code:

    UPDATE products SET products_date_available =...
  24. v151 Re: Display Log Files [Support Thread]

    How to admin > configuration > Maximum Values

    Maximum Display Debug Log Files?
  25. View Post

    The ZC v157c download is missing files?


    The primary concern is the email header image, the secondary concern is the conflict in the: Storeowner Docs - Email - Logos in HTML emails...
  26. View Post

    To be clear and less like a hazy IPA:

    There is no email_extras.php file in the /WhateverYOURTEMPLATE/

    Should there be since it is not in the fresh download of ZC v157c?

    Thanks.
  27. View Post

    Replaced the header.jpg in the email folder; last month.


    The original zen image appears in the first HTML email. The new image appears on Reply.

    New image exists on the website with full...
  28. Replies
    9
    Views
    1,076

    Re: Undefined Index: Telephone

    Php 7.4.21.

    Thanks for the coalesce function. Looks so much cleaner. Worked without triggering an error.

    Maybe the orphaned defines will be part of the next update.
  29. Replies
    9
    Views
    1,076

    Re: Undefined Index: Telephone

    I simply disabled the line:
    /**
    $telephone = zen_db_prepare_input($_POST['telephone']);
    */

    This was also used to disable the other undefined line triggering errors:...
  30. Replies
    9
    Views
    1,076

    Re: Undefined Index: Telephone

    Just delete the define line for telephone?

    v157c download. /includes/languages/english/contact_us.php

    define('ENTRY_NAME', 'Full Name:');
    define('ENTRY_EMAIL', 'Email Address:');...
  31. Replies
    9
    Views
    1,076

    Re: Undefined Index: Telephone

    Thanks for all the info.

    It's triggering the debug when using the contact us form.

    Different IP addresses. Perhaps the extra contact form traffic is from visitors eagerly anticipating the...
  32. Replies
    9
    Views
    1,076

    Undefined Index: Telephone

    Where is debug guide located?

    I'm having a repeat errors with v1.57C since server got upgraded to PHP 7.4.20. I'm tackling this one first as it is most prevalent. A telephone number is in MyStore....
  33. Replies
    0
    Views
    247

    v157 Define Button Name With Link

    I want the 'Notify me of This Product' link and image to appear in place of 'Sold Out' button.

    Will it break the site to Define Button Name with a Link or is there a proper way to do it?
    ...
  34. Replies
    10
    Views
    1,205

    v157 Re: Hide Product Price When Quantity 0

    MC12345678, the code in your link was referenced in the original post.

    Twitchtoo solved this. Another beneficial plugin. Thanks!
  35. Replies
    10
    Views
    1,205

    v157 Re: Hide Product Price When Quantity 0

    And just like that, it works exactly how you’d want expect. Wow Thanks!

    On to replacing the non-functioning ‘Out of Stock’ button with a functioning ‘Add to Wish List’ button to keep the Shopper...
  36. Thread: Wishlist

    by Webskipper
    Replies
    377
    Views
    110,200

    Re: Wishlist

    Is there a modern version of this for v157c ?

    I’d like to use a functioning ‘Add to Wish List' Button in place of the non-functioning CSS ‘Out of Stock’ button to keep the shopper on the site as...
  37. Replies
    10
    Views
    1,205

    v157 Re: Hide Product Price When Quantity 0

    Very cool, thanks!

    It does hide the product price when quantity is zero on the product page only.

    How to hide the price on the category page?

    Sold out button shows when product quantity is...
  38. Replies
    10
    Views
    1,205

    v157 Re: Hide Product Price When Quantity 0

    Hide Price when quantity is zero.

    ‘Call for Price’ button could be re-worded and price still needs to be hidden.

    Could Showcase mode code be applied to individual products?

    I want to hide...
  39. Replies
    10
    Views
    1,205

    v157 Re: Hide Product Price When Quantity 0

    Has this been solved elsewhere?

    It would nice to show products out of stock without a price.
  40. Replies
    5
    Views
    890

    Re: Sold From Out of Stock and Disabled

    Is this function in place by default to allow Pre-Orders?

    My shop is all set otherwise. Thanks again!
  41. Replies
    5
    Views
    890

    Re: Sold From Out of Stock and Disabled

    v157b

    Well, well, and there it is:

    admin->configuration->Stock> Allow Checkout (allow customer to check out even if there is insufficient stock)

    Lesson learned thanks MC
  42. Replies
    5
    Views
    890

    Sold From Out of Stock and Disabled

    How would ZC v157 be able to sell an item out of stock and also disabled?

    No bug report.

    No duplicate products. Could not even be found in the store.

    Possibly, I chose to auto disable...
  43. v157 Re: PayPal Express Checkout created 75 emails Curl & PaypallWpp

    When it's set to 'Log and Email' then it goes bizerk and emails every step like a kid raising its hand.

    I did change the admin setting so it would stop sending dups.

    A common MyDebug 'PHP...
  44. v157 PayPal Express Checkout created 75 emails Curl & PaypallWpp

    May I get a little light as to why new PayPal Express Checkout created 75 emails Curl & Paypal_Wpp before creating order and how to proceed? Client did not experience checkout issues. Perhaps the...
  45. v157 Re: Set future Product Availability Date For All Products?

    LOL. Yes, actual date does appear. Just keeping it general for the next programmer.
  46. v157 Re: Set future Product Availability Date For All Products?

    Well, that worked. Thanks!


    "This product will be in stock on Monday dd-mm-yyyy"

    Got one success line and one incomplete asking for a semicolon even though it was included as is with the time....
  47. v157 Re: Set future Product Availability Date For All Products?

    Add the code as an sql patch?

    Just getting back on the horse; coding.

    Thanks in advance.
  48. v157 Set future Product Availability Date For All Products?

    Seasonal Shop to open next month. Looking to create future product availability dates for all products.

    Change 'Product Added Date' to future date; where?


    P i n g u i c u l a . S t o r e
  49. Replies
    10
    Views
    1,205

    v157 Hide Product Price When Quantity 0

    Hi:

    For v157+ I'd like to only show the 'Out of Stock' button without a price; when quantity is 0.
    Is there already a function for this? Thanks.

    Tried this:

    ...
  50. Replies
    376
    Views
    37,442

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Worked like magic! Thanks.

    Donated a Jackson.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR