rogerstreets Wrote:At the back-end there can be an add product field with some extra parameters like tax and category. It can't be that hard? Or I am overlooking something?
The client will need to manage all their products. The least info needed (and the only thing jCart is really build to handle) is a name, possibly a different name to display in the cart (shown in
my implementation where names that are the same get prepended with “Canada:†or “Sweden:â€Â) and a price. Then there will need to be a way for clients to actually add these created products to their page.
jCart doesn’t support shipping costs, taxes, quantity limitations or even categories by itself.
rogerstreets Wrote:For a client I just need to send the order to an email address so that would be my first step. It can be extended with gateway payment methods.
Thing is, jCart does it the other way around. It is configured to handle PayPal (and beautifully at that). It is not configured to give any information to the website owner at all, it just handles the pay and that’s it. Neither is there any default behaviour for when the user has paid through PayPal.
jCart gives a brilliant basis for the front-end and being dynamic at that it is truly useful. But the back-end leaves a lot to be desired and gives the most headaches. Currently I would recommend building specific implementations on a per website basis instead of one global plugin.
rogerstreets Wrote:Martijn, nog een vraagje. Welk systeem gebruik jij als je niet met GetSimple werkt?
Meestal plain HTML, hoewel ik ook wel eens HTML voor WordPress of WebsiteBaker heb aangeleverd. Ik heb eigenlijk nooit klanten die meer nodig hebben dan een slice/base van een design en doe zelf de CMS implementatie vaak niet. (Als ik er over nadenk: ik heb eigenlijk nooit klanten, punt. Wat wel erg vervelend is want geeft me nou niet echt een noemenswaardig inkomen.)
rogerstreets Wrote:WordPress vind ik een onoverzichtelijke back-end voor klanten.
WordPress vind ik juist een geweldige back-end voor klanten. Ik ken meerdere mensen die niks weten van het web maar er toch mee om kunnen gaan. Een WordPress alternatief is misschien ExpressionEngine. Daar lees ik wel goede dingen over maar is helaas niet gratis. (Anders kun je altijd nog een extra stylesheet aan de WordPress admin toevoegen om overbodige menu items te verbergen.)
Mijn probleem met WordPress is dat er zoveel bestanden en een speciale syntax voor nodig zijn om een design te bouwen. Dat is ook de enige rede waarom mijn blog bij Tumblr draait en niet op mijn eigen server met WordPress.