Announcement

Collapse
No announcement yet.

Need alternate Screen Name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need alternate Screen Name



    ------=_NextPart_000_0012_01C5259E.16C30FF0
    Content-Type: text/plain;
    charset="us-ascii"
    Content-Transfer-Encoding: 7bit

    I've recently installed a Tiny Cart module and inserted it on static HTML
    pages. On those pages are my products with custom "add to cart" and "buy
    now" buttons. I got the code for those buttons from the product section of
    MIVA admin. My problem is with the "add to cart" code, it directs it to
    either screen=PROD or screen=BASK. I want the customer to be able to add
    the product and not have to leave the page they are on. Is there an
    alternative "Screen=" code I can use or perhaps another way to accomplish
    this?


    ------=_NextPart_000_0012_01C5259E.16C30FF0--

    #2
    Need alternate Screen Name



    You would have to actually "refresh" to the page that the user was on as
    the Tiny Cart would need to be updated, otherwise the customer won't know
    that they have actually added the product to their basket. So, why not just
    take them to the basket and provide a Continue shopping button. Alternately,
    I suppose you could add a meta refresh tag to the Bask, wrapped in code to
    only display the refresh when action equals ADPR.

    -Bruce

    > -----Original Message-----
    > From: [email protected]
    > [mailto:[email protected]] On Behalf Of Michael
    > Sent: Thursday, March 10, 2005 8:22 PM
    > To: [email protected]
    > Subject: [mrc] Need alternate Screen Name
    >
    > I've recently installed a Tiny Cart module and inserted it on
    > static HTML pages. On those pages are my products with
    > custom "add to cart" and "buy now" buttons. I got the code
    > for those buttons from the product section of MIVA admin. My
    > problem is with the "add to cart" code, it directs it to
    > either screen=PROD or screen=BASK. I want the customer to be
    > able to add the product and not have to leave the page they
    > are on. Is there an alternative "Screen=" code I can use or
    > perhaps another way to accomplish this?
    >
    >
    > --
    > No virus found in this incoming message.
    > Checked by AVG Anti-Virus.
    > Version: 7.0.308 / Virus Database: 266.7.1 - Release Date: 3/9/2005
    >
    >

    --
    No virus found in this outgoing message.
    Checked by AVG Anti-Virus.
    Version: 7.0.308 / Virus Database: 266.7.1 - Release Date: 3/9/2005



    Comment

    Working...
    X