Search:

Type: Posts; User: kjconnects

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,279

    Re: Which CAPTCHA mod is best?

    When you go to the Admin -> Tools -> Install SQL Patches page, you'll see two methods of applying the patch. You can either "Enter the query to be executed" on top, or "Upload file" at the bottom....
  2. Replies
    3
    Views
    563

    Re: New Products

    The sidebox for new products should only be affected by the settings in "Admin -> Tools -> Layout Boxes Controller," so you should still see the new products in the sidebox.

    The visibility of the...
  3. Replies
    3
    Views
    563

    Re: New Products

    In the admin, setting "Configuration -> Index Listing -> Show New Products on Main Page" to 0 should turn those off.

    Hope that helps.
  4. Re: Need simple coding help for Shopping Cart in Header

    You could set something to $_SESSION['cart']->count_contents() to make it easier to read.



    <?php
    $cart_count = $_SESSION['cart']->count_contents();

    If ($cart_count == 1){ echo...
  5. Replies
    3
    Views
    439

    Re: Logout options

    Here is how I did it:




    <?php
    $logged_in = $_SESSION['customer_id'];

    If ( !$logged_in ){
    //show what you want to show when the user is logged out
  6. Replies
    4
    Views
    728

    Re: help with Manufacturers sidebox

    There is an add-on that I use called Manufacturers List Sidebox by kuroi. For some reason, it doesn't show up on a search of the add-ons, but if you browse the Sideboxes category, you'll find it on...
  7. Replies
    7
    Views
    863

    Re: One product, multible sizes

    If you're only looking to affect the drop-down box, you will need to find this line of code in attributes.php:


    $options_menu[] = zen_draw_pull_down_menu('id[' ....
  8. Replies
    2
    Views
    1,537

    Re: Coupon error - with sales tax?

    This is a known problem with the local sales tax mod, which otherwise is an awesome mod. I have found that if you assign the discount coupon a sort-order greater than the tax module, it will take...
  9. Replies
    634
    Views
    197,882

    Re: Local Sales Tax Mod - Support Thread

    LadyHLG,

    Thank you for this add-on. It is, by far, the best solution for those who do business in states that apply sales tax based on the destination address. I am currently using it on...
  10. Replies
    0
    Views
    689

    For those doing business in Ohio...

    Searching through the messages, I've come to the conclusion that a simple zip code based search for the sales tax is not going to work in Ohio, as zip codes can span counties. I am wondering if a...
  11. "Sold Out" image not appearing in certain listings

    It seems by design that the "Sold Out" icon does not appear in the New Products, Monthly Specials, and Featured Products boxes that appear at the bottom of a product listing (or when your shopping...
Results 1 to 11 of 11
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR