Search:

Type: Posts; User: davemehta

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. v151 Re: Option Values Manager in admin: duplicate entries for each item...why?

    Duh... I'm so stupid, lol! Incorrect typo... I meant "two" not "to".
  2. v151 Re: Option Values Manager in admin: duplicate entries for each item...why?

    I saw that in another post. I only have one language installed! In Option Name Manager it just shows the names as normal (one per a name). We have to Option names.
  3. v151 Option Values Manager in admin: duplicate entries for each item...why?

    I had an issue with the Attributes Controller throwing an error just saying "WARNING: An Error occurred, please refresh the page and try again". I found a thread and figured out that the first line...
  4. v150 Re: Can I use mod_rewrite (RewriteCond) to block old Zen exploit attempts?

    Rod, excellent response and with some digging on mod_security I see it does offer a layer after the software firewall.

    Upon reviewing it seems that it works on the same principle... you define...
  5. v150 Re: Can I use mod_rewrite (RewriteCond) to block old Zen exploit attempts?

    Dr Byte, how does that compare to ConfigServer Security & Firewall? (see info at http://configserver.com/cp/csf.html). We already have that installed on the server and it does a great job of...
  6. v150 Re: Using mod_rewrite (RewriteCond) to block common Zen exploit attempts

    The submit request for password forgotten indeed works. Not sure if the function itself will work though.

    That's not the point however. We could write a better match phrase for that sort of url...
  7. v150 Can I use mod_rewrite (RewriteCond) to block old Zen exploit attempts?

    I've searched but I can't find what I'm looking for because the mod_rewrite keyword just brings up posts talking about SEO, etc.

    My question is about using mod_rewrite (RewriteCond) to block...
  8. Re: Adding a Residential Shipping checkbox in the Table Rate Module

    Ok, I'm digging this one up because I really need to make progress on it.

    All I'm trying to accomplish is...
    Add a checkbox at checkout, that if checked, will add $x dollars to the shipping...
  9. Adding a Residential Shipping checkbox in the Table Rate Module

    I have modified the table.php shipping module to calculate shipping costs based a percentage of product price for each category. Now I need one more thing... I want to add a checkbox (on the...
  10. Ok, so seems I got the wrong forum category then....

    Ok, so seems I got the wrong forum category then. Can an admin move this to the "General Quesitons" category? I really need to figure this out and I don't think it would be that difficult if I knew...
  11. Re: Adding a Residential Shipping checkbox in the Table Rate Module

    Any ideas guys? I wouldn't think this would be too difficult since it's just storing the variable and then referencing it when needed... but have no clue how to go about it!
  12. Adding a Residential Shipping checkbox in the Table Rate Module

    I have modified the table.php shipping module to calculate shipping costs based a percentage of product price for each category. Now I need one more thing... I want to add a checkbox (on the...
  13. Re: Code to show all categories on a particular category page

    I still haven't found a solution -- DrByte, Ajeh, or any of you other gurus, could you point me in the right direction of what function to use to pull the category picture if I have a category id?
    ...
  14. Re: Code to show all categories on a particular category page

    No one can help? Thought this was pretty easy... I already have the function to get the list of main categories... all I need to know is how to show the category's picture based on having the cat...
  15. Re: Code to show all categories on a particular category page

    Ok, so I've scoured all the Zen functions at http://phpxref.com/xref/zencart/_functions/index.html and can't find a solution. I would think this would be pretty simple but it's proving not to be! Any...
  16. Code to show all categories on a particular category page?

    We have a category that has a few sub-categories in it and of course when you load the page you see the sub-category images and can then click them to go into the sub-categories.

    What I want to do...
  17. Custom Shipping rate calculated by category

    We want to charge a flat-percentage of the order total as the shipping rate. So for example if the order total is $100 and we decided we are charging 10% for shipping the total shipping cost would be...
  18. Replies
    702
    Views
    122,847

    Re: Just another Cross-Sell mod (support thread)

    I just had the same problem! On a fresh install of Zen I installed the Module Manager first (and it seemed to work fine), then I installed "Cross Sell - Just Another Cross Sell Mod" module. I...
  19. Replies
    187
    Views
    36,276

    Re: Adding reCAPTCHA to Contact Us Form

    Thanks so much Davewest!!! That SQL did the trick :-)

    Just a couple of notes for those of you wanting to use this in the future:

    1. Run the SQL code provided by Davewest above to get the...
  20. Replies
    187
    Views
    36,276

    Re: Adding reCAPTCHA to Contact Us Form

    I agree, but the SQL statement relies on variables that I don't know so I can't recreate the SQL statement to run it! I don't know why the author didn't just put it in seperate -- would have saved a...
  21. Replies
    187
    Views
    36,276

    Re: Adding reCAPTCHA to Contact Us Form

    The files downloaded look fine -- I think this software is broken, but it's weird because it says it's for v1.3.8? Apparently this has to be the case because the last few people posted they had the...
  22. Replies
    187
    Views
    36,276

    So I don't know why it won't "auto-install" when...

    So I don't know why it won't "auto-install" when it says it will. I get no option for this! I'm running the latest Zen build (with the security patch).

    I see an SQL statement in the...
  23. Replies
    187
    Views
    36,276

    Re: Adding reCAPTCHA to Contact Us Form

    I installed the mod and it didn't run the SQL automatically upon logging into my admin page! I don't get a reCaptcha configuration option under the "Configuration" drop-down. Now I have a custom...
  24. Agreed... to manually resize with infranviw or I...

    Agreed... to manually resize with infranviw or I like Fotosizer is a better solution because then you can catalog your files before upload and not waste as much time uploading a huge image just to...
  25. I've never been able to get a straight answer on...

    I've never been able to get a straight answer on this... and have ran into the same problem with this occuring from time to time with high-resolution uploads. Usually high-resolution images mean...
  26. Re: Image Handler breaking store on large image resolution upload

    I found that there is a max 2MB setting for image filesize uploads under Config > Max Settings... try changing that and the upload should work. Let me know!
  27. Replies
    15
    Views
    4,175

    Re: SESSION_WRITE_DIRECTORY error...

    This is great to know as I just encountered this error when moving my store to a new server!

    I've moved a few stores and I thought as long as I edit both config.php files that all should be well....
  28. Replies
    3
    Views
    1,423

    Re: Copy products from one store to another

    Tina, thanks for the reply. Does Easy Populate allow for changing the categories before uploading to the new store? I was working directly with the database for that specific reason as I would need...
  29. Replies
    3
    Views
    1,423

    Copy products from one store to another

    Ok, so I wanted all my products I have in this one store copied over to a new store.

    I rolled up my sleeves and started looking at the database. I don't have any attributes on the products and...
  30. Re: Paypal Express Checkout config won't save. I put in info and comes back unconfigu

    DrByte, thanks for the prompt reply! You NAILED IT!!! I usually follow these steps when I install the security patch (I've done that for several of my Zen sites):

    (a) rename the html_output.php...
  31. Paypal Express Checkout config won't save. I put in info and comes back unconfigured!

    Ok, so I had Paypal Express Checkout set before with another account and I went to change it to my new account (with a new API username, API password, and API signature). I replaced the current...
  32. It's not hard, but here's the issue and you'll...

    It's not hard, but here's the issue and you'll see why this is better:

    - The client has good HTML skills
    - The client prefers using the WYSIWYG editor for product addition because him and his...
  33. Thanks for the notes fairestcape... actually...

    Thanks for the notes fairestcape... actually that's NOT a concern because the client uses an exernal program to edit the HTML (Dreamwaever, FrontPage or Notepad). They are only composing the "body"...
  34. Thanks Kim, I guess we'll just have to disable...

    Thanks Kim, I guess we'll just have to disable the version check for now... I think that's a good work around.
  35. Security Patch - "New Version Available v1.3.8s1" warning does not go away

    I just installed the new security patch in the admin of my site(s). Problem... in the admin I still am getting the "New Version Available v1.3.8s1 :: Important Security Patch" warning in the top...
  36. Got it figured out (mostly)! What do you guys think of my wrapper code?

    Great idea GJH! I actually looked at that mod and it would have worked but I didn't use it because...

    I want to make this easy for my client to be able to add html files to a folder on the server...
  37. Re: Oh, so it's not a wrapper?

    Oh, so it's not a wrapper? Well then I don't even need to mess with it.

    How can I create a simple php file that would:

    1. Call the main_page.tpl fle to draw out the "template" of the page.
    2....
  38. Link to the site to look at the problem!

    Yes, check it the site here: http://www.pangeawebhosting.com/getpage2937654.php

    In the top left of the header click the "Monsta Gallery" link. This takes you to the ez-page (id #1). That ez-page...
  39. Re: EzPage Internal or External links do NOT show up for me? What am I doing wrong?

    I have searched and tried everything I can think of and still no luck. Why is this soooo hard? If I put in an external link (like http://www.whatever.com/whateverpage.html) for an ez-page, shouldn't...
  40. Re: EzPage Internal or External links do NOT show up for me? What am I doing wrong?

    This has gotta be pretty simple... any body able to give me a hand? Pretty please!
  41. Thanks for the response! I don't see a "sort...

    Thanks for the response!

    I don't see a "sort order" value on the Ez-Page admin page. I assume you mean sort order on the ez-page menu.

    When you ask "assigned them to one of the EZpages...
  42. EzPage Internal or External links do NOT show up for me? What am I doing wrong?

    Ok, so I've never been able to get the Ez-Pages Internal or External links to work. I know it's simple and I've searched this thread but I put in my link under an ezpage as an external link...
  43. Re: Server PHP5 refresh issue! Admin redirects to Itself and can't add products to ca

    Dr Byte, thanks for all the help it was much appeciated.

    Just a note of what I did in case anyone ever faces this in the future: I unfortunately could not find the resolution to my issue so I just...
  44. Re: Server PHP5 refresh issue! Admin redirects to Itself and can't add products to ca

    Dr Byte, Thanks so much for the input!


    Correct paths.


    Haven't changed this variable back yet, because i'm going to have to download the site and do a search for the old variable and replace...
  45. Re: Server PHP5 refresh issue! Admin redirects to Itself and can't add products to ca

    It's happening to two stores, one an older one I meant to update which is 1.2.6d and then a newley updated 1.3.8. Since the store was working fine before the upgrade I am sure it's just some file...
  46. Re: Server PHP5 refresh issue! Admin redirects to Itself and can't add products to ca

    :-( Boooo, no one? I really am at a loss here and need some dire help :-(
  47. Server PHP5 refresh issue! Admin redirects to Itself and can't add products to cart

    My store is hosted on Mosso and the only tweak I had to do originally for that was change (when I first installed it a LONG time ago) the server's REMOTE_ADDR string to show a CLUSTERED string to get...
  48. I am using the latest Zen 1.3.8.1. The "Customers...

    I am using the latest Zen 1.3.8.1. The "Customers who bought this product also purchased..." starts to show this for an item, and then I get the error:

    1065 Query was empty
    in:
    []

    Can someone...
  49. Re: Setting Order Comments field required, and making it drop-down

    Basically I just hard-coded the drop down in that template file so I changed the default code to:



    <fieldset class="shipping" id="comments">
    <legend><?php echo TABLE_HEADING_COMMENTS;...
  50. Re: Setting Order Comments field required, and making it drop-down

    KMF,

    I don't have the code anymore (couldn't find it) but if you read my post above it's all laid out. Basically just change the text area to a dropdown. So that would be:


    <textarea...
Results 1 to 50 of 130
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR