Search:

Type: Posts; User: jimmie

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3,554
    Views
    539,999

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    how do i fix this warning
    [28-Mar-2024 21:32:23 UTC] Request URI: /Returns, IP address: 44.222.104.49
    #1 products_with_attributes_stock->catalogCustomID() called at...
  2. Thread: DUAL Pricing v2

    by jimmie
    Replies
    1,487
    Views
    325,077

    Re: DUAL Pricing version 2

    Hello, i am running zen version 1.56c and had this working on 1.56, whats not working is any product that has a quantity discount will only show a price of zero on product info page. when i do use...
  3. Thread: ot_rewards.php

    by jimmie
    Replies
    10
    Views
    609

    v158 Re: ot_rewards.php

    i do believe some things were stripped from file to not make it work, as file sits it has to be modified to work. i only use the store credit part.
  4. Thread: ot_rewards.php

    by jimmie
    Replies
    10
    Views
    609

    v158 Re: ot_rewards.php

    i believe this is it https://www.zen-cart.com/downloads.php?do=file&id=339
  5. v158 Re: Displaying A Plus + and Minus - Button On The Actual Product Page

    it came built in, i can also give you the .css
  6. v158 Re: Displaying A Plus + and Minus - Button On The Actual Product Page

    i have this in tpl_product info

    if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
    // hide the quantity box and default to 1
    $the_button = '<input...
  7. Replies
    1
    Views
    2,213

    v156 admin reorder low stock page

    is there a plugin or a way to modify an existing one to create a way to reorder low stock quantities by manufacturer from admin, print a page by manufacturer that has current stock with a way to...
  8. Replies
    2
    Views
    503

    v156 Re: min/max and adding quantity

    here is a product
    https://jnsflooringandsupplies.com/Flooring/Luxury_Vinyl/SFI_Floors/Brussells_22_mil_Luxury_Vinyl/SFI_Floors_Brussels_Waterproof_Vinyl-_Plymouth_0124
  9. Replies
    2
    Views
    503

    v156 min/max and adding quantity

    i Use a flooring calculator on some of my product pages, you input the sqft you need in a field it populates the quantity field with the sqft need based on the min/max than they hit add to cart. i...
  10. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    thank you
  11. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    im sorry it did work, didnt finish uploading file.
  12. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    didnt work, i still have to click it off, on every page
  13. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    Call to undefined function str_contains() zen 1.56c
  14. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    this is what i have in that file in that location

    <?php for ($i=0, $n=sizeof($output); $i<$n; $i++) { ?>
    <?php
    $msg_pera='';
    if(strpos($output[$i]['params'],'messageStackError')>0){...
  15. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    there is a litte X to close it out
  16. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    every page i go to it is there and i have to click it off on every page
  17. Replies
    209
    Views
    36,229

    Re: Encrypted Master Password support

    how do i turn off or stop it from dislaying ( Currently shopping for ) on every page i click it shows up?
  18. Replies
    3
    Views
    467

    v156 Re: ship with customers account

    https://www.zen-cart.com/downloads.php?do=file&id=2181
  19. Replies
    3
    Views
    467

    v156 Re: ship with customers account

    when creating account number and it successfully saves number (says success In title bar) it hangs on this page,just my screen loader shows. should redirect back to checkout page.
    anyone have this...
  20. Replies
    0
    Views
    585

    v156 styling the quantity discounts table

    i am styling the quantity box to say this
    Buy 3 for $2.06 each and save 4%
    i have this code in tpl product info

    <!--bof Quantity Discounts table -->
    <?php
    if...
  21. Replies
    1,667
    Views
    287,036

    Re: Dynamic Price Updater

    my specials are displaying weird, how do i fix?
    https://jnsflooringandsupplies.com/MARCUS/index.php?main_page=product_info&cPath=1_3_753_570_4160&products_id=1
    and it never says a percent off
  22. v150 Re: Hide Available Shipping Methods table until Shipping Estimator runs

    How would i add this to zen 1.56c shipping estimator file
  23. Replies
    3,554
    Views
    539,999

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    is image swap still working in this new version from github with zen 1.5.6c
    installed but no swapping
    have 1 product 1 attribute field 2 options sba tracked and sba simple dropdown
  24. Replies
    31
    Views
    3,414

    v157 Re: ZX POS [Support Thread]

    in /includes/templates/mytemplate/templates in the file tpl_barcode_cart_default.php on line 195

    <a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL');?>" class="myButton"><i...
  25. Replies
    5
    Views
    1,192

    v156 Re: How to add array to tpl main file

    not sure, but if you look in file i see
    <div class="container">
    <div class="row">
    <div class="main-col
    <?php if ((COLUMN_LEFT_STATUS == 1 && $body_id !== 'productinfo') ||...
  26. Replies
    5
    Views
    1,192

    v156 Re: How to add array to tpl main file

    not want i want, that is the no problem part. i need to stretch screen on certain pages to.
  27. Replies
    5
    Views
    1,192

    v156 Re: How to add array to tpl main file

    the product info is what i want the non sidebox pages to look like
    https://jnsflooringandsupplies.com/NewShop/index.php?main_page=product_info&cPath=2&products_id=32
  28. Replies
    5
    Views
    1,192

    v156 How to add array to tpl main file

    im trying to turn off sideboxes(no problem) and stretch screen (Problem) when boxes not present on certain pages like login and checkout one pages
    this is my code from tpl main

    <?php
    /**
    *...
  29. Replies
    109
    Views
    25,620

    Re: Map Version 1.1

    how do i make this work,
    if ($is_map_enabled == 0 && $products_discount_type != 0) { ?> because not all products are map enabled, still want to show on non mapped products
  30. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    figured it out, i mistakemly put that product in a top level category
  31. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    but when i reanble that product, home goes to that product.
  32. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    oops when i disabled category and reenabled it turn off all products, is there a sql patch i can do to turn those products back on
  33. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    i just diasabled the installation supplies category, and the main page is now working, reenabled and still working as it should. not sure why this happened. but is now working as it should
  34. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    my .htaccess
    ###############################################################################
    # Add custom headers and options...
  35. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    not even sure how this happened, been working fine for years
  36. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    im using ceon url mapping, tried to turn off, same thing. tried changng templates same thing.
  37. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    admin storefront does same thing, how to fix, its been days now
  38. Replies
    11
    Views
    1,794

    v156 Re: not going to home page

    32 reviews and no response, how do i get my site back to the home page?
  39. Replies
    11
    Views
    1,794

    v156 not going to home page

    when i click home button it goes to a product page, how do i fix this?
    https://jnsflooringandsupplies.com/
  40. Replies
    2
    Views
    423

    v156 Re: Product Discount Display

    im sorry not understanding where to put your code. i tried but it prints it out as inputted in database, trying to style as my code
  41. Replies
    2
    Views
    423

    v156 Product Discount Display

    example: https://jnsflooringandsupplies.com/Tools_Equipment/Ceramic_Stone_Tools/Grout_Floats/Gundlach_103_Grouting_Float, ZC Version 1.56c,
    i have this
    // base price
    if...
  42. Replies
    858
    Views
    205,327

    Re: Sales report 3.3.3

    is there away to put a default store status to omit, ( instead of doesnt matter)
    my accountant doesnt understand our processing
  43. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    ok moved back to the top of file and is now working correctly, site is a little faster
  44. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    [QUOTE=dbltoe;1381040]Again, your servers rating on SSL certificates has nothing to do with a redirect.

    If the line in the supposedly correct rewrite is, in fact,
    # Redirect HTTP with www to...
  45. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    also from ssllabs Certificate #1: RSA 4096 bits (SHA256withRSA)

    Server Key and Certificate #1
    Subject jnsflooringandsupplies.com
    Fingerprint SHA256:...
  46. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    it is already in there right above there, but moved it below
  47. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    i noticed this also, happens on the www site, it is suppose to redirect to non www, using code provided
  48. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    i edited my dns to make it match site and reissued a ssl certificate to match
  49. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    ###############################################################################
    # Add custom headers and options
    ###############################################################################
    #...
  50. Thread: slow loading

    by jimmie
    Replies
    27
    Views
    1,408

    v156 Re: slow loading

    i get this when i check site
    https://jnsflooringandsupplies.com and https://www.jnsflooringandsupplies.com should resolve to the same URL, but currently do not.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR