Search:

Type: Posts; User: dennisns7d

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    579

    Re: Error logs started popping...

    Was the upgrade five days ago?

    Noting that 1.5.7 was designed for php 5.6 through 8.0.

    Are you able to use php 8.0? Perhaps the logs will quiet down if 8.0 is used.
  2. Replies
    2
    Views
    441

    v158 Re: having trouble changing tagline here

    Noting that the solution to your question lies within the parenthesis of your post: Copy includes/languages/english/lang.header.php to includes/languages/english/YOURTEMPLATE/lang.header.php if the...
  3. Replies
    858
    Views
    205,745

    Re: Sales report 2.0

    When I click Download Latest (or Download in the v4.0.0 area), I receive reviews_updated-2.0.0.zip.
  4. Replies
    2
    Views
    625

    v158 Display of search_header problems

    Zen Cart 1.5.8 fresh local install (not an update) with Bootstrap template added

    Problems controlling the display of search_header has been noted in the ZCA Bootstrap 4 Template support thread. I...
  5. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I believe that the observed behavior of the search_header is a possible bug in 1.5.8. The gating logic can be found in line 20 of includes/modules/sideboxes/bootstrap/search_header.php:

    ...
  6. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    In FA5, "fa-facebook" needs "fab", not "fas".

    Bootstrap uses "fas" in several places. I'm not sure how well this works if using FA4.
  7. Replies
    1,684
    Views
    262,789

    v150 Re: Image Handler 4 Support Thread

    There's a newer version at https://www.zen-cart.com/downloads.php?do=file&id=2169 for 1.5.7+.
  8. Replies
    858
    Views
    205,745

    Re: Sales report 2.0

    Which version are you using? Make sure that you are using v3.5.1a, not v3.5.1.
  9. Replies
    6
    Views
    1,237

    Re: v1.5.7d Version Server bug

    Has anyone checked on the health of the version server?
    By copying the CURL return to a log file, I've been seeing HTML being returned instead of the expected JSON XML.

    <!DOCTYPE html>
    <html...
  10. Re: Optional Shipping Insurance Module Support Thread...

    To eliminate the warning when using PHP 7+, change

    function ot_insurance() {

    to

    function __construct() {
  11. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    1.5.5 came with version 0.92 of the Square payment module. SquareSCA modifies version 1.5. Version 1.5 of the Square payment module supports Zen Cart 1.5.4 through 1.5.7. Try updating the Square...
  12. Replies
    6
    Views
    832

    v157 Re: Font Awesome - Etsy

    You may get a quicker response if you post your questions in the Template Fluorspar support thread (https://www.zen-cart.com/showthread.php?225160-Template-Fluorspar).

    The template author...
  13. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    This sounds like what I encountered a couple years ago. My "fix" was to add a few lines to square_handler.php:

    <?php
    /**
    * Callback module for Square payment module
    * Updated 2019-03-15
    */...
  14. Replies
    1
    Views
    962

    v157 Re: Install sql patch (bug?)

    I've noticed that any SQL that produces output when executed will trip this error in ZC 1.5.7c.

    Noting that lines 753-759 of admin/sqlpatch.php in ZC 1.5.8 are commented out, quietly avoiding this...
  15. Replies
    4
    Views
    303

    v157 Re: Ask a Question feature options

    To control the display of "Ask a Question", go to Admin -> Catalog -> Product Types. Select a product type, then click the Layout Settings button. Look for the Show "Ask a Question" button. Repeat as...
  16. Replies
    18
    Views
    1,097

    v157 Re: footer issue in email order updates

    I have changed the admin to:

    define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="' . zen_catalog_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a>. Powered by <a...
  17. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    While poking around adding products to my cart and then viewing the cart, I noticed that sometimes the trash icon didn't exhibit the usual hover action nor did it remove the product from the cart...
  18. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    After fixing the header alerts being hidden by the nav-bar, the bright red text for success and info alerts didn't seem appropriate (my opinion). I added the following to the template's...
  19. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Looking at the details in stylesheet_colors.css reveals that the Add Selected to Cart button on product listing pages and the Add to Cart button on product info pages were apparently intended to have...
  20. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Take a look in the template's stylesheet_colors.css file.
  21. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I recently upgraded from 1.5.5f with Classic Responsive clone to 1.5.7c with ZCA Bootstrap clone. During the transition, I had the cart in maintenance mode. In the 1.5.7c cart, I was expecting to see...
  22. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    Try changing your

    <div id="taglineWrapper" class="col-sm-12 text-">
    to

    <div id="taglineWrapper" class="col-sm-6 text-right">
    like the Venture site did.
  23. Replies
    5
    Views
    1,118

    v155 Re: Products with subcategories wont display.

    Did your host bump PHP up to 7.3 recently? ZC 1.5.5 work with PHP 5.5 through 7.1.

    I've got a couple carts running ZC 1.5.5f. When my host bumped PHP up to 7.3, I got lots of log files. When I set...
  24. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    I added the following to stylesheet.css to allow the hamburger menu to scroll.


    div#navbarSupportedContent {
    max-height:300px;
    overflow-y:auto;
    }
  25. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    Thanks. I added code to includes/templates/CUSTOM/templates/tpl_checkout_payment_default.php to do this for checkboxes.

    From:
    <!--bof discount coupon card-->
    <div id="discountCoupon-card"...
  26. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    I recently ran into a roadblock installing an Order Total module (Shipping Insurance - ot_insurance - 3.3.0 from Numinix - 2.3.2 from the addons is similar) on ZC 1.5.6c PHP 7.1.29 on XAMPP. The...
  27. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    I've tracked down the reason that the cron job triggers the error reported in my last post.

    It appears that with the latest host changes that $PHP_SELF and (most?) $_SERVER variables are empty...
  28. Re: Optional Shipping Insurance Module Support Thread...

    Did you recently add a zone definition (admin -> Location/Taxes -> Zone Definitions)?

    I had done this not very long ago on a 1.5.5f cart and encountered this warning. To fix, I removed and...
  29. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    ZC 1.5.5f
    PHP 7.1.33
    MySQL 5.7.23-23
    Square 0.97

    I've got a cron job that runs on odd numbered days to refresh OAuth. It's been running quietly for months. A bit over a week ago, it's been...
  30. Thread: SaleMaker

    by dennisns7d
    Replies
    6
    Views
    8,300

    v155 Re: SaleMaker

    Do you have any active Specials?
  31. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    I've come up with different contents for the includes/templates/bootstrap/css/stylesheet_zca.css file that will scroll the entire expanded hamburger menu instead of the individual dropdown items.
    ...
  32. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    I've come up with a solution that doesn't remove the 'fixed-top' from the navbar. I added a CSS file (includes/templates/bootstrap/css/stylesheet_zca.css):

    div.dropdown-menu {
    max-height:150px;...
  33. Replies
    1,247
    Views
    272,931

    v155 Re: ZCA Bootstrap Template

    In my opinion, the Dropdown Menus overflow on mobiles is a major obstacle to proper operation by mobile customers. I noticed it this afternoon in my sandbox (XAMPP, PHP 7.1.23, ZC 1.5.6c with sample...
  34. v156 Re: All Products Page Display Error

    Try Admin > Configuration > Product Info > Use Photoswipe Lightbox
  35. Replies
    6
    Views
    5,767

    v156 Re: Admin: Zen Cart New Version Check Error

    This topic keeps popping up from time to time. See New Version Available code doesn't handle error return from getProjectVersion for how I fixed it about a year ago for my XAMPP local environment.
    ...
  36. v156 Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    After looking over other ZCA templates, I settled on the following contents that seem to work:

    <?php
    /**
    * @author ZCAdditions.com, ZCA Bootstrap Template
    */

    // -----
    // This function...
  37. Replies
    8
    Views
    1,775

    v153 Re: Conflicting identifcation of PHP version

    This sounds like what I experienced about a month ago. I attempted to change the PHP version via cpanel only to have Zen Cart report (and a separate php script elsewhere on my site) that it was still...
  38. v156 Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    I've installed this on my local XAMPP (PHP 5.6.36) to try it out with Zen Cart 1.5.6a. When I clicked Specials..., I encountered the following error:

    [17-Feb-2019 09:31:35 America/Los_Angeles] PHP...
  39. Replies
    0
    Views
    4,692

    v155 calls to json_encode in VersionServer.php

    I'm in the process of upgrading from 1.3.9h to 1.5.5f on a server running PHP 5.2.17. I encountered the following error while logging into admin:

    [03-Feb-2019 15:40:11] PHP Warning: json_encode()...
  40. v155 Re: New Version Available code doesn't handle error return from getProjectVersion

    To display the CURL error information, change the code in near line 125 from

    if ($versionCheckError) {
    $new_version = ERROR_CONTACTING_PROJECT_VERSION_SERVER . '<br>';
    }

    to
    ...
  41. v155 Re: New Version Available code doesn't handle error return from getProjectVersion

    I've done a bit more digging into the code and determined that the code in admin/includes/header.php is expecting getProjectVersion() to always return an array. The code in...
  42. v155 New Version Available code doesn't handle error return from getProjectVersion

    In order to avoid the behavior reported in New Version Available: v{.{ :: {, when error information is returned by getProjectVersion() the code in admin/includes/header.php should display the error...
  43. Replies
    11
    Views
    1,890

    v155 Re: Error "New Version Available"

    I encountered this a few months ago on my local sandbox (XAMPP). I determined that a CURL error was being tripped when obtaining the current version information from the version server. I'm not...
  44. Replies
    24
    Views
    8,294

    Re: Sale Ending/Special Ending Support thread

    I recently encountered the problem describe in post #17: I set the expiration date to 8/01/2016 only to have the date displayed as 7/30/2016 instead of the expected 7/31/2016. I've tracked the source...
  45. Re: Optional Shipping Insurance Module Support Thread...

    I'm using Zone Rates.
  46. Re: Optional Shipping Insurance Module Support Thread...

    I recently added Optional Shipping Insurance Module version 3.2.2 to a couple websites. Overall is performed as advertised, but it bothered me a bit that it "forgot" the insurance setting when moving...
  47. Replies
    63
    Views
    20,117

    Re: Hidden Wholesale

    I'm developing a website for a client who wants to have free downloads available for customers. I created a 'Free Downloads' product category and restricted it to Document-General. I added a couple...
Results 1 to 47 of 54
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR