Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

msnyla27

Pioneers
  • Posts

    32
  • Joined

  • Last visited

Everything posted by msnyla27

  1. Yes I currently have the discount coupons and option type working on my site.
  2. Shipdate = 1181001605 This is how my shipdate is showing in the database, how can I make it so that I can edit the date?
  3. OMG... you are the greatest... Did you ever get this update to work? This is exactly what I need and I have the same date format problem. help if you can....
  4. I have this contribution installed, does anyone know how to make it so I can update the date of delivery without having to bother the database table? ex: After the order is submitted, the customer changes their mind on the date, how can I go in the admin tool and change this date? Please help.... :huh:
  5. In your catalog/checkout_shipping; look for this code. // one button is not an array if (document.checkout_address.giftwrap[0]) { document.checkout_address.giftwrap[buttonSelect].checked=true; } else { document.checkout_address.giftwrap.checked=true; replace it with // one button is not an array if (document.checkout_address.giftwrap[0]) { document.checkout_address.giftwrap[buttonSelect].checked=true; } else { document.checkout_address.giftwrap.checked=false;
  6. startleen2, make sure your sort order is set to something other than 0. That was how I made mine show up after I set all the correct configurations.
  7. I cannot get the correct date to show in the account history page, it has the default of Thursday, January 1, 1970. Shows up fine everywhere else, can someone help please.
  8. I run an osCommerce store with a small inventory of about 10 products that cannot be shipped, only locally delivered or picked up. I don't know if this is possible, but I would like for a few of my products to be be offered city delivery or pickup and the rest of my inventory to be offered both delivery, pickup and shipping per order. For instance, I have a brownie dozen I want to sell and have it charged either three shipping choices. I want to sell a cake and have it offer delivery and pickup. But the catch is when you add the two items together, it inform the customer that the cake is only available for pickup but the brownies will be received accordingly. Is there a way to offer separate shipping choices per item and it show separately in the checkout process? Does this make sense? Is this even possible? If so, how do I go about enabling this? Thanks in advance.
  9. can someone please assist me with this contribution? 1. This is on the infobox. I need the words Text REMITENTE to be deleted or changed to By. Also the name does not center. Testimonials My sister owns the greatest bakery!... Read More TEXT_REMITENTETara Hayman 2. When I make changes it copies the previous entry and makes it inactive. Is that supposed to happen? 3. When there are no testimonials, the box does not appear on the left column.
  10. it use to work fine, I do not know what changed! I use to get the long list of what was updated or new products. Now I get NO CHANGE TO DATA.
  11. I am having this problem but I do not know where it is coming from. The export works fine, but when I got to insert into DB nothing happens, it just says: File uploaded. Temporary filename: /tmp/phpWFUZy8 User filename: EP2007Jan09-1705.txt Size: 21944 Nothing changes in the database. Can someone help me?
  12. I am sorry if these questions have already been answered. 1. How do I change how the discount appeared on the order confirmation page? I want the subtotal before the discount. I also want to bold or underline the coupon #. ex: Discount Coupon 5 applied: -$5.00 Customer Pickup (Local Customers): $0.00 Sub-Total: $16.95 Total: $11.95 2. I unable to go back and edit a coupon. HELP Please.......
  13. 1. I cannot get the catalog/checkout_process.php to accept the given code changes. When I enter the codes that were given in the directions I get a blank screen. The only other contribution I have is the Order Editor. 2. The Print my invoice button gives and error. When I click the button I get a 404 error. It opens a new screen but does nothing. 3. Store url still show .pop At the bottom of the admin screens for invoice and packing slip http://www.popthetop.com keeps appearing instead of my url. 4. Comments buttons on admin. The button on the top of the invoice and packing slip talks about showing and not showing the comments. It has a red X for whateva the image should be.
  14. Can someone please help me. I have added the latest version of this contribution. 1. I cannot get the catalog/checkout_process.php to accept the given code changes. 2. The Print my invoice button gives and error. 3. Store url still show .pop 4. Comments buttons on admin. I have uploaded or updated all the files and coding. I love the contribution but I am just stumped. tssbakery.com/catalog is my site.
  15. Peter, quick help, the drop down that shows the past orders is short, is there a way to auto expand the width of that?
  16. I thought I did everything correctly, after loading the code, I received blank screens. Is the latest contribution complete?
  17. What will I see on the screen, does anyone have a screen shot. I do not see any difference other than the buttons.
  18. I loaded this contribution, but when I place an order it makes that product I ordered inactive. Is this coding or something else.
×
×
  • Create New...