Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Training/event Registration?


pseconds

Recommended Posts

I have a client who runs a craft store. She sells products, but also offers about 60 different training classes which require reegistration and pre-payment.

 

Is anyone using oscommerce to do class or event registration?

 

How do I set this up so products are charged shipping and class registrations do not have shipping options?

 

I'd also like to be able too have the class disappear from the online catalog when all the available seats have been reserved.

 

Another thing, not as big a deal, but how would I change the button from "buy now" to "register now?"

 

Any ideas?

 

Thanks!

Link to comment
Share on other sites

How do I set this up so products are charged shipping and class registrations do not have shipping options?

Simple - set up the classes with a zero weight, and products with either actual weight, or a nominal figure. Then set up your shipping so that it is charged on weight, with a zero weight equalling no shipping.

 

I'd also like to be able too have the class disappear from the online catalog when all the available seats have been reserved.

When adding the classes as products, set the number of places as the stock levcel. then set your store to not show products where there is no stock (think its admin->config->my store, but dont quote me)

 

Another thing, not as big a deal, but how would I change the button from "buy now" to "register now?"

Its in the includes/languages/english/images/buttons folder - just make a new image, call it button_buy_now.gif and upload it to your store. Only problem is it will then say register now on your products as well. To set up a system using an if command based on whether the product is an item or a class booking would be more complex, but definitely not impossible.

 

Hope that gives you a place to start from.

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...