Search:

Type: Posts; User: zskiman

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    thanks for the help, unfortunately everything was set to utf8 :( , so thats not the issue ? i kinda played with that idea a bit already.
  2. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Having a horrible time trying to track down an issue that i'm having with font awsome. This one is driving me nut as i've spent tons of hours trying to track it down. here is a link that displays...
  3. Replies
    86
    Views
    35,305

    v151 Re: Abandoned Shopping Cart Email Reminder

    have installed and everything went smooth excep for cron job, when checking the email logs i keep getting error "PHP: syntax error, unexpected '$' in...
  4. Replies
    27
    Views
    6,380

    Re: Printable, numbered gift certificates

    Any chance of sharing "bad file location"? im stuck where you were at. which file did you change location in was it gutsc431n.php in the download folder?

    thanks
    Mike Z
  5. Replies
    2
    Views
    1,160

    Re: Multiple tax rate issues

    you may want to look at the super california tax mod, also you can use the taxcloud service that is free and looks tax rates up by verified address, it seems to work great on a regular install of...
  6. Replies
    33
    Views
    8,135

    Re: TaxCloud & Tax Rate

    I will definatly take a look at this in the am, thanks for looking at it
  7. Replies
    33
    Views
    8,135

    Re: TaxCloud & Tax Rate

    I have installed this module on a fresh install of version 1.3.9h and it works great, actually one of the cooler and well thought out mods out there. The problem im having is trying to get this mod...
  8. Re: Make entire order free shipping if one item is free shipping

    i am having issues getting this to work, if i add something to the cart that has free shipping its fine , free shipping displays but if i add another item that does'nt have free shipping i get

    Not...
  9. Re: Bulk change to order status using SQL query for certain products?

    you could try this , no promises though

    UPDATE orders SET orders_status=2 WHERE products_id=6 && orders_status=1
    INSERT INTO orders_status_history (orders_id, orders_status_id, date_added,...
  10. Replies
    236
    Views
    44,706

    Re: Free Gifts-Dangling Carrot support

    Ok had some issues with the free carrot products showing in advanced search results! this wasnt horrible until a customer decided to hit add to cart and it went in from the listing. so the goal was...
  11. Replies
    1,018
    Views
    148,435

    v139h Re: Super Orders v3.0 Support Thread

    Have a question and hopefully someone can help! we recieve quite a few orders a day and have written an import script to add the tracking #'s into the order_status_history table, once thats done we...
  12. Replies
    1
    Views
    387

    Re: Manufactures pages overrides

    Ok i figured out how to do it, but was really looking for a more top level approach !

    in sidebox module i used
  13. Replies
    1
    Views
    387

    Manufactures pages overrides

    im hoping someone can help me out, having a bear of a time with this one. we are showing manufactures pages which are realy almost identical to the catagory ($cPath) or advanced search results pages....
  14. Replies
    4
    Views
    1,256

    Re: Fast easy checkout with ajax and bogo mod?

    thanks for the response swguy, i was contacted by numinix from my post there and awaiting a quote for him to add the functionallity to the ajax part if possable sounded promising though.
  15. Replies
    4
    Views
    1,256

    Re: Fast easy checkout with ajax and bogo mod

    Yeah i posted there as well but as much as i like advice, i dont mind sharing solutions either, odds are someone else may be looking for the same answer.
  16. Replies
    4
    Views
    1,256

    Fast easy checkout with ajax and bogo mod?

    im hopin someone can help me out here! we purchased the fast easy checkout ajax mod from Numinex and i really love the way its working, just having one issue which is a real show stopper right now....
  17. Replies
    168
    Views
    79,267

    Re: product filter module addon

    was able to hide not wanted attributes from showing up in dropdowns :)

    also changed the sort order of items in dropdowns to match ranges set by product options value

    still need to find a way...
  18. Replies
    168
    Views
    79,267

    Re: product filter module addon

    ok got this to work where it will only search the catagory that its displayed on

    take this line (around 18) in includes\templates\TEMPLATE\sideboxes\ tpl_product_filter.php

    $content .=...
  19. Replies
    168
    Views
    79,267

    Re: product filter module addon

    so the goal is to take this code:

    $content .= zen_draw_pull_down_menu('categories_id', zen_get_categories(array(array('id' => '', 'text' => PRODUCT_FILTER_TEXT_ALL_CATEGORIES)), '0' ,'', '1'),...
  20. Replies
    168
    Views
    79,267

    Re: product filter module addon

    Ok so i think ive been trying to skin this cat the wrong way! seems if you set show catagories to false, it zeros out the current catagory.

    i think to make this work id have to pull current...
  21. Replies
    168
    Views
    79,267

    Re: product filter module addon

    Thanks for the reply, i tried using $current_category_id and for some reason it always returns 0, i will keep trying to find a way to make it work and if i come up w/ somethin illpost it here
  22. Replies
    168
    Views
    79,267

    Re: product filter module addon

    I've seen it asked a few times in this thread and am close to solving, just got one problem i cant get by, i am trying to make the dropdowns show in just categories, no problem have it set to show by...
  23. Re: First Full Release of Reward Points module available. [Support Thread]

    Really need some help here, got pints installed and seems to work great, but were looking to take it in a new direction, we have been using interspire, and were gonna go with oscommerce to replace...
  24. Replies
    13
    Views
    3,154

    Re: Order Details Missing

    After replacing everything, i find the problem is putting the cart totals in the header file that make all the shipping info and date dissappear.



    is this something that changed on 1.3.9? ive...
  25. Replies
    13
    Views
    3,154

    Re: Order Details Missing

    Ok so i straigtened this out and seems to be working now! was deffinatly some of my code in the tpl_header file, unfortunatly i cant share, cause i was screwin around and somehow killed the whole...
  26. Replies
    13
    Views
    3,154

    Re: Order Details Missing

    I am having the exact same issue with my version of 1.3.9 the info on the "view order is missing, including the order date at the top, also am having a problem where i could not get taxes in the...
  27. Thread: Sort Drop Down

    by zskiman
    Replies
    23
    Views
    3,663

    Re: Sort Drop Down

    If all your produts disappeared, then likely you missed one of the <?php or ?> tags, ran into it a few times while putting together, especially pay attention to the ?> at the very top
  28. Thread: Sort Drop Down

    by zskiman
    Replies
    23
    Views
    3,663

    Re: Sort Drop Down

    I Had the same problem, needed a sorter dropdown after scouring the forums got some good hints but no code, heres what i did, you will definatly have to change sort options and play with your...
  29. Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    First of, i have to say, i love this contribution, it is now being used on a site thats not really been introduced yet, but the clients plan to kick site off by giving out 500 - $2.00 item in the...
  30. Replies
    5
    Views
    1,668

    Re: Wishlist Pictures

    had this same issue , was great to see someone had the same issue, really sucked that someone fixed it and didnt share their results so heres the code in case someone else has this problem:

    open...
  31. Replies
    271
    Views
    137,483

    Re: How-To: Add new Properties to your Products

    this may not be the best way, or there may be a better way to query from zen, but this is how i add to tpl_products_display.php

    at the top of page
    ############################################################

    // ***SQL...
  32. Replies
    271
    Views
    137,483

    Re: How-To: Add new Properties to your Products

    ok heres what i did

    created a new table called zen_bisac, then added the table in the includes/database_tables.php

    define('TABLE_BISAC', DB_PREFIX . 'bisac');

    on both collect_info.php and...
  33. Replies
    271
    Views
    137,483

    Re: How-To: Add new Properties to your Products

    This has really been a great post and has helped a tons, so let me start by saying thanks !!

    i have figured out how to get my new fields to a new table and have also gotten my products_model to...
  34. Replies
    5
    Views
    845

    Re: Attributes and sessions not working??

    yeah, i kinda figured that, ill have to look at all the code and see if i can find the conflict, thanxs for looking though, i really appreciate it
  35. Replies
    5
    Views
    845

    Re: Attributes and sessions not working??

    thanks for looking!!! unfortunatly our cart has been modded so much, that when i switch templates i get nothin but php includes errors and errors of the type, which i totally understand. the cart...
  36. Replies
    5
    Views
    845

    Attributes and sessions not working??

    Ok ive been through quite a few threads and cant seem to comeup w/ the same problem, close but not dead on !!

    i have installed attributes for tee shirt sizes, the attributes will work fine and...
  37. Replies
    9
    Views
    1,206

    Re: changing login redirect

    yeah, im not really sure which way im gonna go with this yet. ill see if running adsense is actually worth it. the ads were placed only on pages that arent secure, i just cant believe that google...
  38. Replies
    9
    Views
    1,206

    Re: changing login redirect

    thanks for posting this, it works great, only problem im having is that anytime someone logs in, the redirect goes directly to https instead of http ? whether or not the page is supposed to be secure...
  39. Re: Can you change the alpha sorter from a drop down menu in to a text links?

    just wanted to say thanx for the great post, this was suggested to me to try on our site and i started scratchin my head, thinking of how involved it would be.

    i found this post, and it took all...
  40. Replies
    18
    Views
    4,808

    Re: Search Redirect if only one result found

    Thanks for this little snippet, works great especially when searches are done on isbn # where there is only a possability of one. again thanks alot.
  41. Replies
    9
    Views
    3,801

    Re: Consignment Feature

    i am very interested in a module like this and willing to help as much as i can on this sort of project.

    We run an online bookstore and a module like this is something that we could use to have...
  42. Replies
    1
    Views
    1,623

    Re: LARGE Shopping Cart - not posting...

    having same problem w/ this and is causing serious problems, looking for a way to optimize the queries for the shopping cart. am thinking that a temp products table may be the way to go as opposed to...
  43. Replies
    6
    Views
    1,785

    Re: categories box is not top align

    not sure if ya got this fixed yet, but by looking at he date im sure you did. had the same problem though, and heres what i found in my css sheet

    #navColumnOneWrapper {
    margin: 0 0.5em;...
  44. Replies
    86
    Views
    17,454

    Re: Drop Shipping Purchase Order Module

    Have installed this module and it works great !!! needed some heavy modifying, but thanks to all in this thread who helped, also had to add a few more fields (qnty, payment method and publisher) we...
  45. Replies
    3
    Views
    1,112

    Re: CSS Flyout help

    the css flyout menu does look really great and will look awsome on your sight, when you install the mod you will turn categories off and turn css categories on from admin.. the css categories mod has...
  46. Re: Help Limiting searches to a certain amount of products

    still looking for some help w/ this, have gotten db pretty tweaked and have moved "products_name" field to products table, and has made a big differance, but still need to limit the searches to 100...
  47. Re: Site's Search engine is very slow for site with 40,000 products

    I realize this is an old post, but this may help someone else. our shop has 1.4 milliion items and has a few speed issues that need tweaking, but seems to run fine for the most part. one of the...
  48. Replies
    5
    Views
    1,872

    Re: Override/Extend search?

    I see no ones really ready to jump on this one, i am looking for the same thing i need to search on additional fields that were added to our products table and cant quite get it to work very well. I...
  49. Replies
    7
    Views
    3,504

    Re: mySQL is searching VERY SLOW.... please help

    I have had alot of issues w/ the search functions of zc as well

    some things that you may want to look at is your php.ini file and do some

    optimizing, adding indexes on tables, and as mentioned...
  50. Replies
    2
    Views
    2,045

    Dual pricing / wholesale Pricing mod

    I have searched these forums high and low and have seen some people that are having same problems , but no solutions, so if anyone can help it would be greatly appreciated. I an running 2 shops off...
Results 1 to 50 of 67
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR