Search:

Type: Posts; User: apathy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Removing Manufacturer Image without losing manufacturer

    I am having this problem too. It will not let you remove the reference.

    This is a pretty funny thing to forget when designing an admin... Now im stuck with broken red x's on my cart.
  2. Replies
    2
    Views
    5,439

    Zen Cart Programmers

    Anyone know where I can hire someone to do some work on a shipping module for me? Is there some sort of Zen Cart programmer resource?
  3. where are $_SESSION variables set in order process

    Hopefully a tech zencart savvy person can help me with this.

    I am trying to figure out why the Storepickup module is not utilizing more than 1 option added to the methods array correctly. I see...
  4. Replies
    8
    Views
    1,191

    Re: Having multiple Walk In adresses

    bumpity bump bump
  5. Replies
    8
    Views
    1,191

    Re: Having multiple Walk In adresses

    I know there's not much of a point to posting here since no one usually responds but trying anyway.

    The problem with what DrByte suggested is that when i add new methods like so:
    $this->quotes...
  6. Replies
    8
    Views
    1,191

    Re: Having multiple Walk In adresses

    Can someone tell me how difficult this would be to achieve?
  7. Replies
    8
    Views
    1,191

    Re: Having multiple Walk In adresses

    I modified the quote() function as suggested but how do i get this to show up on the checkout_payment page now? everything just shows up as Store pickup (walkin), it doesn't carry over to the other...
  8. Replies
    8
    Views
    1,191

    Re: Having multiple Walk In adresses

    I am trying to do this same thing.
    Would I need to modify the database for this option?
  9. Replies
    6
    Views
    1,268

    Re: How to ship to America only

    Yes but this would suck if you decided you did want to ship to all countries again.
  10. Replies
    6
    Views
    1,268

    Re: How to ship to America only

    I will read this, thank you.
  11. Replies
    6
    Views
    1,268

    Re: How to ship to America only

    also any other thoughts on the best way to go about this issue are welcome, if the above is not easily possible. the client just doesn't want to ship outside of America and we want to let the...
  12. Replies
    6
    Views
    1,268

    How to ship to America only

    I want my site to only ship to US. How would I change signup pages and Modify shipping address page to not display a dropdown of all the countries and just US.
  13. Re: Where can I found out how the Zen Cart UPS shipping module works

    Okay and im guessing if i want more than that, for instance, to have ti charge my UPS account automaticaly, i'll have to use a 3rd party contribution module instead. Thanks for the info
  14. Where can I found out how the Zen Cart UPS shipping module works

    I could not find a tutorial or documentation on how the built-in UPS shipping module for Zen Cart works. I haven't done anything so far but install it and it seems to be working as the shipping...
  15. Re: [duplicate] incorrect DB config for LinkPoint module for Zencart V1.3.7.1

    I am sorry, no one was responding so I figured everyone was clueless or something. I guess i should look at what was fixed on other versions, but i thought something this important would be fixed in...
  16. [duplicate] incorrect DB config for LinkPoint module for Zencart V1.3.7.1

    LinkPoint module for Zencart V1.3.7.1 generates mySQL errors when user is trying to confirm purchase. My linkpoint gateway is working fine but I am getting mysql errors when trying to place orders....
  17. Re: Bug in the ZenCart built in LinkPoint module for Zencat V1.3.7.1

    After changing the lp_trans_num in the orders table from type int(11) to varchar(64) it is now storing the "transaction number". The database was obviously configured wrong in this file...
  18. Bug in the ZenCart built in LinkPoint module for Zencat V1.3.7.1

    Can someone please tell me if the built in LinkPoint module for Zencart V1.3.7.1 has bugs in the scripts? My linkpoint gateway is working fine but I am getting mysql errors when trying to place...
  19. Re: mySQL error with YourPay gateway

    i tried putting the module in the admin into production live mode to see if i get a transaction num and i go this error: 1265 Data truncated for column 'lp_trans_num' at row 1
    in:
    [update orders...
  20. Re: mySQL error with YourPay gateway

    logging into linkpoint shows the transaction despite the error. i have researched this error and the module is trying to insert an empty string '' into an int column (lp_trans_num). can somebody...
  21. Re: mySQL error with YourPay gateway

    BTW i am in testing mode..... help!!
  22. Re: mySQL error with YourPay gateway

    Can someone tell me if this a bug in the YourPay Zencart payment module as it looks like its trying to insert a string into `lp_trans_num` which is type int(11).
  23. mySQL error with YourPay gateway using old version of Zen Cart

    I installed my yourPay gateway, made sure port 1129 was open, have cURL turned on, digital certificate, yada yada. When i go to "confirm the order" i get this error "1264 Out of range value adjusted...
  24. Site broken after uninstalling CC module (i think)

    I installed my YourPay module and went to go test it out and it was all working fine. WHen i got to the part where i wanted to pick my payment it had 2 sections for entering a Credit Card number...
  25. Replies
    1
    Views
    817

    UPS Shipping Module

    I enable it in the module area of the admin. Now what?
    Why can't I find a tutorial anywhere on the internet about UPS module for Zen Cart. I only found a USPS one.
  26. How to change the date format on the All Products listing page

    i want to change it from "Date Added: Friday 05 October, 2007"
    to "Date Added: October 05, 2007"

    How am I to figure out what page the date is being formatted in.

    I tried grepping "Date Added"...
  27. Re: how do include a file outside the zencart directory

    nevermind i am very retarded.. i think i figured it out. i got confused because i was including in an include and was not looking at the file where everything is being included's location.....
  28. Re: how do include a file outside the zencart directory

    alright i am confused now. from tpl_main_page.php inside D:\Share\Client_Sites\lapsf.com\estore\includes\templates\lapsf\common\
    i tried including files in the same directory.. worked fine.. i also...
  29. Re: how do include a file outside the zencart directory

    i am working on a dreaded windows machine for the first time. this must be the problem. UGH!!!!!!!!!! thanks.
  30. Re: how do include a file outside the zencart directory

    i know that.. which is why that *should* make sense and work.
  31. Re: how do include a file outside the zencart directory

    btw i did try doing things like ../../../../ until i got to the correct directory also.. i also tried using foward slashes /../../.

    so is it safe to say that this in MY error though? not...
  32. Re: how do include a file outside the zencart directory

    hmm im a bit confused still. i come from a linux bg and have to work on IIS.. does this have something to do with it?
  33. how do include a file outside the zencart directory

    for my zencart is at dev.lapsf.com/estore folder

    when trying to edit a file in the zencart by adding an include such as:

    require_once('/left_nav.html');

    (in order to get the file located at...
  34. How to change link URLs in the Information Box

    how do you change these.. specifically i want the Contact Us to go to a page elsewhere in the site in the main directory.

    Thanks.
  35. Replies
    8
    Views
    2,360

    Re: add custom category to homepage

    thanks a lot
  36. Replies
    8
    Views
    2,360

    Re: add custom category to homepage

    Okay i am going to try this, but im wondering, will this allow me to put it on the homepage like Featured Products? When i read the readme to the best sellers mod it explained how to link to the...
  37. Replies
    8
    Views
    2,360

    Re: add custom category to homepage

    well i am already using the Featured Products.. can i use Special Products? Is there another one that is safe to use that i can manually add to? thanks
  38. Replies
    8
    Views
    2,360

    Re: add custom category to homepage

    I have to download it and install it? Shouldn't this be an easy thing to do, isn't it a rather common thing to do for a custom shopping cart. Can i change the name of of a box in the language files...
  39. Replies
    8
    Views
    2,360

    add custom category to homepage

    i wanted to perhaps add a new category like "Most Popular" and make it appear on the homepage with some products under it. I know how to make a new category but I don't know how to make it show up...
  40. how to add a new listing or category to the main page

    im not sure if the correct term is "listing" or "category" but i wanted to perhaps add a new category like "Most Popular" and make it appear on the homepage. I know how to make a new category but I...
  41. Replies
    4
    Views
    1,725

    Re: trouble with shipping weight

    oops i meant "i see, so i cannot use ounces"
  42. Replies
    4
    Views
    1,725

    Re: trouble with shipping weight

    i see, so i cannot use pounds.
    My first time creating a cart and i just have no idea how this whole shipping/weight deal works and how i should be doing it.. i couldn't find an article on it...
  43. Replies
    4
    Views
    1,725

    trouble with shipping weight

    when i enter something into the shipping weight it automatically turns it into pounds. is there anyway you can say for instance 3oz?
  44. Replies
    1
    Views
    689

    dumb shipping weight question

    the client sent me the weights for their products and its numbers like ".635 oz" and what not. i notice weahtever i put into the shipping weight field in the admin it turns into pounds. i'm not...
  45. Replies
    3
    Views
    1,089

    crappy small images everywhere

    When I am on the products page or main page the image icons or previews are distorted and F'd up looking because their size is being modified in the HTML IMG tag.

    I want to have entirely...
  46. Replies
    2
    Views
    1,069

    Re: checkbox option names are different

    isnt that what the value of value is for?
  47. Replies
    2
    Views
    1,069

    checkbox option names are different

    I am trying to validate that my customer has checked the correct number of checkboxes thru JS, this is becoming difficult as i notice that the option names for each checkbox are different. Why is...
  48. Replies
    2
    Views
    993

    Re: where is stuff? productDetailsList

    thanks a lot!
  49. Replies
    2
    Views
    993

    where is stuff? productDetailsList

    im having trouble finding files to modify and its driving me nuts.

    right now i want to modify the <ul id="productDetailsList"> which appears in product details. like i want to edit the html...
  50. Replies
    2
    Views
    1,193

    sub products? sub attributes?

    i think this belongs better under this topic. i posted it under general questions at first, hopefully an admin can delete it as i couldn't figure out how to. sorry.

    Is there such thing as sub...
Results 1 to 50 of 60
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR