Search:

Type: Posts; User: skrillnet

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    943

    Re: Sold Out Ta Back of Listing

    I can do some coding for you if you would like. PM me and we can talk in more detail.
  2. v139h Re: Admin Log In Screen (and Cart) VERY slow to display

    Can you give some details of your hosting environment? Are you mysql databases on a different server? Do you use shared hosting?
  3. Replies
    3
    Views
    628

    Re: Internal Linking on a product page?

    Are you talking about the same product in different places? Linking the products with the built in link function does that. Just navigate to the category that contains the product you wish to copy,...
  4. Replies
    1,684
    Views
    262,490

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    nevermind....figured it out....smh
  5. Replies
    1,684
    Views
    262,490

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Quick question, I am using IH4 and it is a fantastic addition, possibly the best available for zen cart IMO. That being said, I have a unique situation where I have to display the contents of the...
  6. Replies
    8
    Views
    944

    Re: Building Shipping Module Question

    and in the first block take out the bold bbcode tags....:blink:
  7. Replies
    8
    Views
    944

    Re: Building Shipping Module Question

    Changed the in_cart_check to accept a comparison variable too. Here is the edit if anyone is interested.

    /zen_cart/includes/classes/shopping_cart.php

    edit beginning of function to read this

    ...
  8. Replies
    8
    Views
    944

    Re: Building Shipping Module Question

    One more quick question, is there a way to check a negative with that function? Or something built in that does this? Basically need something like this

    ...
  9. Replies
    8
    Views
    944

    Re: Building Shipping Module Question

    I don't have a good answer for that, but since the UPS rates are higher and most of the drop shippers use UPS, I figured on having it as a flag type variable, so that once it is flagged, it only...
  10. Replies
    8
    Views
    944

    Re: Building Shipping Module Question

    OK, so I would need to add it to all shipping modules I need to include in this. Basically I am setting up so UPS shipping shows if a drop ship item is in the cart, and USPS shows if it is strictly...
  11. v139h Re: internal server error with fedex web services mod

    usually server errors are problems with either corrupted files, or permissions. I know one of my biggest problems is uploading files under a different username than that of the website. You might...
  12. Replies
    8
    Views
    944

    Building Shipping Module Question

    Could someone point me to where it decides what shipping modules to display? I need to setup a conditional statement that only displays an option when a database field is equal to "XXXX" or something...
  13. Replies
    4
    Views
    905

    v150 Re: Problems with code on EZ-Pages

    didn't know that. Good info, thanks!
  14. Replies
    5
    Views
    667

    v139f Re: Download customers

    I would either use phpMyAdmin, or write a custom script to query the database and get the email addresses. Maybe something like this. I only have 1.5 installed anywhere, so if the table or field...
  15. Replies
    4
    Views
    629

    Re: I've lost my shop!

    Glad to see you up and running!
  16. Replies
    4
    Views
    905

    v150 Re: Problems with code on EZ-Pages

    You have several mistakes in your HTML code, no closing tags, improper closing tags, improper nesting of elements, etc. Also, you can clean it up quite a bit by using CSS for some of your styling.
    ...
  17. Replies
    4
    Views
    629

    Re: I've lost my shop!

    you might check your config file and make sure your site references are consistent. The link that is associated with the menu on the left is going to a non-www version of your site. Depending on the...
  18. Replies
    4
    Views
    579

    Re: htaccess and website security

    What exactly do you mean? .htaccess is a file used by the Apache system as a kind of configuration file to determine what to do with the HTTP request. What are you trying to accomplish exactly? Lock...
  19. Replies
    6
    Views
    582

    v138a Re: show sub categories in leftBoxContainer

    Categories dressing helps you to do that. I don't have all of the info right in front of me, but are you trying to achieve an effect like this menu?

    http://www.uniqueoutdoorproducts.com

    If so,...
  20. Replies
    6
    Views
    582

    v138a Re: show sub categories in leftBoxContainer

    check out Categories Dressing. It is an add on in the free software add ons section. It will help you tremendously.
  21. Re: Installed template, now I cant get back to normal.

    If you still need help on this, shoot me a PM. :)
  22. Replies
    13
    Views
    3,031

    Re: Trying to add line breaks into description

    Actually, this turned out really easy. PHP 5 has html Tidy already compiled with it by default, so I just put that into a var, ran Tidy, and there you go. No problems at all to this point. Here is an...
  23. Replies
    13
    Views
    3,031

    Re: Trying to add line breaks into description

    I know this is digging up an old thread, but is it possible to have it detect the tags that were opened and not closed in the truncated version, and insert closing tags if needed at the end of the...
  24. Re: Question about writing AJAX Shopping Cart buttons

    Actually turned out to be a permissions error, I was logged in as root when uploading files and didn't chown/chgrp the files.
  25. Re: Question about writing AJAX Shopping Cart buttons

    got this guy working over the weekend. As always Occam's Razor is correct, I just needed to change the jQuery ajax to post and then send the serialized form data to the usual Zen Cart processing...
  26. Re: Question about writing AJAX Shopping Cart buttons

    OK, I figured it was something like that. Thank you for your input!
  27. Re: Question about writing AJAX Shopping Cart buttons

    184 views and no response?
  28. Re: Question about writing AJAX Shopping Cart buttons

    OK, changed several things with the above code to accomodate the cart section already being active, refreshing the cart quantity in the displayed area, and I was trying to make it possible to add...
  29. Re: Question about writing AJAX Shopping Cart buttons

    Anybody?
  30. Re: Question about writing AJAX Shopping Cart buttons

    OK, I have made some modifications, added some JS to submit the form with ajax. I'm positive that I am going about this the wrong way, but here is the code.




    <script type='text/javascript'>
    ...
  31. Question about writing AJAX Shopping Cart buttons

    I am wanting to write a module for an AJAX style shopping cart/add to cart similar to the one on Bass Pro Shops. Not a big fan of their entire checkout process, but the add to cart function is cool....
  32. Replies
    1
    Views
    1,669

    Re: Need help with Accordion Navigation Menu

    just an update, now the only problem i am having with it is that it gives me a js error

    toggler is undefined

    here is the relevant js, it is based on mootools



    window.addEvent('domready',...
  33. Replies
    1
    Views
    1,669

    Need help with Accordion Navigation Menu

    Hi, I have a site under construction, and we decided to use zen cart after the client had seen a concept of the site.

    Unfortunately, after about 3 days of constant searching, I can't figure out...
Results 1 to 33 of 33
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR