Page 1 of 1

Add Coupons To Cart AND Products to Cart?

PostPosted: Fri Jul 26, 2002 10:31 am
by Keith Palmer
Is there a way through ONE link, to add both a Product AND a Coupon to the
cart?

--


-Keith

=============
Keith Palmer
keithp@logosoftwear.com
www.LogoSoftwear.com
500 Cornwall Ave.| Cheshire, CT 06410
TEL: (203) 272-4883 | FAX: (203) 271-3334
=============
Stretch your 2002 Sales & Promotions Budget

Get valuable and money saving ideas and special offers when you register for
our FREE e-newsletter, "MAKE A NAME FOR YOURSELF."
=============
Intro Specials
(FREE Embroidery and Set-ups!)

Denim shirts, polos, T-shirts, caps and more! Factory direct, Mass
Personalized, sportswear, and signs without minimum order or set-up
requirements.
www.logosoftwear.com/intro.php
=============
Our Competitive Promise!

We are committed to offering the best service, at the best price! We will
beat any published competitive quote.
=============

Re: Add Coupons To Cart AND Products to Cart?

PostPosted: Fri Jul 26, 2002 11:22 am
by loren_d_c
Not currently.

-Loren


Keith Palmer wrote:

Is there a way through ONE link, to add both a Product AND a Coupon to the
cart?

--

-Keith

=============
Keith Palmer
keithp@logosoftwear.com
www.LogoSoftwear.com
500 Cornwall Ave.| Cheshire, CT 06410
TEL: (203) 272-4883 | FAX: (203) 271-3334
=============
Stretch your 2002 Sales & Promotions Budget

Get valuable and money saving ideas and special offers when you register for
our FREE e-newsletter, "MAKE A NAME FOR YOURSELF."
=============
Intro Specials
(FREE Embroidery and Set-ups!)

Denim shirts, polos, T-shirts, caps and more! Factory direct, Mass
Personalized, sportswear, and signs without minimum order or set-up
requirements.
www.logosoftwear.com/intro.php
=============
Our Competitive Promise!

We are committed to offering the best service, at the best price! We will
beat any published competitive quote.
=============

Re: Add Coupons To Cart AND Products to Cart?

PostPosted: Fri Jul 26, 2002 11:52 am
by Keith Palmer
Will there be eventually?


"Loren" <loren_d_c@yahoo.com> wrote in message
news:3D41934B.6E7A436F@yahoo.com...
Not currently.

-Loren


Keith Palmer wrote:

Is there a way through ONE link, to add both a Product AND a Coupon to
the
cart?

--

-Keith

=============
Keith Palmer
keithp@logosoftwear.com
www.LogoSoftwear.com
500 Cornwall Ave.| Cheshire, CT 06410
TEL: (203) 272-4883 | FAX: (203) 271-3334
=============
Stretch your 2002 Sales & Promotions Budget

Get valuable and money saving ideas and special offers when you register
for
our FREE e-newsletter, "MAKE A NAME FOR YOURSELF."
=============
Intro Specials
(FREE Embroidery and Set-ups!)

Denim shirts, polos, T-shirts, caps and more! Factory direct, Mass
Personalized, sportswear, and signs without minimum order or set-up
requirements.
www.logosoftwear.com/intro.php
=============
Our Competitive Promise!

We are committed to offering the best service, at the best price! We
will
beat any published competitive quote.
=============

Re: Add Coupons To Cart AND Products to Cart?

PostPosted: Tue Jul 30, 2002 10:09 am
by Keith Palmer
HA! I CAN insert a PRODUCT AND A COUPON with ONE LINK!!!

AND THEY SAID IT COULDN'T BE DONE!!!


Imagine, the ability in Shopsite to have different products follow different
quanity or pricing discount schemes, and now its possible! Just requires a
bit of tweaking.

Ok, now on to a quick explanation, not a lotta time here, you'll have to
email me (keithp@logosoftwear.com) if you want more details on this. All
ya do is send the person to another link, an entirely different page, use
that link to send an HTML header or redirect (use PHP or JavaScript to do
that) which builds the product add-to-cart link and goes to the ' order.cgi
' page. Also, tack onto the end of that link something like '
&send_coupon_also=YES '

