Search:

Type: Posts; User: svakanda

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: ALERT: PayPal Direct Payment Error (10001 )

    So to fix this problem, I just made sure I had THIS line in both
    /includes/modules/payment/paypalwpp.php (on line 1488)
    /includes/modules/payment/paypaldp.php (line 1269)


    ...
  2. Re: ALERT: PayPal Direct Payment Error (10001 )

    Just an update here...I logged a ticket with paypal, and it turned out that some of the symbols in our product names were breaking their system. Specifically # & % et cetera. So I setup something...
  3. Re: ALERT: PayPal Direct Payment Error (10001 )

    you are totally right. I'm sorry about being such a crank =( I'll do that. Thanks for the help, Dr. Byte.
  4. Re: ALERT: PayPal Direct Payment Error (10001 )

    I am receiving this error message several times a day. It seems to be only happening when customers try and checkout using InternetExplorer or Firefox, customers using Safari or Chrome do not...
  5. Replies
    7
    Views
    6,602

    Re: Operation aborted in Internet Explorer 6

    That didn't fix it for me either...it's doing this in IE8 whenever a user tries to log in.
  6. Replies
    0
    Views
    479

    generate private invoices?

    My client is looking for a way to generate 'private invoices'. Basically, something where he can set up a order from the admin section, and just type in raw price + shipping + total values, and then...
  7. Replies
    5
    Views
    707

    Re: getting 404's on easypages and other

    i can't say that you are lustfully attractive apparently in so many words...thanks a bunch kobra! you are the bestest.
  8. Replies
    5
    Views
    707

    Re: getting 404's on easypages and other

    you are a ########, ######## kobra...:clap:
  9. Replies
    5
    Views
    707

    Re: getting 404's on easypages and other

    I have not yet Cobra, I will go look at it, but primarily, I want to learn how those damn templates/tpl_login_default.php etc pages are created, and how they are loaded properly so I can make my own,...
  10. Replies
    5
    Views
    707

    getting 404's on easypages and other

    I am trying to create an easy page...but something in the zencart processing is interfering with it I think. I noticed that I cannot seem to open up ezpages after creating them, I get a 404. Well,...
  11. Re: Can I add an HTML image map into the header?

    Do you understand how HTML & CSS interact with each other? The basic idea that HTML defines your containers & your content, and CSS modifies how those containers & content appear.
  12. Replies
    1
    Views
    732

    some char in product desc is truncating

    I haven't figured out which characters specifically are doing it, but it is definitely ones that are generated manually by ALT + 0000 type codes. Is this a side effect of the cart not being natively...
  13. Replies
    5
    Views
    881

    Re: Changing The Currency Signs?

    wow! beautiful. thankyou both! i was just imagining all the database tables & ISO char codes i was going to have to be wading through....=) you two rock!
  14. Replies
    5
    Views
    881

    Re: Changing The Currency Signs?

    wow! beautiful. thankyou both! i was just imagining all the database tables & ISO char codes i was going to have to be wading through....=) you two rock!
  15. Re: PHP Warning: Empty delimiter. in Server Error Log

    yeah sanitizing == smooth operashunz
  16. Re: Can I add an HTML image map into the header?

    those links don't actually look active, Touch. If you want to use images as nav links, you are probably going to want to replace linked text with them using CSS.

    This is how I do it with my...
  17. Replies
    5
    Views
    881

    Changing The Currency Signs?

    I want to change my currency signs a little bit...namely the AUD one...currently it just uses a regular '$' dollar sign...and I'd like to prepend it with a capital A, like 'A$', to reduce confusion. ...
  18. Replies
    3
    Views
    1,622

    Re: Need to know how to do a few things......

    You aren't being stupid, it's just a little different to get used to at first. Zencart separates all of the CONTENT (text) and all of the TOKENS(text locations within the code). The files that...
  19. Re: creating a shopping comparison site on zencart

    hey Abs...i think you would be much better suited to use droopal or joomla or wordpress for something like this. If you have your eyes fixed on zencart...be prepared to do a fair amount of...
  20. Replies
    3
    Views
    1,546

    Re: Errors After Migrating To A New Server

    oh my god. i just spent two days banging my head against a wall over three FREAKIN blackslashes(windows) that should have been front slashes (linux). I was starting to think there was some kind of...
  21. Re: help:zen cart code - what do "zen_" functions mean/do?

    dreamwheel a great way to find their "source" and hence what they do quickly is to use grep.

    if you have a linux shell, from your site root, you can do a

    grep -Ri 'function.*zen_draw_form' *
    ...
  22. Replies
    2
    Views
    806

    Re: mass copy items (linked)

    Kitcorsa, is there anything particular about the items that you could use to write a sql query to select them out of the rest of your products? Assuming there are also products you DON"T want to...
  23. Re: PHP Warning: Empty delimiter. in Server Error Log

    function zen_back_link() {
    if (sizeof($_SESSION['navigation']->path)-2 > 0) {
    $back = sizeof($_SESSION['navigation']->path)-2;
    $link = '<a href="' ....
  24. Replies
    3
    Views
    1,622

    Re: Need to know how to do a few things......

    Hey David,

    The Div surrounding that head is has the id=headerpic

    It looks like it is using CSS to fill that div with your image. I think that maybe the size of your image is smaller than the...
  25. Replies
    3
    Views
    1,546

    Re: Errors After Migrating To A New Server

    Does anyone have any suggestions? I am banging my head against a wall here. Thanks!
  26. Replies
    3
    Views
    1,546

    Errors After Migrating To A New Server

    I am moving a site I am developing from my WAMP laptop(php 5.2.8 & mysql 5.1.30) to a Centos(x86_64) 5.3 server with php 5.2.9 and mysql 5.1.35.

    I have php & sql working, and the database is...
  27. Re: Quick question - Can I add javascript to ezpage?

    Hey guys...what Cobra is saying is that zencart automatically loads javascript that has been placed in the correct place. The hitch...is that it has to be named correctly.
    ...
  28. Replies
    3
    Views
    946

    Re: Easy Populate Advanced Abandoned???

    Their forum is pretty dead too. I don't even care about the money, what I really need is easy populate advanced.
  29. Replies
    3
    Views
    946

    Easy Populate Advanced Abandoned???

    I've been trying to get a hold of the people who sell easy populate advanced for almost three months now, they do not answer any emails, or update any support tickets.

    I have not been able to...
  30. where is does zen load the $list_box_contents variable?

    The $list_box_contents is used in tpl_columnar_display as an array for storing the item html that gets shown underneath a category(item1, item2 item3, etc) it stores all a string like


    <a...
  31. Replies
    2
    Views
    2,567

    integrating a static template into zencart

    I have a static css/html template I want to use. I want to start integrating it into an existing zencart site. Does anyone have any old links or projects that have been down this route before that...
  32. Replies
    5
    Views
    5,010

    Re: Do not send Welcome Email

    works for me!
  33. Re: Paypal Payment received, no order showing in admin

    hey guys, we have had that exact same problem once or twice...it's been really aggravating. I haven't learned much about it yet, but thanks for the logfile tip. I'm going to set that up and see if...
  34. Re: Help My domain rewrites to http://domain.com instead of www

    Confirming Vger...that is definitely an issue with the fashion your host has setup your site. It could be fixed on the webserver level or the DNS host record level.

    I think the easiest thing to...
  35. Replies
    2
    Views
    858

    Re: Ultimate SEO URLs - modify URL?

    I was trying to figure this out for a long time Mikey...the way Ultimate SEO works...I'm pretty sure it's a no go.

    I believe that the .htaccess file is re-writing the incoming request from...
  36. Replies
    18
    Views
    5,385

    Re: Virtual Private Server - System Requirements

    I have a few things to say about this.

    First and Foremost, I want to re-iterate what Vger said about managed servers. If you purchase an unmanaged VPS, you will need to know basically how to...
  37. Re: Paypal express not working- only get so far!

    Hey finest, I'm having a very similar issue. Paypal takes me back to my store when it should be paying the bill...and makes me walk through all three confirmation steps in the store, before finally...
  38. Re: paypal express takes SIX pages in order to checkout!

    Im still having a lot of trouble with this...why does it take me back to my site? Most other paypal express checkouts just go straight to paypal and then bing! Any suggestions?
  39. Re: paypal express takes SIX pages in order to checkout!

    I just went and disabled both GIFT CERTIFICATES and PROMOTIONAL COUPONS via here.....

    Admin> Modules> Order Totals> Gift Certificates> uninstall

    and tried it again, and it still takes Six pages...
  40. paypal express taking SIX pages in order for me to checkout!

    Okay so I got Paypal Express Checkout working...but it takes SIX pages to checkout. It goes through all the motions on my site, through two pages on paypal's site, and then goes through ALL the...
  41. Re: multigeo multizone please

    Wow!!!!!


    I totally disregarded this module at first and spent several days attempting to fix up one for my own use. I didn't fully understand the capabilities of the table system however...and...
  42. Replies
    3,931
    Views
    1,026,295

    Re: Google Checkout module for Zen Cart (beta)

    yay, we're very happy to see this!http://img.nymeria.org/blackcherry.jpg
  43. Re: Optional Shipping Insurance Module Support Thread...

    damnit...this got complicated fast. =(http://img.nymeria.org/blackcherry.jpg
  44. Replies
    320
    Views
    51,364

    Re: AUSTPost module

    i'm still having trouble with this...http://img.nymeria.org/blackcherry.jpg
  45. Replies
    2
    Views
    2,134

    Re: Duplicate Table Rate Module

    hey Cntgifts...I took aspiration from your module and tried to make copies of the perweightunit module.

    I just went through it and renamed all the coins to a new name...renamed the class es and...
  46. Replies
    2
    Views
    1,277

    Re: how do I display multiple items on one row?

    Stevesh, you've just made my entire reality. /passes you a handful of lulz.
  47. Re: creating a new module or can I do this already?

    ahhh! Thats what I'm looking for I imagine. Thankyou AGAIN for the prompt and delicious help!
  48. Replies
    3
    Views
    780

    Re: halp! Min: Max: Error at checkout.

    wonderful! i was uploading via easypopulate you see, so I had failed to add in the proper columns for those variables.

    Thankyou both for your help!
  49. Replies
    3
    Views
    780

    halp! Min: Max: Error at checkout.

    Some of my items have this little thing nexts to them that says Min: 0 Max: 0, and I can't figure out what it is or how to change it. When I try and checkout with any of those items in the...
  50. creating a new module or can I do this already?

    I think I'm going to need to heavily modify a module, if not create a new one from scratch for my needs, but I figured I'd ask first.

    So I followed a tutorial on here and hack-patched a new item...
Results 1 to 50 of 58
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR