

Beer Monster
Members-
Content count
267 -
Joined
-
Last visited
Profile Information
-
Real Name
Brian
- Website
Recent Profile Visitors
-
Kirod started following Beer Monster
-
Beer Monster started following Kirod
-
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
Check this post...... http://forums.oscommerce.com/index.php?s=&...st&p=703289 -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
Check that the HTML you are putting in the tab pane is valid. Invalid HTML is almost certainly the cause of your problem. -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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). -
[Contribution] Custom (products) Sort Order
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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! -
[Contribution] Custom (products) Sort Order
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
-
[Contribution] Custom (products) Sort Order
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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. -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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. -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
Nothing like blowing your own trumpet ;) -
[Contribution] Advanced Cartbox
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
Have you installed a template contribution? -
[Contribution] Advanced Cartbox
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
See my post re. STS on the previous page of this topic!! -
No, haven't made any changes for a while. I don't suppose it could be paypal catching up on the housekeeping?
-
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
-
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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." -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
I should say, you'll probably have to email it! -
[Contribution] Tabbed Product Pages
Beer Monster replied to Beer Monster's topic in General Add-Ons Support
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