Forum Moderators: buckworks
I was wondering if I could use os commerce cart to form the basis of a gallery, strip out (comment) The e-commerce stuff, buy now buttons etc and leave the relevant bits - category nav, thumbnails, newsletter, email a friend,
They would then have access to backoffice content management system
PS I have never used PHP but am familiar with comersus using asp
Later if they change their mind/ have the cash and promotion is sucessful, I can activate the cart.
what do you all think?
There are two approaches.
1.) Easiest, remove items from
/catalog/column_left.php
/catalog/column_right.php
/catalog/header.php
2.) Apply a template. If your using the STS system
then simply do not place the $tags (e.g., $login, $cart) in your template. This appoach is a bit more
difficult if you do not have the skill and patience to match html tags but it gives you a cleaner and non-shopping cart look.
You may also look at VVgallery at source forge.
It is based on osCommerce but includes many image manipulation tools useful when you have propietary
images you want watermarked and thumbnailed nicely.
You can have a link saying go to [u]shopping cart[/u]
You can also do something similar to amazon, i.e.
have websites A, B and C show different products and
when someone clicks a [buy now button] or [u]link[/u] on A,B,C you can take them to your central shopping cart for payment processing or shipping. This may be what your referring to as
" ...want to write the catalog (HTML fixed) ..."
If you want osCommerce to blend into your website I would use the STS or BTS template package. The STS is simpler.