Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ToneDJ

Pioneers
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tone Polyak

ToneDJ's Achievements

  1. I thought every thing was working but I have found that the text only shows up through the order confirmation. The invoice, packingslip only shows CUSTOMER-INPUT . Logged in if you go to go to account_history_info all I see is -:- ($15.00) for the attribute. I went through the instructions several times and compared the files in the contributions with my files and can't figure out what I have missed. Can someone please help me figure out what I am doing wrong.
  2. I would like to make a modification to the price of the product based on the text the user typed in the textbox. I could set the value price in admin but I would like the amount to change based on the amount of letters. Example 1-6 letters = $15 and each additional letter is $2.50. I already have the math worked out. I am just hoping there is someone out there who can tell me how to get the text. I know that in shopping_cart.php it is $attr_value, but how do I get it inside the funtion get_products() located in includes\classes\shopping_cart.php? I know very little php so if you try to explain it please keep that in mind.
  3. I thought everything was ok because I had been testing it using guest which works great. But when I try to create a new account, I fill out the form and then click the create button everything under the form shifts to the left and then back in place. The form never goes away and I never see the Congratulations. Your new account has been successfully created. I know the new account is created because if I click checkout at the top by my account it will continue with the order and I can go into admin and see the new account. I am using a localhost so can't send a link to see what it is doing. I have tried it on a modded site and on a clean install and continue to get the same results. anybody have any ideas what i am doing wrong?
  4. When creating an account or signing in as a guest, how would I go about removing the list of countries (only selling in US) and have the list of states just show up or at least have it default to the United States with the list of states?
  5. I am having a problem with the jquery update. I had change the remove link to a button following instructions found here. http://multimixer.gr/05/01/2012/add-remove-button-to-shopping-cart-page/ Now with the jquery update it messes up the alignment of the buttons. it is doing it in the admin screen too but don't really care about how it looks in there. The one on top is in the shopping cart and the bottom is what the buttons are doing in admin. They looked fine before I changed the jquery files. I am doing this on a localhost so I cant send a link for the site. .
  6. I used the old file (includes/classes/shopping_cart.php) from zappo's latest upload and now it is working. Thank you multimixer
  7. I am not sure which version you are referring too. The only ones I can find are option types 2.3.1 which is the one I am trying to use and the older version option types v2 which is just an empty zip file. Is there another version that I am not seeing?
  8. I have tried installing on a clean 2.3.1 site (localhost) several times by following the instructions and manually adding and also tried the drop in. Having same issue of if you use a textbox then the product doesn't get added to the shopping cart. The use of textbox is the reason I even tried to use this contribution. The link to the old release for 2.2rc2a is there but when I try to download it I get an empty zip file called null_1_2_3_4_5_6_7_8_9.zip. Does any one know of another place that I can get the 2.2rc2a version so I can merge it manually into my new file?
  9. I have tried installing simple checkout on an already modified site (localhost) using option 3. Got error when trying to run the sql. tried it again on a fresh install (localhost) and same problem Error SQL query: INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( 7500, 'Checkout', 'Settings for single page checkout', 16, 1 ) ; MySQL said: #1062 - Duplicate entry '7500' for key 'PRIMARY' when i try to use it I have little red boxes with numbers in after each textbox (the boxes will turn green after typing in the textbox) do you have any idea what i am doing wrong? I don't know anything about sql and very little about php
×
×
  • Create New...