Jump to content


Corporate Sponsors


Latest News: (loading..)

bruyndoncx

Member Since 20 Apr 2004
Offline Last Active Yesterday, 23:16
-----

Posts I've Made

In Topic: Compare Products side by side for osc 2.3.1

30 January 2012, 21:39

I believe this one works with 2.3.1
http://addons.oscommerce.com/info/8114

In Topic: Best way to find duplicate products by model number and display the top level...

28 January 2012, 22:33

tep_db_query="select pc.categories_name, p.products_id from products p join products_to_categories p2c using(products_id) join categories c using(categories_id) join categories_description pc on ( c.parent_categories_id = pc.categories_id and pc.language_id = '" .  (int)$language . "' )
where products_model = '" . $listing['products_model'] ."' and p.products_id <> '" . $listing['products_id'] . "' ";

untested code, so syntax needs to be checked, but the logic of this is, for a given product being listed, it would show the parent category name, and products_id with the same model, (except for the current product being listed)

HTH

In Topic: Search form in admin/specials.php?

23 January 2012, 19:10

there are a few contributions with alternative pages to administrate specials more easily

admin specials by category/manufacturer is the one I worked on and use, but there are others which might be more suitable if you have other customizations that affect pricing

In Topic: Help Needed with SQL Code

13 January 2012, 18:29

yeah, sure, but how can we test this without having a complete sql command, or php file to test ?
please post some more complete code then you're more likely to find some help ...

In Topic: Google Rich Snippets / semantic web for more attractive listings in google

11 January 2012, 22:07

Thank you, that's a real help. Is this pages snippets available in google ?
I read somewhere you'd have to ask for inclusion of the snippets