Maybe a new plugin...

Feed 9 posts, 2 voices

Jul 9, 2008 03:36
Avatar
72 posts

I want to add nopcart (shopping cart) as plugin... You can see an example here :

http://office-web.net/?frog/nopcart.html

but I have a problem (mod_rewrite is not active) when I want to "Envoyer" (after "commander"). The code is :

<FORM ACTION=<?php echo BASE_URL; ?>frog/nopcart/checkout.html NAME="form" METHOD="GET" onsubmit="return ValidateCart(this)">

There's an other example here : http://office-web.net/public/bonus/nopcart/

Can you help me (sorry for Markdown) ?

 
Jul 11, 2008 09:02
Avatar
72 posts

Nearly finished... Plugin + Layout

http://office-web.net/?frog/nopcart.html

 
Jul 11, 2008 09:34
Avatar
276 posts

Can't wait to see. If you need some beta testing, you can count on me.

 
Jul 16, 2008 08:21
Avatar
72 posts

I think it's ready...

http://office-web.net/?frog/nopcart.html

I put a lisezmoi and readme files in documentation folder... I would like to do better, but I need help to add administration area.

 
Jul 16, 2008 09:05
Avatar
276 posts

Hmm, I can manage the admin area.

 
Jul 16, 2008 09:32
Avatar
72 posts

Thank's, but can you test it before ?

 
Jul 16, 2008 09:35
Avatar
276 posts

The problem is that your docs are in French, and I don't understand a thing.

 
Jul 16, 2008 09:41
Avatar
72 posts

You can find a readme file in the documentation folder

 
Jul 16, 2008 09:48
Avatar
276 posts

Found it in the meantime. There are some minuses. It's based on Javascript, so I think is not that secure... And the client can't add the new products, as he doesn't know HTML...Here is how we can do. We can work together and make a cart based on MySQL with a real administration panel, or we can make a php script to generate the producs ... and an administration panel :) . I was planning to make a Simple Ecommerce plugin, so we cross paths.

 
Jul 16, 2008 10:22
Avatar
72 posts

No security problem... If customer buy and pay by Paypal, he put informations in Paypal website, vendor receive confirmation email... If customer buy and pay by check, vendor send product when the check arrive.

It's possible to add informations in mysql tables...