Page 1 of 1

I need you all --> please

Posted: Sat Jan 18, 2003 3:28 pm
by mohausa
Hi everybody,
I wrote a PHP program for small businesses and I wanna make it one of the best solutions. Therefore, I would like you guys to take a look at the site and let me know what you think about it please.
Every store gets a category list, new items list and Special offers lis.
Every account gets there payments by paypal.

For Example --> live store
Newstar Store: http://www.alzagzoog.com/eshop/supplier.php?sp=4

Please try everything on the site. :idea:

Thank You
eShop alzagzoog
http://www.alzagzoog.com/eshop

Posted: Sat Jan 18, 2003 6:31 pm
by glo-wurm
Looks pretty nice. Just a quick note on the links to view/add to the shopping cart. Those with javascript disabled on their browsers will be unable to view the links, so here is a little trick....

Change the popup window links to something more like this:

Code: Select all

<a href="https://www.paypal.com/cart/..." onClick="window.open(this.href,'cartwin','width=500,height=400,scrollbars,resizable,status');" target="_blank">

Thank You

Posted: Sat Jan 18, 2003 10:31 pm
by mohausa
Hi glo-wurm,
Thank you, This is a nice trick.