Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Beer Monster

Archived
  • Posts

    267
  • Joined

  • Last visited

Everything posted by Beer Monster

  1. Check this post...... http://www.oscommerce.com/forums/index.php?s=&...st&p=703289
  2. Check that the HTML you are putting in the tab pane is valid. Invalid HTML is almost certainly the cause of your problem.
  3. A fixed width template should not pose any great problems for this contribution. However any site with BTS or STS template system or an infobox skinning contribution will encounter conflicts with this contribution (and many other contributions).
  4. I'm glad you got it to work. It's amazing how difficult it is to predict what kind of problems people are going to have when you are creating a contribution. I remember going through the instructions for this on a vanilla install to make sure it worked perfectly before uploading it but of course everyones e-shop is unique in some way, so there are always new and unexpected problems. Thankfully most of these problems can be fixed with a bit of perseverence. It takes a lot of effort to turn a modification into good quality contribution that others can use but positive feedback makes it worthwhile!
  5. Are you sure it's THIS sort contribution you are using. The SQL above does not match anything in this contribution. Nevertheless, you are missing the words ORDER BY p2c.categories_id = '35'p.products_sort_order , pd.products_name asc should be p2c.categories_id = '35' order by p.products_sort_order , pd.products_name asc and there should be a semicolon at the end of any SQL statement.
  6. Kitty, looks like you're using creloaded? Or is it a template contribution you have? Anyway, the best place to look for help is the product tabs thread on the cre forum, lots of people have implemented webfx tabs on creloaded so you should find some help there. I'm not actually sure if you are actually working with this particular tab contribution anyway, your code seems a bit different. Sorry I can't be of more help but the layout of your site looks totally different to mine. Beer.
  7. See my post re. STS on the previous page of this topic!!
  8. No, haven't made any changes for a while. I don't suppose it could be paypal catching up on the housekeeping?
  9. Hi, Noticed something very strange today. Suddenly (at 2:10am today) hundreds of my orders changed from either pending or delivered to cancelled in what looks like a mass update of the orders table. I've never noticed this happen before, they are mostly orders which never went past the pending stage and go back well over a year. Is this normal or should I be worried?? Note, I'm using v2.9 of the paypal IPN Thanks for any help you can offer! Brian
  10. Email me your product_info.php and I'll have a look! I've no idea what you mean by "I'm getting a double exposer effect with the thumbnail image and link."
  11. Yes, the script should be copied to both places this is because the product image must show either in the tab pane OR if no tabs have been set up for a particular product then displayed as normal. I've written the instructions this way because there are so many ways that the product image may have been modified using a small, medium, large image contribution for instance. As for your other problem, it's likely to be a minor syntax error, possibly a missing } or comma. pm me your product_info.php and I'll have a look at it! Beer
  12. Here's the thread from the dutch support site. Obviously it's in dutch but most dutch people speak excellent english so I'm sure you could send a pm! http://forums.oscommerce.nl/index.php?showtopic=5730
  13. That's a different contribution entirely, the only similarity with this contribution is the tab pane control. Try contacting the author of that contribution. You may find him/her at the dutch forum.
  14. In product_info.php, find: tp = new WebFXTabPane(document.getElementById("tabpane1")); and change to.... tp = new WebFXTabPane(document.getElementById("tabpane1"), false); The tabpane will only show tabs that you add in the product description. If you can give me more info or a link to your site, I may be able to help further. Brian
  15. Most of these skinning contribs make changes to the infobox class in includes/classes/boxes.php To make the cartbox work with such contribs, you will need to make corresponding changes to the cartbox class.
  16. 1, Seems ok! 2, Try deleting the folowing line from webfxlayout.js (line 7ish). document.write('<link type="text/css" rel="stylesheet" href="webfxlayout.css">');
  17. I don't know i'm afraid, I i'm not familiar with that contribution.
  18. OK, i've obviously stuffed up somewhere..... in product_info.php remove the pre tags from this line echo '<pre><div class="boxText">' . $tabtext[0][1] . '</div></pre><br>'; echo '<div class="boxText">' . $tabtext[0][1] . '</div><br>'; And use HTML formatting e.g. <newtab> <tabname>Description</tabname> <tabtext><p>The Xbox Video Game System features the power and performance you expect in a sleek and powerful look. You'll get four Xbox game controller ports that allow easy and multiplayer gaming and enable other peripherals, ranging from game pads to voice-activated headsets. Fulfill your creative visions and play games on the Xbox Video Game System that blur the lines between fantasy and reality.</p> <p>Did you know you could even record your favorite CD soundtracks on your hard drive and play your favorite tunes as the soundtracks in selected titles or just play them whenever you want to listen?</p> Features:<br> <p>Xbox has the most powerful graphics processor on any game console, setting a new standard in video game graphics Four game controller ports that allow easy multiplayer gaming and enable other peripherals, ranging from game pads to voice-activated headsets<br> A front-loading DVD tray<br> A multisignal audio-video connector that allows for easy hookup to televisions and home theater systems<br> An Ethernet port for rich, fast-action online gaming via a broadband connection<br> An NVIDIA graphics processing unit (GPU), delivering more than three times the graphics performance of other consoles<br> An Intel 733MHz processor, the most powerful CPU of any console<br> An internal hard drive, for massive storage of game information a first in the console gaming industry Built-in hard disk eliminates loading screens during gameplay and allows for more expansive game designs<br> Customize music for your favorite games<br> Play DVD movies with the DVD remote control<br> Comes with 2 controller and cable for TVs with audio and component video input<br> <p>Xbox "Value Bundle" Includes:</p> 1 - Xbox Console<br> 1 - Xbox Controller<br> 1 - Glow in the Dark Xbox Controller by Gimini<br> 3 - Games<br> Power Adapter<br> Standard A/V Cable<br> <p>Included Games:</p> Exhibition Volume 2<br> Exhibition Volume 4<br> Exhibition Volume 6<br></tabtext> </newtab> I'll have a look later to see if I can fix it to work without the html formatting.
  19. I've had a look and I'm not sure that your problem has anything to do with the cartbox at all. All the buy now buttons in your x-sell box have the same product id (57) as the product being viewed in the product_info page That's the same product_id as your 2 1/4" Starter Kit!
  20. You will need to read the instructions carefully, As the product image popup thing is modified on most peoples sites, I've tried write the contribution to work with the huge variety of image contributions, this makes things a little more tricky. The tabs don't display until you put the relevant commands in the product description like this: <newtab> <tabname>Description</tabname> <tabtext>This is my product!</tabtext> </newtab> Without this you will just see a normal product description. This is all explained in the install instructions. Remember you can use a text compare tool such as beyond compare to make the necessary modifications if you are having difficulty with the install instructions.
×
×
  • Create New...