I want to add some sort of forum to my site to provide a technical after sales support for products.
I noted some addons, but surely those will be outdated by now.
Basically I want to keep my store header if possible and use the same database with prefix to new forum tables
Possible? please advise for a simple to use light forum where only registered store customers have got access to
Any suggestion welcome
Latest News: (loading..)
Adding a forum to osCommerce?
Started by Peper, Nov 10 2010, 15:04
5 replies to this topic
#1
Posted 10 November 2010, 15:04
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.
#2
Posted 10 November 2010, 15:46
Pierre,
You can link to just about any forum software and use your oscommerce database to add new tables if you want. Just create a button or link from your osCommerce site to the forum.
Chris
You can link to just about any forum software and use your oscommerce database to add new tables if you want. Just create a button or link from your osCommerce site to the forum.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#3
Posted 10 November 2010, 16:34
It's certainly trivial to install forum software (e.g., SMF) in a separate directory, and add a link to it from your landing page and possibly from your store header. The headache comes with integrating everything under one common sign-on, and not losing your session when jumping between store and forum (in either direction). Most forum software, like osC, is architected to assume that it owns everything on the site. If your customers are willing to finish their business in the store before going over to the forum, and accept that they'll have to sign on again with a separate ID and password, then no problem. If you need integration between the two, so you can jump over to the forum without losing your shopping cart or having to sign on again (and likewise, in the opposite direction), it's going to be a lot of work. A halfway measure would be to copy user data between the two systems' databases, so that the same ID and password work on both, but that still requires a separate sign-on for the two sides.
If you need only a fairly simple forum, you might find some kind of PHP-based forum/discussion library that you could plug into osC, or even "borrow" the guts of some forum software such as SMF. At least, that would keep everything under the osC roof, as far as single signon and session go. An alternative would be to install a separate forum and modify the code to use osC's sign-on, and use the same session and cookie settings as osC uses. Still, quite a bit of work. If you had planned from the very beginning to have store + forum/discussion group, you probably would have chosen a CMS such as Drupal or Joomla (or even, Wordpress) and used its forum and store plug-ins.
If you need only a fairly simple forum, you might find some kind of PHP-based forum/discussion library that you could plug into osC, or even "borrow" the guts of some forum software such as SMF. At least, that would keep everything under the osC roof, as far as single signon and session go. An alternative would be to install a separate forum and modify the code to use osC's sign-on, and use the same session and cookie settings as osC uses. Still, quite a bit of work. If you had planned from the very beginning to have store + forum/discussion group, you probably would have chosen a CMS such as Drupal or Joomla (or even, Wordpress) and used its forum and store plug-ins.
#4
Posted 22 December 2010, 07:27
Create a button or link from your osCommerce site to the forum.
Link to any forum software and use your oscommerce database to add new tables if you want.
Link to any forum software and use your oscommerce database to add new tables if you want.
#5
Posted 27 December 2010, 19:01
rusel, on 22 December 2010, 07:27, said:
Create a button or link from your osCommerce site to the forum.
#6
Posted 19 January 2011, 07:50
I'm about to create my second osCommerce site and still have not much to work with.
I would really like to implement something of use to customers.
Any examples on a site with something like this?
Where do I start and which addon is recommended to do this
Thanks for reply's to this
I would really like to implement something of use to customers.
Any examples on a site with something like this?
Where do I start and which addon is recommended to do this
Thanks for reply's to this
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.














