Search:

Type: Posts; User: brycej2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,005

    Re: PayFlowPro Change Comments?

    never mind, figured this out
  2. Replies
    1
    Views
    1,005

    PayFlowPro Change Comments?

    I am using the payflowpro module and looking at the transactions in the manager for our payflowpro accout, I want to change what is currently being passed as "COMMENT 1" and "COMMENT 2"....
    ...
  3. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Re: Orders Table

    You also need to make sure you have a 'nothanks' field in the orders table to be populated by the 'nothanks' from the customers table...or you could bypass this all and try directly echoing from the...
  4. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Re: Orders Table

    If you are sure that your registration form is actually putting data in the field 'customers_no_thanks' in your customers table, then you would need to add this to the end of the array I showed you...
  5. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Re: Orders Table

    Ok so I take it you are storing your data from the custom field(s) in the customers table, right?

    The following code populates an array from the fields in the customers table and then this array...
  6. Replies
    3
    Views
    1,381

    Re: How to Retain Form Data?

    By creating new database fields in address_book table -> I insert my custom shipping fields into these new fields and then they get put as the delivery address in the orders table

    By modifying...
  7. Replies
    3
    Views
    1,381

    Re: How to Retain Form Data?

    Does nobody know how this works?.....

    I have some custom fields that don't get their data reposted upon a validation error like zen carts default fields do. Can anyone tell me how I can get this...
  8. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    I decided just to UPDATE the address book table, instead of inserting a new one which automatically increments the address book ID. Replacing the previous address in the table with the new one for...
  9. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    Well could someone at least tell me what this statement (taken from includes/modules/checkout_new_address.php) means/does:


    $_SESSION['sendto'] = $_SESSION['customer_default_address_id'];
    ...
  10. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    Right now when I change my shipping address, it inserts the new address data into the address book table with the proper customer_id but the address_book_id is one more than what it should be, so...
  11. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    Well the switch statement did the trick. Now I need to figure out why the change shipping address form is not replacing the values in the database.
  12. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    Instead of checking the session like I was above, would doing something like this work better?



    switch($addressType) {
    case 'billto':
    //original form and database inserts
    ...
  13. Replies
    7
    Views
    2,436

    Re: changing shipping/billing address

    Why do I think I need to do what...I'm not sure what you're asking about.
    Look at this picture:

    http://housing.ksu.edu/brycetest/bakeryscreenshot.jpg

    The student information on that form that...
  14. Replies
    7
    Views
    2,436

    changing shipping/billing address

    Ok when a user needs to change their shipping or billing address, a form is opened for them to them to do so. The file tpl_modules_checkout_new_address.php contains the form that is used in each case...
  15. Replies
    1
    Views
    936

    Re: tpl_modules_checkout_new_address.php

    well I was stupid, the values are posted in \modules\checkout_new_address.php
  16. Replies
    1
    Views
    936

    tpl_modules_checkout_new_address.php

    The file tpl_modules_checkout_new_address.php is loaded during the checkout process when a user needs to change their shipping information. I have replaced the fields this file contained, first name,...
  17. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Re: Orders Table

    thanks Ajeh appreciate it
  18. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Re: Orders Table

    yeah, thats what I have been looking at, and I am confused as to when/where in the file data is actually inserted in orders table fields. In create_account.php, the fields in...
  19. Thread: Orders Table

    by brycej2
    Replies
    13
    Views
    2,439

    Orders Table

    I was wondering if anyone knows where the customer information from the "address_book" and "customer" tables get inserted into the orders table at... I have some custom fields that are stored in...
  20. Replies
    5
    Views
    864

    Re: Template Column Issues

    I just changed the width of the two style classes you pointed out and that seemed to do the trick, and that firebug extension is pretty slick.

    thanks for your help.
  21. Replies
    5
    Views
    864

    Re: Template Column Issues

    thanks, looks like I need it.
  22. Replies
    5
    Views
    864

    Template Column Issues

    I am having trouble figuring out how to expand my main/center column to fill the space that the right column use to occupy. I disabled the right column with this flag
    $flag_disable_right = true; in...
  23. Replies
    0
    Views
    890

    information in orders table???

    Ok, my create_account form has some custom fields where I get seperate Student information, that will have a different address than the billing information. I have this student information being...
  24. Replies
    4
    Views
    2,054

    Re: Registration Form Drop Down Check?

    I solved the problem by doing the check this way:

    if (isset($_POST['residence_hall']) && $_POST['residence_hall'] == '') {

    That works the way it should.
  25. Replies
    3
    Views
    1,381

    How to Retain Form Data?

    I have added a few text fields and drop down boxes to my registration form, and I have everything working. I am confused as to how I can repost the user's entries in my new fields like zen cart will...
  26. Replies
    4
    Views
    2,054

    Re: Registration Form Drop Down Check?

    The dropdown function that I am calling is in html_output.php and is getting called in tpl_modules_create_account.

    it is creating the array and displaying the values in the drop down on the form...
  27. Replies
    4
    Views
    2,054

    Registration Form Drop Down Check?

    I have an added dropdown menu on the registration form and I have tried to mirror it as best as I can to how the country's dropdown menu is done....

    The country dropdown has this check:


    if (...
  28. Thread: End Session

    by brycej2
    Replies
    0
    Views
    993

    End Session

    I was wondering if anyone knows how I could end the user session after they have successfully ordered a product? I don't have them login so logging out is not a solution.
  29. Replies
    0
    Views
    2,167

    New fields populate Shipping information

    Ok so I have on my registration page where a person will enter billing information and then another section to enter student information, since the items they are buy will go to a student. Right now,...
  30. Replies
    27
    Views
    4,440

    Re: Payflow Module Error

    nevermind it had to do with some of the debug statements around line 402 that use $$ - We upgraded the php on our server and it was causing the error - I took them and a few other things out and it...
  31. Replies
    27
    Views
    4,440

    Re: Payflow Module Error

    I have had the payflow module successfully working fine until recently I am getting this error:


    Catchable fatal error: Object of class payflowpro could not be converted to string in...
  32. Thread: Store Hours

    by brycej2
    Replies
    5
    Views
    1,483

    Re: Store Hours

    Alright thanks, seems like it would get complicated in a hurry thats why I was hoping for a better solution to trying to butcher code.
  33. Thread: Store Hours

    by brycej2
    Replies
    5
    Views
    1,483

    Re: Store Hours

    Well one store I am working on is for a place that delivers, and they can only deliver during their store hours. Say someone wants to order a pizza, I want to allow them to only purchase a pizza...
  34. Re: Nifty Zen Template - Rounded Corners without images!

    I will have them try that.
  35. Re: Nifty Zen Template - Rounded Corners without images!

    https://housing.k-state.edu/bakery

    A person using Firefox v1.01 is still getting the page content pushed off to the right. Ive posted some screenshots to show you. This seems to be the only...
  36. Re: Nifty Zen Template - Rounded Corners without images!

    I slimmed down the width and changed the the font to 74.5 and that worked great for me. A test user was telling me that the header and footer were in the middle where they could see them but the...
  37. Re: Nifty Zen Template - Rounded Corners without images!

    The width of the page is fine for resolutions above 800 by 600, and when someone trys to view the store with 800 x 600 they get a horizontal scroll bar, The widths I keep trying to change some of the...
  38. Thread: Store Hours

    by brycej2
    Replies
    5
    Views
    1,483

    Store Hours

    Does any one know if in the admin there is a way to set the store to only allow purchases during a certain time period? For instance if my stores hours was from 8am - 5pm, Zen Cart would only allow...
  39. Re: Nifty Zen Template - Rounded Corners without images!

    Awesome, thanks!
  40. Re: Nifty Zen Template - Rounded Corners without images!

    I have one header logo that a while back you helped get so that the only thing in the header was that image and it looks fine in firefox, but in I.E. 6 - below the header is like 10px or so of space...
  41. Replies
    3
    Views
    1,201

    Re: PayFlowPro version 1.3c Help

    DrByte, that worked...Thanks!!!
  42. Replies
    3
    Views
    1,201

    PayFlowPro version 1.3c Help

    I am using using the Payflow Pro Module Version: 1.3c with Zen Cart 1.3.7 when confirming the final check out it is giving me the below errors, which I have seen in another post is happening to...
  43. Replies
    27
    Views
    4,440

    Re: Payflow Module Error

    I am using the payflow pro module and I've seen some discussion about this problem and if someone has fixed this problem or knows how to fix it.. after the user has entered there payment information...
  44. Replies
    27
    Views
    4,440

    Re: Payflow Module Error

    ignore my last message
  45. Replies
    27
    Views
    4,440

    Re: Payflow Module Error

    I'm having the same problem - The end of the file looks like this
    ---------------------------------------------------------------------
    ..... $args[$idx] = X_DEF_OS_WINDOWS ?...
  46. Re: Nifty Zen Template - Rounded Corners without images!

    Thanks, appreciate it
  47. Re: Nifty Zen Template - Rounded Corners without images!

    I commented out the section where the tabs are in the header file

    https://housing.ksu.edu/store/
  48. Re: Nifty Zen Template - Rounded Corners without images!

    I have removed the tabs from the header and would like to know if there is way to remove that section of space that was behind thos tabs?...I want my logo in my header to be flush with the bottom...
  49. Replies
    1
    Views
    1,684

    Can You Set A Product Time Period?

    Is it possible to set a time period that a product is available for purchase, for instance say an item are only available mondays, wednesdays and fridays?

    I either want the product to not be...
Results 1 to 49 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR