I need you all --> please

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mohausa
Forum Newbie
Posts: 2
Joined: Sat Jan 18, 2003 3:28 pm

I need you all --> please

Post 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
glo-wurm
Forum Newbie
Posts: 13
Joined: Mon Jan 13, 2003 2:07 pm
Location: Naples, FL

Post 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">
mohausa
Forum Newbie
Posts: 2
Joined: Sat Jan 18, 2003 3:28 pm

Thank You

Post by mohausa »

Hi glo-wurm,
Thank you, This is a nice trick.
Post Reply