Now, in the Shopping Cart header file, insert a Javascript which pulls
varialbes from the URL, if &send_coupon_also == YES, redirect the person to
a script which gets the approprite coupon code, builds the link, and sends
an HTML Header which sends them back to the Order.cgi file WITH the
approprieate add Coupon link. It's fast enough so the user will never
notice, and provides a world of flexibility, especially if you link it with
PHP and MySQL or somethign similar. :-)


"Keith Palmer" <keithp@logosoftwear.com> wrote in message
news:ahs5qm$c6c$1@support.shopsite.com...
Will there be eventually?


"Loren" <loren_d_c@yahoo.com> wrote in message
news:3D41934B.6E7A436F@yahoo.com...
Not currently.

-Loren


Keith Palmer wrote:

Is there a way through ONE link, to add both a Product AND a Coupon to
the
cart?

--

-Keith

=============
Keith Palmer
keithp@logosoftwear.com
www.LogoSoftwear.com
500 Cornwall Ave.| Cheshire, CT 06410
TEL: (203) 272-4883 | FAX: (203) 271-3334
=============
Stretch your 2002 Sales & Promotions Budget

Get valuable and money saving ideas and special offers when you
register
for
our FREE e-newsletter, "MAKE A NAME FOR YOURSELF."
=============
Intro Specials
(FREE Embroidery and Set-ups!)

Denim shirts, polos, T-shirts, caps and more! Factory direct, Mass
Personalized, sportswear, and signs without minimum order or set-up
requirements.
www.logosoftwear.com/intro.php
=============
Our Competitive Promise!

We are committed to offering the best service, at the best price! We
will
beat any published competitive quote.
=============



Re: Add Coupons To Cart AND Products to Cart?

PostPosted: Thu Oct 31, 2002 2:28 pm
by Jeremy Bloom
While the programmatic solution would work, a simpler technique might be to
use the 'multi-add-to-cart' feature. Two products, one Add To Cart button.

Jeremy


From: "Keith Palmer" <keithp@logosoftwear.com
Organization: ShopSite
Newsgroups: forum.shopsite
Date: Tue, 30 Jul 2002 13:09:07 -0400
Subject: Re: Add Coupons To Cart AND Products to Cart?

HA! I CAN insert a PRODUCT AND A COUPON with ONE LINK!!!

AND THEY SAID IT COULDN'T BE DONE!!!


Imagine, the ability in Shopsite to have different products follow different
quanity or pricing discount schemes, and now its possible! Just requires a
bit of tweaking.

Ok, now on to a quick explanation, not a lotta time here, you'll have to
email me (keithp@logosoftwear.com) if you want more details on this. All
ya do is send the person to another link, an entirely different page, use
that link to send an HTML header or redirect (use PHP or JavaScript to do
that) which builds the product add-to-cart link and goes to the ' order.cgi
' page. Also, tack onto the end of that link something like '
&send_coupon_also=YES '

Now, in the Shopping Cart header file, insert a Javascript which pulls
varialbes from the URL, if &send_coupon_also == YES, redirect the person to
a script which gets the approprite coupon code, builds the link, and sends
an HTML Header which sends them back to the Order.cgi file WITH the
approprieate add Coupon link. It's fast enough so the user will never
notice, and provides a world of flexibility, especially if you link it with
PHP and MySQL or somethign similar. :-)


"Keith Palmer" <keithp@logosoftwear.com> wrote in message
news:ahs5qm$c6c$1@support.shopsite.com...
Will there be eventually?


"Loren" <loren_d_c@yahoo.com> wrote in message
news:3D41934B.6E7A436F@yahoo.com...
Not currently.

-Loren


Keith Palmer wrote:

Is there a way through ONE link, to add both a Product AND a Coupon to
the
cart?

--

-Keith

=============
Keith Palmer
keithp@logosoftwear.com
www.LogoSoftwear.com
500 Cornwall Ave.| Cheshire, CT 06410
TEL: (203) 272-4883 | FAX: (203) 271-3334
=============
Stretch your 2002 Sales & Promotions Budget

Get valuable and money saving ideas and special offers when you
register
for
our FREE e-newsletter, "MAKE A NAME FOR YOURSELF."
=============
Intro Specials
(FREE Embroidery and Set-ups!)

Denim shirts, polos, T-shirts, caps and more! Factory direct, Mass
Personalized, sportswear, and signs without minimum order or set-up
requirements.
www.logosoftwear.com/intro.php
=============
Our Competitive Promise!

We are committed to offering the best service, at the best price! We
will
beat any published competitive quote.
=============