Search:

Type: Posts; User: clam_man

Search: Search took 0.01 seconds.

  1. Replies
    109
    Views
    25,679

    Re: Map Version 1.1

    Well I've come up with a working solution to this issue on ZC 1.5.8a. I modified the products table in the database, the tpl_product_info_display.php, the collect_info.php, and the update_product.php...
  2. Replies
    109
    Views
    25,679

    Re: Map Version 1.1

    Has anyone come up with a solution for an add-to-cart to see price for 1.5.8a? I looked through the stock settings and didn't see anything. I'm migrating/updating a site and its database to this...
  3. v156 Re: Unable to get coupon to work on gift certificate for testing purposes

    I found it, I didn't realize that gift certificate account section didn't appear unless you yourself had gift certificate money applied to your own account. I didn't know what to tell the customer...
  4. v156 Re: Unable to get coupon to work on gift certificate for testing purposes

    Oops, it looks like the coupon was properly released to their account. I just have no idea where to tell them to go to then send that money to who they want. Where in their account do they go in a...
  5. v156 Unable to get coupon to work on gift certificate for testing purposes

    We're using v1.5.6b with a compatible version of PHP. We haven't run into issues with gift certificates in the past 10 years. After running into an issue where a gift certificate was released but not...
  6. v156 Re: LIMIT amount of option values displayed in Option Value Manager

    So sorry I forgot to update you all. I had to comment line 703 "$values = $values . " LIMIT $value_page_start, $per_page";" so I could manually edit a LIMIT for the query generated on line 668...
  7. v156 Re: LIMIT amount of option values displayed in Option Value Manager

    Ah, I finally figured out how to do what I wanted. I was able to work a solution that didn't have to modify the query_factory.php. Thanks for your help though!
  8. v156 Re: LIMIT amount of option values displayed in Option Value Manager

    I'm currently on 1.5.6b but I could try moving things over to 1.5.7 if that will give me more functionality in the option value manager php file.
  9. v156 Re: LIMIT amount of option values displayed in Option Value Manager

    A search for $values_query_raw in the developer toolkit brings up nothing across all PHP files in the catalog and admin. I'm working a non-zencart solution for the option managament but for now I...
  10. Replies
    4
    Views
    638

    v156 Re: Replace 'More Info...' with an image?

    It worked flawlessly! Thank you!
  11. Replies
    4
    Views
    638

    v156 Re: Replace 'More Info...' with an image?

    And putting the HTML in those quotes won't just display the code? I'll test it here in a minute. Thank you so much for the quick reply!
  12. Replies
    4
    Views
    638

    v156 Replace 'More Info...' with an image?

    Hello, I was wondering if there was a simple way to change the 'More Info...' link for products on the different types of listing pages to a more call-to-action looking button. I've already designed...
  13. Replies
    20
    Views
    2,796

    v154 Re: Making Telephone number a compulsory field

    We use authorize.net for credit cards and PayPal. The use of our number instead might work but I need to look into what negative effects that might cause with DHL.
  14. Replies
    20
    Views
    2,796

    v154 Re: Making Telephone number a compulsory field

    I'm still having the same issue where changing the minimum value doesn't actually affect the form. I keep getting orders submitted without phone numbers but DHL requires a phone number. Is there not...
  15. v156 Re: LIMIT amount of option values displayed in Option Value Manager

    I see a line containing
    $products_values = $db->Execute("SELECT p.products_id, pd.products_name, po.products_options_name, pa.options_id
    FROM " . TABLE_PRODUCTS ....
  16. v156 LIMIT amount of option values displayed in Option Value Manager

    I'm using Zen Cart 1.5.6b. I would like to limit the total number of Option Values pulled from the database to be accessed by this section. We have 10s of thousands of option values and it's slowed...
  17. Re: 403 Error only on configuration.php in Admin

    It says 403 Forbidden, not not-found.

    I can see the file as present when I FTP into the admin section, that's how I was able to make sure the permissions were correct. Using configuration.php in...
  18. Re: 403 Error only on configuration.php in Admin

    It happened after changing server hosts. I asked them about it but they won't go through the htaccess file to check it. I don't have any error logs. This htaccess file is the same as the one we used...
  19. v156 Re: How to add DHL International as a shipping method?

    That appears to be for package tracking. I'm looking for a way to actually add DHL as a shipping option at checkout. I already have the shipstation module installed and it's supposed to work with...
  20. v156 Re: How to add DHL International as a shipping method?

    The latest DHL shipping module is for 1.5.4. Would this work with 1.5.6?
  21. v156 Re: How to add DHL International as a shipping method?

    That link doesn't seem to work.
  22. v156 How to add DHL International as a shipping method?

    I have the ShipStation plugin installed and it works wonderfully. I have the DHL account integrated with out ShipStation account. How on Earth do I actually add DHL International as an optional...
  23. 1.5.6b ampersand not working in admin product search

    we have a product that has M&M in the title. If you type M&M in the admin product search it doesn't appear but it works in the front end. Is there an input sensitization that is causing this problem?...
  24. Re: 403 Error only on configuration.php in Admin

    #

    # @copyright Copyright 2003-2016 Zen Cart Development Team

    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    # @version $Id: .htaccess 19328 Modified in v1.6.0 $
    ...
  25. Re: 403 Error only on configuration.php in Admin

    I have reached out to them but now I'm wondering if it is a .htaccess issue. Is there a clean .htaccess file anyone has for the admin directory that I can test with the site?
  26. 403 Error only on configuration.php in Admin

    We are using Zen Cart 1.5.6b and recently switched to a new host a couple months ago. The admin has been working fine but today I tried to access the 'Images' settings in the configuration and I got...
  27. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    I've been having an issue with ImageHandler5 for quite a while now. I wonder if anyone has run into a similar problem. I'm using ImageHandler 5.1.4 on ZC version 1.5.6b and the carousel works very...
  28. v156 A question about URL params and attribute values to build a filterable search

    I'm thinking about building a sidebox for product filtering. I've checked the dynamic attribute filter plugin and a couple others but they don't do what I want. I was wondering if there was a URL...
  29. Replies
    7
    Views
    3,097

    v156 Re: Lightbox error in log on v156

    I honestly have no idea where it came from but it was definitely zen cart related. Probably from the most recent version of ImageHandler or something.
  30. Replies
    7
    Views
    3,097

    v156 Re: Lightbox error in log on v156

    Can't seem to edit the above post, but the file was present in both the admin and catalog side and deleting the one catalog side causes a complete white screen with any catalog page. Also, the...
  31. Replies
    7
    Views
    3,097

    v156 Re: Lightbox error in log on v156

    Well deleting that file causes a white screen so something is up with it.
  32. Replies
    7
    Views
    3,097

    v156 Lightbox error in log on v156

    --> PHP Warning: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' (this will throw an Error in a future version of PHP) in
    /includes/init_includes/init_zen_lightbox.php on line 14.
    ...
  33. v156 Re: Displaying the product's total price on product info display page?

    I am interested in publishing this solution if possible but I definitely would have some changes to make to the code before that would be possible. I'm great with PHP and great with MySQL but not...
  34. v156 Re: Displaying the product's total price on product info display page?

    I saw that it was going to make changes to the database for some reason so I decided against installing it. It took a few hours, but 51 lines of JavaScript later, I've got exactly what I wanted. I...
  35. v156 Re: Displaying the product's total price on product info display page?

    Is this compatible with version 1.5.6?
  36. v156 Displaying the product's total price on product info display page?

    I'd like to display the product's total price (starting at price + sum of selected attribute prices) in the 'Add to Cart Box'. I looked at the attributes.php module and checked out the...
  37. Replies
    60
    Views
    23,455

    Re: Customer Search Log

    Our site was attacked 3 days ago via SQL injection. We've made a full recovery of course, but is there a way to also log the IP of the user doing the search and have it saved in the database along...
  38. Replies
    12
    Views
    1,947

    v155 Re: Additional Images Slider mod

    I've installed the Owl Carousel and it works but the width of the owl-wrapper is 1712px. I really don't want it that big but I can't seem to find a way to fix it as the width is applied inline...
  39. Replies
    3,720
    Views
    843,530

    Re: Zen Lightbox addon [Support Thread]

    I figured that bit out, turns out I hadn't installed Additional Product Images on the site yet! Oops! My additional images appear at the bottom of the product page but we used to have a slider...
  40. Replies
    3,720
    Views
    843,530

    Re: Zen Lightbox addon [Support Thread]

    I got lightbox working but can't seem to get additional images to appear. The additional images section underneath the main image doesn't appear and the list of additional images near the end of the...
  41. Replies
    3,720
    Views
    843,530

    Re: Zen Lightbox addon [Support Thread]

    Has anyone tried installing this with ZC 1.5.6? We recently updated from 1.5.1 and are now using IH5 but any products with additional images are causing a partial white screen just after the final...
  42. Replies
    3
    Views
    2,886

    v156 Re: PayPal Credit Integration

    Well phooey. Thanks for letting me know and I hope integration for this can be added soon. PayPal Credit seems like it could benefit a lot of the shop owners and webmasters using Zen-Cart.
  43. Replies
    3
    Views
    2,886

    v156 PayPal Credit Integration

    Our site is located at https://diablobodyjewelry.com and uses ZC v1.5.6 with PHP on v7.3. I'm interested in integrating "PayPal Credit" with our site which allows customers to pay PayPal in...
  44. Replies
    1,786
    Views
    247,666

    v150 Re: Edit Orders v4.0 Support Thread

    Ah, thanks guys! I had the price calculation set to 'Auto' instead of 'Manual'. Everything is working as intended!
  45. Replies
    1,786
    Views
    247,666

    v150 Re: Edit Orders v4.0 Support Thread

    I'm currently having an issue with this plugin. The unit price is not updating when changes are made, yet the success message after hitting "update" still appears.
    We updated from Zen Cart 1.5.1 to...
Results 1 to 45 of 45
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR