Search:

Type: Posts; User: Joseph M

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v157 Re: Error when clicking link in Product Stock Report

    Thank you, Simon. That worked great. I applied the fixes to the stock, items viewed, and items ordered reports.
    In the files handling those stats, all instances of
    $type_handler,...
  2. v157 Re: Error when clicking link in Product Stock Report

    I'm using the music product, type 2, almost exclusively. But after reading your post, I tried to click through the Gift Certificate product, type 1, and it went to the editing form. Neither link...
  3. v157 Re: Error when clicking link in Product Stock Report

    Thank you. Unfortunately a fresh copy of stats_products_lowstock.php wasn't the problem. I removed the admin/product_music.php file completely, and installed the most recent stat files, but all the...
  4. v157 Error when clicking link in Product Stock Report

    I received the following error when clicking one of the item links in the Product Stock Report.

    Apparently prod_cat_header_code.php has been a deleted file in ZC since v1.5.5f, and is not present...
  5. v157 Re: Linking the music product Artist extra internally

    Thank you, that worked. I removed my attempt from tpl_product_music_info_display.php and made the change to main_template_vars_product_type.php as recommended.

    Curious as to why the changes for...
  6. v157 Re: Linking the music product Artist extra internally

    I replaced record_company with artist (or artists where applicable) and placed the following into tpl_product_music_info_display.php

    <!--bof Artist URL -->
    <?php
    if...
  7. v157 Re: Linking the music product Artist extra internally

    Correct. But that's the file you referenced above. So that's where I tried to put it, below the code for record company. Previously, I had only tried to get an artist link from the "New Recording...
  8. v157 Re: Linking the music product Artist extra internally

    Thank you. That worked great for the Record Companies extra. However, I need to apply it to music artists. I've tried to adapt your suggestion for the artist link, but regardless of what URL I...
  9. v157 Linking the music product Artist extra internally

    In the "Record Artists" extra for music products, there is an "Artists Web Site" link available when filling in the "New Recording Artist" form.
    I would like to utilize this to link to my shop...
  10. v157 Re: Adding item to cart from main_page=products_all redirects to index

    The site currently uses the qty box with selectors at the top and bottom. The problem does not appear when switched to an alternative template. And it also does not happen with the current...
  11. v157 Adding item to cart from main_page=products_all redirects to index

    (157c, bootstrap template, + numerous mods/plugins)
    My shop is currently set to remain on a category, subcategory, or product page after an item is placed in the cart (instead of displaying the...
  12. Replies
    1
    Views
    516

    v157 Re: Which shipping module to use?

    USPS may have pulled that discount from PayPal's offering recently. You may want to check on that.

    US 1st Class parcels currently qualify up to 1 lb (15.999 oz. to be exact). The rules and rates...
  13. v157 Re: Adding thumbnail images to the admin product catalog

    I rolled my files back for a fresh start and tried this. It's exactly what I needed. Thank you. I use so few category or subcategory images that I really don't need to see them in the admin. I'll...
  14. v157 Re: Adding thumbnail images to the admin product catalog

    Thank you, mc12345678. That was the pointer I needed! Adding the product as described above worked great. I applied the same method to
    $sql = "SELECT c.categories_id, cd.categories_name,...
  15. v157 Re: Adding thumbnail images to the admin product catalog

    Removing CATALOG was my alteration, not in the file set, and since corrected in my file. The database uses products_image, so good to keep that.
    What/where is the select portion?
  16. v157 Re: Adding thumbnail images to the admin product catalog

    Sorry about that. I posted the category images code instead of the product images code. Both are included in the plugin and placed in category_product_listing.php. I don't use category images, but...
  17. v157 Adding thumbnail images to the admin product catalog

    I'm trying to add images in the admin catalog so I can identify products faster when adding or editing.

    I've attempted to use Admin Display Product/Catalog Thumbnails...
  18. Re: International RFQ/ Shipping rate request needed for v157c

    The change to orders.php was actually minimal. And it seems the plugin file set had an error in it too.

    define('TEXT_RQF', 'Request for Quote');
    should be

    define('TEXT_RFQ', 'Request for...
  19. Re: International RFQ/ Shipping rate request needed for v157c

    I didn't attempt the install because it appears to overwrite orders.php files, and the files have evolved since the plugin was released for v1.3.8. I also didn't understand them well enough to make...
  20. International RFQ/ Shipping rate request needed for v157c

    I need to have international customers request their shipping options before checkout until I can find a better solution.
    There were some plugins that offered this for earlier versions of ZC. ...
  21. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I believe the "Powered by Zen Cart" footer text is in includes/languages/english.php

    And the IP address display is controlled at:
    Admin>Configuration>Layout Settings>Footer - Show IP Address...
  22. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Correct. Link text color on hover is available in ZCA Bootstrap Colors. Link background color on hover is not included.

    However, if no link background hover color for the EZ-pages footer is...
  23. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    This was the fix for hover link background color in the EZ-pages footer:

    #ezpagesBarFooter .nav-pills .nav-item a:hover {
    color: #ffffff;
    background-color: #color of choice;
    }
  24. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I'm having a problem setting the color of the EZ-page footer bar links background on hover. No problem with the text, since it is selected in ZCA Bootstrap Colors. However the footer link...
  25. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Perhaps, or even just part of the solution. For a quick switch I changed the includes/templates/bootstrap/common/tpl_header.php, by moving the code for the search bar:

    <?php...
  26. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I would like to swap the positions of the header search bar and the nav links (search bar left, nav links right) with the search bar resizing/stretching into any space not required by the nav links. ...
  27. v157 Re: Hide category links in CSS Flyout Menu without disabling them

    Yes, that's it! It works better than I hoped since it can be applied to multiple level subcategories too. Brilliant, DrByte. Thank you!
  28. v157 Hide category links in CSS Flyout Menu without disabling them

    v157c with Bootstrap template.
    I've installed the CSS Flyout Menu, and it's working great. However, I need to remove or hide some of the main category links that are duplicates of those featured in...
  29. v157 Re: Change scrolling side menus to dropdown on mouseover

    The closest I could get was setting Admin>Configuration>Maximum Values>Music Genre List - Scroll Box Size/Style to 0 to produce a clickable dropdown menu (unwanted scroll bar included). Every page...
  30. v157 Change sidebar pulldowns to dropdown-on-mouseover?

    v157c with Bootstrap template.
    How can I change the scrollbar style side menus (like Manufacturer, or in my case Music Genres) from a list with scrollbar to a dropdown that appears upon hovering...
  31. Re: Logo WILL NOT CHANGE... even after deleting original

    Did you clear your browser cache?
  32. Replies
    113
    Views
    31,595

    Re: Additional Product Images

    That was the fix. I still see the *Product is Disabled message, but was able to upload two additional images to a product with no problem at all. And the logs are clear too. It appears to be...
  33. Replies
    113
    Views
    31,595

    Re: Additional Product Images

    v157c with bootstrap template and Image Handler. I installed this Additional Images plugin today and it was successful according to the messages in the admin. However, when I try to use it, it is...
  34. v157 Re: Warning and deprecated messages for CSS Flyout menu

    Right on target again, carlwhat. The site is running the plugin with no warning logs. I'd venture to say that with the two fixes you offered above, you've updated it for v157c.

    Is there a...
  35. v157 Re: Warning and deprecated messages for CSS Flyout menu

    Worked perfectly. That eliminated the deprecated log warning. Thank you. I am still getting log warning for lines 68 and 100 that I'm trying to make sense of. There were a couple of solutions...
  36. v157 Warning and deprecated messages for CSS Flyout menu

    I'm using v157c with Bootstrap template. The CSS Flyout Menu (found here https://www.zen-cart.com/downloads.php?do=file&id=1) installed well on my site, and seems to function well on the user end. ...
  37. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I wanted to use EZ-page links to display some main categories that are only used for linked products, without showing all of my main categories. The navigational tabs apparently make me choose...
  38. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Can I assign the same style rules to the EZ-Pages header as those assigned to the header's navigation tabs? How does one move or align items in these boxes? I've been able to change the background...
  39. Replies
    10
    Views
    810

    Re: Remove unwanted countries fast

    Thank you. I replaced the file and it's working great. It may not have been malfunctioning at all since I missed

    I was expecting the familiar red 'inactive' icon.
  40. Replies
    10
    Views
    810

    Re: Remove unwanted countries fast

    I haven't encountered the problem on any other menu, just for Countries. The same functionality for EZ-Pages and catalog merchandise work great. Can you recommend where I might look for the problem?
  41. Replies
    10
    Views
    810

    Re: Remove unwanted countries fast

    I recently installed v157c and those green buttons are not responding. If I click on edit and uncheck the active status, it doesn't retain the updated status.
  42. v157 Re: Numinix Extra Field instructions don't show new fields on product pages

    It's using the Bootstrap template.
  43. v157 Re: Numinix Extra Field instructions don't show new fields on product pages

    Thank you for the reply. I had it at /includes/templates/bootstrap/product_info/extra_main_template_vars/extra_main_template_vars.php. I added the directory and file:...
  44. v157 Numinix Extra Field instructions don't show new fields on product pages

    ZC 157c with Bootstrap template. Fresh install PHP Version: 7.1.33

    I've added the Numinix Product Fields latest version found at:...
  45. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you. It worked perfectly for both headers.
  46. Replies
    40
    Views
    23,859

    v154 Re: Twitch Admin Product Thumbnails (TAP Thumb)

    That is great to hear. This feature is incredibly useful for large inventories (especially when the products have very similar names). I'd be happy to see it become a ZC standard feature since it...
  47. Replies
    1,222
    Views
    270,625

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Newly installed v157c with bootstrap. How can I adjust the size of the padding for the New Products and Featured Products headers on the main page?
    I can see the changes if I make them in my...
  48. Replies
    40
    Views
    23,859

    v154 Re: Twitch Admin Product Thumbnails (TAP Thumb)

    Will this work for v1.5.7? If not, are there plans to make it compatible in the near future?
  49. v155 Re: Aligning the New and Featured products on main page

    Thank you anyway, but I don't believe it is a stylesheet issue.
    ZC wants to put these items in columns. The number of which is determined in the admin settings.
    It will center if it hasn't filled...
  50. v155 Re: Aligning the New and Featured products on main page

    .centerBoxContentsFeatured.centeredContent

    Defaults to the left, and I can get it to float right. I just can't center it.
Results 1 to 50 of 150
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR