Search:

Type: Posts; User: bislewl

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    No Problem!

    I think, yes it's part the template, but I should have a better way to call the name and image, because each template may change that. I made a note to add that in the next release....
  2. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    You appear to be correct. Below is the JavaScript that is called when the link is clicked.


    $('a.back-in-stock-listing-popup-link').click(function (event) {
    event.preventDefault();
    ...
  3. Replies
    7
    Views
    3,341

    v155 Re: Require product be added before checkout

    I have had to do similar items before. Most of the time I have simply added an observer that redirects back to the shopping cart with a notify message saying that product "x" must be added, or back...
  4. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    The product listing pages use a single game box the image, name, and product are populated upon clicking the link. My guess is that the template being used isn't using the same classes as what it's...
  5. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Jeff_Mash,

    There could be a variety of reasons. Either the DIV that contains the product is missing, or more than likely it's a Javascript issue. I looked but the links you provided don't have the...
  6. v154 Re: Free Shipping coupon for 1 item makes all shipping free

    I had the same issue today where it was desired to have a "Free Shipping" coupon apply only to certain products, and if excluded products where in there they would be charged the difference of the...
  7. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    is the ZenCart Light your using Responsive?


    You could TRY using both lightbox and fancy box, more than likely you will need to overcome some javascript issues

    To change lightbox/fancybox you...
  8. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    The module doesn't know how many you have in stock, it just knows it's back in stock. Now you can set the max number of notifications and then set the days of lag as well.

    Example:

    If your...
  9. Replies
    32
    Views
    16,532

    Re: The future: Bootstrap or Foundation? And why?

    Bootstrap


    Because there is a large community for bootstrap, and a ton of resources that would help developers create/modify templates. There are more developers that know bootstrap. There are...
  10. Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Do you have a url rewrite module enabled? When you look what's the return statement from ajax looking like?

    I'm uploaded v4.6.2 becuase there is some changes in the jScript. to make it function a...
  11. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Check your configuration -> sessions and your configure.php

    Are they all the same?
  12. Replies
    16
    Views
    2,539

    v154 Re: Zen-Cart Development Conference. Thoughts?

    I would be fine with Toronto. I could easily drive there in a day.
  13. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    Try using their most recent version, looks like they are working on 4.0.0 right now.
    Here is a link to a zip of their most recent version: https://github.com/numinix/css_js_loader/archive/master.zip
  14. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    If the files are installed correctly. I think there is a bug in the most recent version. I'll check they code and get back to you later.
  15. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    CSS/JS loader admin files are designed to automatically install. What version are you using?

    Thanks,
    Larry
  16. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    Try LEAVING the files but run the uninstall.sql
  17. v154 Re: URGENT, No purchase record after customer purchase

    Are there any error logs
  18. v151 Re: Shipping Boxes Manager 2.3.5 Installation Error

    Yeah, I assume your asking about the nesting percentage?

    The nesting was modified to a company that shipped drums, this would allow them to nest a smaller drum inside a large drum. Does that help?
  19. Replies
    52
    Views
    27,865

    v150 Re: Ceon Advanced Shipper v 5.0.2

    I have done this before, if you do a file comparison between the USPS provided with SBM, and the one provided in Adv Shipper do the same with FedEx Web Services (already has SBM set up) It's a bit...
  20. v151 Re: Shipping Boxes Manager 2.3.5 Installation Error

    That's Exactly the issue, the auto loaders load pretty much anything that starts with config and ends in .php

    So delete that file and it should resolve that issue.

    Not sure if you are familiar...
  21. v151 Re: SUDDENLY, USPS PLUGIN causing white page, customer cannot proceed with checkout

    a02l1zz,

    Have you looked at this thread? perhaps a similar issue?
    https://www.zen-cart.com/showthread.php?218100-USPS-Error
  22. Thread: USPS Error

    by bislewl
    Replies
    30
    Views
    4,397

    Re: USPS Web Tools Error

    I thought I would update this late but still an update:

    Hostgator responded with the following:


    about a month later they responded again with:



    Not sure what would cause an IP to be...
  23. v151 Re: Shipping Boxes Manager 2.3.5 Installation Error

    JoDean,

    Based on experience I think you might be loading the auto-loader twice?

    when you go to catalog/includes/auto_loaders/

    there should be a file called...
  24. Replies
    7
    Views
    1,021

    Re: Add to shopping cart button not working

    I don't see any products in your store. Have you disabled them?
  25. Replies
    622
    Views
    172,302

    v151 Re: Tableau Responsive Theme - Support Thread

    Simply re-arrange the includes/templates/tableau/templates/tpl_shopping_cart_defaut.php

    Make sure that you still have all your div/spans etc together.
  26. Replies
    186
    Views
    59,396

    v151 Re: Adding Braintree payment module

    Danny,

    You shouldn't need to remove the DB_PREFIX as that should be defined in both your configure.php files.

    Please check your database and verify that the table called "braintree" exist and...
  27. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    What are the permissions on:
    /public_html/cache/minify directory
  28. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    ok for the CSS.

    if you have something like this: (example I commented out "fec_confirmation.css")

    $loaders[] = array('conditions' => array('pages' => array(FILENAME_FEC_CONFIRMATION)),
    ...
  29. Replies
    2
    Views
    1,127

    v151 Re: Price_zero_tax_text

    add something like this to (assuming it's english)
    includes/languages/YOUR_TEMPLATE/english.php

    define('PRICE_ZERO_TAX_TEXT','your desired text');
  30. Replies
    622
    Views
    172,302

    v151 Re: Tableau Responsive Theme - Subcategories Display In Body?

    Are you using a checkout module like FEC, COWOA, or?
  31. Replies
    622
    Views
    172,302

    v151 Re: Tableau Responsive Theme - Subcategories Display In Body?

    Try test with one enabled and the other disabled. Your "extra" field should disappear. Perhaps your shipping issue will resolve.

    I do know that some module with Address validation will have those...
  32. v154 Re: How do I exclude an account without minimum order amount to check out?

    How do you determine which customers can do this? Group Pricing? Wholesale?
  33. Replies
    14
    Views
    2,154

    Re: Need Sales Tax for Store Pickup

    The store address won't show up as the shipping address, this is a know "bug" and is on the list of tasks for future versions.
    see: https://github.com/zencart/zencart/issues/594 for further...
  34. Replies
    168
    Views
    29,344

    v153 Re: CSS JS Loader [Support Thread]

    1) Have you tried clearing the cache for CSS/JS loader (not your browser)
    2) Try commenting out the each CSS file in the auto-loaders one at a time, the file that causes the same behavior perhaps...
  35. Replies
    622
    Views
    172,302

    v151 Re: Tableau Responsive Theme - Subcategories Display In Body?

    Couple Questions:
    1) What Shipping Modules are you using?
    2) in the admin:
    Configuration -> Customer Details -> State - Always display as pulldown?
    and
    Configuration -> Customer Details -> State...
  36. Replies
    68
    Views
    9,892

    v154 Re: Numinix Product Fields

    Try 2 things.

    1) Reverting to the "old"/core YOUR_ADMIN/configuration.php
    2) In almost all the numinix modules installers in the YOUR_ADMIN/includes/init_includes/init##########_.php files there...
  37. Replies
    68
    Views
    9,892

    v154 Re: Numinix Product Fields

    You need to be able to change the permission of that folder. If not you will need to manually create the files and run the SQL.

    The error you have above is un-related to the issue with NPF....
  38. Replies
    68
    Views
    9,892

    v154 Re: Numinix Product Fields

    ok... Just to be clear you shouldn't be running windows XP and it isn't PCI compliant...

    you need to make sure your YOUR_ADMIN/includes/npf_includes/ and all sub directories have write...
  39. v154 Re: Aiax error on payment page with PayPal Web Payments Pro

    Can you see where the Ajax is posting in your browser? what is the error it is giving? are you using any re-write modules?
  40. Replies
    2,176
    Views
    496,786

    Re: Fast and Easy Checkout for Zen Cart

    Typically I replace those files (although they are very similar) and then since FEC isn't responsive "out of the box" I do something like this

    Add the following stylesheets (they should be in the...
  41. Replies
    14
    Views
    2,154

    Re: Need Sales Tax for Store Pickup

    Are you charging for store pickup?
  42. Replies
    8
    Views
    2,124

    v153 Re: Please Help Im Going Crazy!!

    It is a zencart template. However it is not from zen-cart.com

    Third Party Plugins (those you pay for), although many times we offer some general guidance on the forum. You should go back to...
  43. Replies
    8
    Views
    2,124

    v153 Re: Please Help Im Going Crazy!!

    Any errors in the logs/ folder.

    Usually TM templates are generally better than that. Have you tried contacting them for support?

    Third party templates typically aren't supported by this forum,...
  44. Replies
    8
    Views
    2,124

    v153 Re: Please Help Im Going Crazy!!

    It looks like this is a template issue. I notice that it looks like your font-awesome is also missing. Did you install any modules in addition to the template?

    If you disable Authorize.net so the...
  45. Replies
    3
    Views
    1,686

    v154 Re: Delay billing until shipment

    I would contact PayPal, perhaps they can assist.
  46. v154 Re: Require weight totals in confirmation email

    Your order Confirmation email is created in your includes/classes/order.php

    You should be able to use the "$this->total_weight" variable in the email.

    Please let me know if that works.
    ...
  47. Thread: admin login

    by bislewl
    Replies
    1
    Views
    2,074

    v139a Re: admin login

    Does login work on a different browser? I have run into that issue before
  48. Replies
    3
    Views
    1,686

    v154 Re: Delay billing until shipment

    You can set your Credit Card Module settings to Authorize versus Authorize and Capture. And then upon shipment capture. You would need to speak with your processor to determine how long the...
  49. Replies
    3
    Views
    576

    v153 Re: Order number on checkout page is wrong

    What version of zencart are you running? Any modules you are running? Are the orders you have in sequential order or are they skipping? What about the email they are receiving is that correct?
  50. Replies
    68
    Views
    9,892

    v154 Re: Numinix Product Fields

    Thank you, Not a problem,

    Actually my auto installer is a re-write of numinix's auto installers


    The basic premise:
    The file in the includes/auto_loaders folder loads the file in the...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR