Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tecno

Pioneers
  • Posts

    34
  • Joined

  • Last visited

About tecno

  • Birthday 01/01/2011

Profile Information

  • Real Name
    Tecno
  • Gender
    Male

tecno's Achievements

  1. Does this put any extra strain on people browsing or your database? I do see a SQL dump, can i install it on a seperate database (as an optional extra) or has to be main table?
  2. Lightbox and Additional Images! ...I am coming up short :wacko: Whoever can do it is very smart :thumbsup:
  3. I want to know this too, how to change only the additional images to the smallest image in product_info.php? Also, has anyone figured out Lightbox with additional images contrib? I've got it to show lightbox but no images!
  4. There are other ways like... Master Products contribution makes one master item & slaves under it, so you could have a top with all the bottoms listed under it or vise-versa kinda. But this is what I suggest you can get a related products contrib where you can link any different top, bottom, accessories to any product. (But when you have a top & bottom pair, it will be difficult to seperate them for a customer to add a different bottom, comprende? You'll need somekind of attribute option that says Subtract -> 1. Bottom -$25 2. Top -$25, and then they'll add the related product for +25) QTpro just tracks attribute's quantity HOLD ONTO IT! You'll need if for different sizes.
  5. I have a querk in QtPro w/ pad_multiple_dropdowns.php.... "Out of Stock" in dropdown doesn't display if options and quantity criss-crossed like this: Blue Medium 0 Blue Large 5 Black Medium 5 Black Large 0 How do you fix this?
  6. Sorry guys but I figured it out!!! So let me be the teacher now :lol: (this website helps customization like icons 1) Admin: True Markers / False Bubbles (this will take out the default bubble in the center) 2) Add this code as many times as you want and it even centers your map oOoOoOoOo 3) var html = ""; can be anything html really, Ive seen some cool designs with images and tabs so go at it, i hope you guys our Chicago baseball rivaly GO SOX! function createMarker(point, name, address) {var marker = new GMarker(point); var html = "<table><tr><td>City Sports<br>4601 N. Broadway St.<br>Chicago, IL 60640</td><td><img src=http://farm1.static.flickr.com/194/465430922_48e6436199.jpg border=0></td></tr></table>"; GEvent.addListener(marker, "click", function() {marker.openInfoWindowHtml(html);}); return marker; } var point = new GPoint(-87.624223, 41.889923); var marker = createMarker(point); map.addOverlay(marker); function createMarker(point, name, address) {var marker = new GMarker(point); var html = "<table><tr><td>XXX<br>123 N. Broadway St.<br>Chicago, IL 60640</td><td><img src=http://img.webring.com/r/c/chicagowhitesox/logo border=0></td></tr></table>"; GEvent.addListener(marker, "click", function() {marker.openInfoWindowHtml(html);}); return marker; } var point = new GPoint(-87.654223, 41.859923); var marker = createMarker(point); map.addOverlay(marker);
  7. The newest contrib only has a "center marker" on the map, which u can delete or keep. var marker = new GMarker(map.getCenter()); map.addOverlay(marker); so just add your locations like he said then! Im trying to hone it down if anyone can help and see @ SleeveKing.com MAP and why my borders are all askew?! thanks
  8. This is perplexing me too! And where does the stock button come in haha this is how im looking at it minus the messed up Stock Report i fixed
  9. NM last post haha! I guess its working because after finalizing an order it returns to checkout_payment saying "(TESTMODE) This account has not been given the permission(s) required for this request." Should I switch to Live in Authorize.netAIM to get orders going through because thats what I want to test?!
  10. SleeveKing.com Login = [email protected] PW = guest I'm using this Authorize.net AIM contrib and there's no Credit Card Type option (which I know doesnt exist, but can we make it so that if you have a Mastercard and put the wrong number of numbers in the box it's invalid?) or Expiration Date entry?
  11. whats the difference between productinfo.php & includes/classes/dispayimages.php ??? :blink:
  12. This config is very hard to configure.....if you see in my product info page 1) additional images are medium, how do i make it small like product list page? (the only reason some are small is because i did the auto-thumbnail which some reason gives me small ones, i want high res thumbs) 2) there are gaps between the additional pics, how do i delete that! ive been looking everywhere 3) change background of popup? Ive seen poeple here with a snazzy flash looking additional images mod that popups with a white screen and kinda widens and heightens on its own and fills the screen. what is this?!?!
×
×
  • Create New...