Search:

Type: Posts; User: NHRADeuce

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    7,225

    Re: Add order from Admin page

    There is also a fairly new add on that allows you to make new orders through the admin. I use this all the time for recurring orders, it works great.
    ...
  2. Replies
    23
    Views
    6,158

    Re: Ultimate SEO URL help needed!

    This module works great as long as a) you don't download the Spanish version and b) you follow the directions exactly.

    FYI - if you have the Spanish admin problem uninstalling by itself will not...
  3. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    Did you copy and paste the SQL in to the form or did you browse to the file? It's been my experience that browsing to the file generally does not work, you have to copy and paste everything.
  4. Replies
    251
    Views
    35,569

    Re: OsCommerce Data Importer

    Most likely there is a special character that's breaking SQL in that record. Take a look at your customer Halim Atiqah, I bet there is a ' in there somewhere.
  5. Replies
    12
    Views
    3,675

    Re: EZ-Page Link Images

    In order to use an image for a link instead of text, you have to have a way to associate an image with the specific EZ Page you are linking to. The easiest way to do this is to name the image the...
  6. Replies
    6
    Views
    1,260

    Re: Additional Image not showing - More Information

    I had the same thing happen on a site with tabbed products pro. Turns out you have to turn off the additional products tab for it to work. hope this helps.
  7. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    Glad some people are getting some use out of this. As Nullmind discovered, the layout can be tuned up using the CSS. Once I get a moment to work on this I'll clean up the code and make some additions...
  8. Replies
    7
    Views
    977

    Re: Blank page when using Firefox

    OK, since the problem doesn't appear to be in the html_header.php file, you need to look at the next thing that Zen tries to load. The next command in index.php is -

    ...
  9. Re: Error: Sorry, there is no match for that email address and/or password.

    Does it give that error if you use a new email address?

    Here is what it sounds like is going on -

    The new account code is working properly and is matching up the email address you enter with...
  10. Replies
    14
    Views
    2,003

    Re: how to tell if logged in?

    You should test to see if you have an active session going. Make a page using this code -


    <?php

    function session_started(){
    if(isset($_SESSION)){ return true; }else{ return false; }
    }
    ...
  11. Replies
    7
    Views
    977

    Re: Blank page when using Firefox

    Ok, tried the product pages and now I am getting the blank page. First, I agree with GEF, no need to browse the site with the SSL, just for pages where sensitive info is being sent to the server.
    ...
  12. Re: Zen Cart Suddenly wonky after server upgrade to PHP 5

    You would probably save a ton of time just starting with a fresh install and upgrading the DB only. That would certainly be the fastest way to have your store up and running again.
  13. Replies
    7
    Views
    977

    Re: Blank page when using Firefox

    I tried your site in Safari 3.0.4, Opera 9.26, and Firefox 2.0.0.12 on XP SP2. All of them loaded fine.
  14. Replies
    14
    Views
    2,003

    Re: how to tell if logged in?

    Session variables should work anywhere within the domain so being outside the store should not affect the variable itself. Without seeing your code it's hard to say what the problem is. Are you...
  15. Re: Error: Sorry, there is no match for that email address and/or password.

    Have you tried to sign up for a new account? What happens when you do? Is this site accessible so we can give it a try?
  16. Replies
    82
    Views
    27,546

    Re: SSL secure and non-secure items

    Thanks Scottydog. I ended up switching over to the other contribution until I have time to get this sorted out or someone posts a fix.
  17. Replies
    82
    Views
    27,546

    Re: SSL secure and non-secure items

    I found the same problem. In particular, it's jscript_googleanalytics_outgoing.php that breaks the SSL. Anyone have a fix yet or am I going to have to figure this out on my own?
  18. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    The way the contribution is written it is intended to display the manufacturers on a separate page like the products all feature.

    In order to put the list as part of another page would take some...
  19. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    Tested on v1.3.5, v1.3.7.1, and v1.3.8a. Seems to work.
  20. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    Well, version 1.0 is done. I originally hacked something together that worked for what I needed. I cleaned it up a bit and tweaked it to conform to Zen conventions instead of hard coding everything....
  21. Replies
    79
    Views
    14,637

    Re: Manufactures "All" Page

    I was looking for a similar contribution. There is an osC contrib that does exactly this and it's a pretty important feature on our site. Since I am migrating to Zen for our main site I really need...
  22. Re: Make Website Display the same in Explorer & Firefox

    LOL. I searched and searched for this last night and couldn't find it! I kept looking for CSS and I must have gone right over this contribution so I just wrote one myself. Our code is very similar,...
  23. Re: Make Website Display the same in Explorer & Firefox

    Like Kuroi said, this type of problem is hard to diagnose from images. If I had to guess, there is an issue with your CSS that IE doesn't like. That's actually not unusual since IE doesn't strictly...
  24. Replies
    7,098
    Views
    1,855,991

    v138a Re: Image Handler 2 Support

    After searching this thread for 2 days, I finally found the problem I was having with a new install. For some reason the pop ups where not working from a certain point on in each category. Everything...
  25. Replies
    326
    Views
    85,814

    Re: Using one single listing template

    That did it. Still a couple little bugs to work out, mostly the table heading row does not match the other listings, but thats a minor fix. Next will be the new products and featured product...
  26. Replies
    326
    Views
    85,814

    Re: Using one single listing template

    Duh! Some times the simple errors are the hardest to find. For some reason I thought those where defined in the main english.php file, which they obviously are not.

    This is in reference to this -...
  27. Replies
    326
    Views
    85,814

    Re: Using one single listing template

    Sure, I just uploaded the files again. If you check one of the category listings you'll see that the default sort is by price descending (3d in admin) but the All Products listing is still alpha by...
  28. Replies
    326
    Views
    85,814

    Re: Using one single listing template

    Great post, but I am having a bit of a problem. I made the changes and I have 2 problems - the product listing table is not picking up the column names properly, and the listing is not being sorted...
  29. Replies
    1
    Views
    1,158

    Re: Thirdy Party Sales Logistics

    As far as I know, Zen does not do this out of the box exactly, but there is a way to do it without having to change any code. I am doing something similar for my wife's consignment shop. There are...
  30. Replies
    3,832
    Views
    1,218,884

    Re: Easy Populate support

    The easiest fix for this problem is to add a column called v_date_added and populate the column with =NOW() for each item.
  31. Replies
    5
    Views
    995

    Re: Am I blind or what?

    See I am blind!

    I actually did click on the help link, but I didn't look back at the top of the page. I ASSumed that the header links were static and I didn't see a link to the forums elsewhere on...
  32. Replies
    5
    Views
    995

    Am I blind or what?

    This is probably totally lame, but it was late and I was in a hurry. I was on a friends computer fixing up their new Zen install and I needed something I knew I had posted. So I go to the Zen Cart...
  33. Replies
    15
    Views
    2,473

    Re: PayPal/ZenCart Config Issues

    You'd have to account for the entire order making process like Merlinpa1969 mentioned. If you don't then you will get funds from paypal, but no order to go with the funds. You would probably be...
  34. Replies
    15
    Views
    2,473

    Re: PayPal/ZenCart Config Issues

    Actually, there is no need to set up an IPN or return URL in your Paypal account. The IPN module passes those URLs to Paypal, and those values override your Paypal settings to begin with.
  35. Replies
    15
    Views
    2,473

    Re: PayPal/ZenCart Config Issues

    This is going to be a problem with your shared certificate. In order for the cert to not throw up a bunch of domain doesn't match errors, you have to have all of your secure pages served from...
  36. Replies
    1
    Views
    1,016

    Re: authorize.net not found, help please

    Is there a reason you are not using AIM? I would recommend using that instead.

    As far as the error you are getting, it indicates that either your username or transaction key are wrong. The...
  37. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Did you have authorize.net in test mode through their website admin or did you have the authorize.net module in Zen Cart in test mode? Who is your host? Have you tried any of the cURL test scripts...
  38. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Ahhhh! I hadn't noticed that. Of course I didn't look too hard, I assumed it would be in the Authorize.net admin, but obviously cURL is not specific to that module so it's in the general settings.
  39. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Oh, to answer your question, the changes needed to make the module work with GoDaddy are -

    Add:
    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt ($ch, CURLOPT_TIMEOUT, 120);...
  40. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Dr, that is the stripped down code I come up with to help debug the problem. Here is a better piece of code to use with the proper changes and comments.


    // SEND DATA BY CURL SECTION
    //...
  41. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    FYI for everyone else, we had the fix but I wasn't paying attention to the code I spliced together and didn't notice that the $url variable was lowercase on one line and uppercase on another.

    It's...
  42. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    That doesn't make sense. You just edited the authorizenet_aim.php module file right? There should be a section in that file that looks like this on a clean 1.3.5 install:


    // SEND DATA BY...
  43. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Great, now you know that the problem is in your code. It looks like they just increased the timeout and killed the proxy tunnel. Find and replace this code in your file:


    $url =...
  44. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    This is an error in the code, not the cURL. Try using this code to test and see what you get.


    <?php
    $url = "https://secure.authorize.net/gateway/transact.dll";
    $ch = curl_init();
    ...
  45. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Hmm. You'll need to confirm that http://64.202.165.130:3128 is the correct proxy for you to be using.

    Have you tried the cURL test page with the proxy info in place? You need to narrow down the...
  46. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Who is your host?
  47. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    Who is your host? If you are using godaddy, then you need to add the following code directly beneath the line you uncommented so it looks like this:

    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER,...
  48. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    What version of Zen cart are you using? If you are not on 1.3.5 then I would suggest that you upgrade first. I have not tested the above fix on any other version.

    You can also try testing your...
  49. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    You are using an old file, you should upgrade to 1.3.5 first.


    $Id: authorizenet_aim.php 4275 2006-08-26 03:18:04Z drbyte $

    You will probably still have the problem when you upgrade, but at...
  50. Replies
    58
    Views
    26,460

    Re: Authorize.net problem - new install

    I'm going to check with my host, but I would bet that it's not something that is necessarily wrong with the server config. My guess is that the CA certificate is not saved in the location cURL is set...
Results 1 to 50 of 61
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR