Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bigbuck

Archived
  • Posts

    99
  • Joined

  • Last visited

Everything posted by bigbuck

  1. Disregard that last post. I had wrong path. Now i have this.... Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/insight/public_html/googlesitemap/index.php on line 46 PHP Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/insight/public_html/googlesitemap/index.php on line 46
  2. Hello, I get everything loaded and got the Congrad's. Last night, when it ran....i got this email Could not open input file: /path/to/googlesitemap/index.php. Do i need to change that index file too 755 or 777? Its set at 644 right now. thanks mike
  3. OK... Need those couple lines of code :) Tried and i'm not getting anywhere Please and thank you mike
  4. LOL Thanks for info. I'm doing single radio/drop down, either or... I understand a little, but i'm not even close to your status,lol I will try...and i'll talk about the first error that comes up! ha ha ha mike
  5. I just installed this, which took me a little bit and Come to find out i missed two lines of code! LOL Thanks for Contr. Anyway...I was using quanity display, which tells how many is in stock. How do i show available quantity? Like if i have one product, with 4 different variations of it. Would like to show how many of each are in stock. A fix would be good, some code, or even some hints, lol. thanks mike
  6. I have it set up in that order, it is still not calculating tax for shipping?
  7. Ok, when someone orders 25.00 or more, they get free shipping. That works great, but i have a problem..... Lets say a item is 23.99, its not free shipping. Add 6% tax, 25.43 and its throwing it into free shipping mode. The only way it don't do this is when i say its not a taxable good, then it don't charge tax, lol. Is there a contribution or something that charge's tax for the product and shipping (yes, your suppose to charge tax for shipping too in Michigan) at the end before they click Confirm? OR any suggestions. Thanks for your help mike
  8. bigbuck

    pre authorize??

    Hello, I'm using merchant partners for gateway/processor. I want to verify each and every sale for sercurity purposes. Ex: someone checks out, sends info to processor, then it does not get processed until i OK it. do i have to store the card numbers in my site to pre-authorize the sale? Or is there another way? I looked in forums and no answers. Any help or suggestions would be great! thanks mike
  9. Hey thanks! It worked. I have to keep that bug area in mind,lol. Now, if you read this again to see your Thank you! I have one other ?. My www. store.com comes up, but when i decrease it and it goes down to my browser bar at bottom of screen. It says Home Page osCommerce. How do i get that to say my store name? I've been searching and i have no answers yet. Does it switch when i enter into the search engine? thanks mike
  10. I have it set up to where, you order or spend 25.00 or more, you get free shipping in U.S anything under, you get charge 4.00. Heres the problem: I was testing some stuff, when i noticed this. I clicked item, add it to cart, went thru checkout. Got to the payment page, click back, then my item went to free shipping?? Continued forward to payment and the free shipping did follow thru with a 17.99 item. Any help or ideas would be appreciated. thanks mike
  11. I'm installing the X sell contribution. I got everything installed except this line, lol Add the following lines to admin/includes/application_top.php define('TABLE_PRODUCTS_XSELL', 'products_xsell'); where does it go in the application_top ??? Give me couple lines above it thanks mike
  12. Ravenwulf, I was trying to apply the change's to checkout_payment, with the code on page 1. You said you got it to work! Would give me a hand? Did that code work for ya or do you have to do some changing? I put credit card explain in and gif images. any help would be great mike
  13. I've seen couple different contributions. Yes, i have paypal account, i did the contribution that shows what they ordered when they pay with paypal. What about the other contributions?? what do they do or advantages, or what i got is all i need thanks for the input and help mike
  14. This might have been talked about before, but i didn't find no answer. AFter they place or pay for an order, will the order they put in subtract from stock? Even if they don't hit the continue button? They don't need to create account, correct? thanks any more info, before i start banging my head and installing it, LOL mike
  15. I'm sorry, under Conf./ accounts. I have 3 PWA's How did that happen? Better yet, how do i get rid of two of them?
  16. under mystore and admin/ accounts. The Pwa, where you set it true or false. I have 3 of them??
  17. I re-ran mysql When i got to the part: INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1); It gave me an error, 1062 - Duplicate entry '40' for key 1 This might be my problem! Any suggestions?
  18. anyone have any thoughts on my issue, please! lol thanks
  19. I went thru a few times and i had this: update orders set purchased_without_account = '1' where orders_id = '1' NOW, it this update orders set purchased_without_account = '1' where orders_id = '4' It show order went thru though, but i get that error
  20. thanks for reply baddog What do you mean commenting out? Do you mean delete or change something? If changing something, what part? thanks mike
  21. I have another error: 1054 - Unknown column 'purchased_without_account' in 'field list' update orders set purchased_without_account = '1' where orders_id = '1' What do the 1 and 1 mean purchased without accont=1 ??? I always wondered this! thanks mike
  22. i got it too work! I must have had something wrong with the:----- // start pwa changes Looked thru the 30 pages and copy pasted a code, must have been the problem? It works now, lol. yahoo...only took all day! lol thanks for replies mike
  23. This is exaclty what it shows. What going on with the UPPER? 1054 - Unknown column 'purchased_without_account' in 'field list' select customers_id, purchased_without_account, customers_firstname, customers_password, customers_email_address, customers_default_address_id from customers where upper(customers_email_address) = '[email protected]' and upper(customers_firstname) = 'HHHHH' and upper(customers_lastname) = 'HHHHH' [TEP STOP]
×
×
  • Create New...