Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vampirehunter

Members
  • Posts

    748
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by vampirehunter

  1. yes, i just tried your website and you are correct. if you select USA as your country, there is no automatic reload of the "state" field, so you have to type it in by hand. But then when you click continue, it reloads the page, except now the state field has all the states in dropdown option and that error "Please select a state from the States pull down menu." always shows and wont let you continue. seems like a big bug.
  2. thanks what about the multiple "continue" buttons that seem to be shown under each column of boxes? under the address box, there is a continue, and then under the payment also. i would like if possible to have everything in a nice numbered format like you see on most modern checkouts.
  3. does anyone have any tips on displaying a custom image when a product has no images uploaded? specifically for the product info page. I've managed to get a "no image" displayed on the product listings page and the shopping cart page, but not the product info page. if a product has no images, then on the product info page, nothing is shown.
  4. whats the best way to move each billing, shipping, payment box under one another? rather than having the shipping address and other boxes, next to each other, the layout is really messy on the advancesoft demo site and it seems to be stuck in a table. would i have to extract each box from its table layout and put it in seperate div tags? or is the version you've converted already done with div tags? i don't mind digging into the html, and css. i think a numbered section going down the page horizontally seems best for the single page checkout. Or maybe like the truffle shuffle website has done.
  5. unfortunately, none of the guest checkout plugins seem to work and have no instructions in them. I did come across one, which seems to use a cookie or something which assigns to a guest option. if anyone can implement a guest function with this, it would be great.
  6. hi, do i need to install both of your plugins in your signature? or is just the fast checkout with login/create account etc Also, does it have guest checkout as part of it? or do you still have to sign up? thanks
  7. anyone know if this is free? what other postcode lookup plugins are available? thanks
  8. Hi when i checked my file, the change was already done. which version are you using?? is _html the correct one or just html? thanks
  9. i find this code for functions/html_output.php seems to work but is this the proper way of doing it in conjunction with the kissit thumbnailer? if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) { $src=DIR_WS_IMAGES.'noimage.gif'; } //for what`s the url like :'images/aa/' if(!file_exists($src)||strlen(strstr($src,"."))<=0){ $src=DIR_WS_IMAGES.'noimage.gif'; }
  10. what i meant was in the shopping cart, if my product has no image, no image shows, just product name. i was wondering how i can implement the no image thumbnail into the shopping cart so it will show?
  11. how do i make sure that if item has no image, that i can show the "no image available" thumbnail in the shopping cart? as of now, if items have image, they show, but if no image, then just get the product name.
  12. so is _html the correct one or just html? i looked at mine, and its _html. should i change it?
  13. which is the absolute best and working discount coupon plugin for 2.3.3? anyone got it working without any issues? thanks
  14. ok thanks what if i have a plugin such as "better checkout" installed on my 2.3.3? how does the checkout process work on the mobile version? would i have to specifically modify my mobile version to have the new checkout?
  15. hi thanks so the current version, what functionality is missing from it? there is another mobile version here http://www.css-oscommerce.com/mobile-oscommerce/ is that related to yours or a different one?
  16. hi, i installed the plugin, works perfect! For the main images (the full size ones in the image folder) i was wondering, is there any way to have the actual Main full size images renamed when uploaded to something more random or specific for each product? for example, if my file name is picture1.jpg whats the best way to change it so that when it uploads, it will be given a more appropriate or maybe random name according to the product id its being uploaded for?
  17. is this compatible with 2.3.3? what other options are there for mobile osc for 2.3.3? thanks
  18. is this plugin fully working and is it the best SEO search friendly url plugin available?
  19. hi yeah thanks i think im confusing myself! that truffle site doesn't have input box, just dropdown, so as soon as you change it, page reloads. i'm guessing the new price update on attribute change could be applied to the shopping cart also when completed?
  20. im not sure what its called, but if i want to have something like this here https://www.truffleshuffle.co.uk/store/checkout.php is this using javascript ajax? what i mean is product quantity in the shopping cart is in a dropdown, and then as soon as you change your quantity, the page auto refreshes. im a bit slow today on what its called exactly on what i should be doing to achieve this!
  21. this plugin is abandoned according to most on here, so you're best bet is to not use it and just survive! if a plugin doesn't work after a hundred hacks, then you know its very bad! save your time and life and wellbeing by not bothering!
  22. have you tried to modify the better checkout plugin to fit on 1 page? or would it be too complicated?
  23. has anyone got this working on 2.3.3? if so, let me know i dont want to hack like a dog just to find out it doesn't work! any testimonials as to this working would be great!
×
×
  • Create New...