Announcement

Collapse
No announcement yet.

Upgrade to 1.23 - MMUI.MV

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

    Customer - see page of number pages feature



    If you're referring to category pages, Viking's Category Templates have that
    option.

    Dan
    Impulse Creations

    For low priced back issue comics and the very best in service visit us at
    www.impulsecreations.net and be sure to look for information on our
    discounted subscription/pre-order service with free bags and free shipping!

    -----Original Message-----
    From: [email protected] [mailto:[email protected]]On
    Behalf Of Neil Gomeringer
    Sent: Saturday, July 17, 2004 8:58 AM
    To: [email protected]
    Subject: [mru] Customer - see page of number pages feature

    Hi!



    Sorry for another simple question.



    What template or module would display the "page of number of pages"
    feature for my customers?



    Neil


    ---
    Incoming mail is certified Virus Free.
    Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
    Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/04

    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
    Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/04


    Comment


      Customer - see page of number pages feature



      We have just introduced a module called Merchant Optimizer which does this for the
      product, category and storefront pages. If you just want a module that will save a
      specific file as a static html file, we also have a module that does this, although, its
      not a resale module, but it would be free. Let me know if that is what you are after.


      -Bruce
      ......................................
      PHOSPHOR Media
      Featuring: StoreMan - A smarter way to manage Miva Merchant(tm) Store Content.
      Download a hassle-free demo today
      <A HREF ="http://www.phosphormedia.com/go.mv?ID=listsm">http://www.phosphormedia.com/go.mv?ID=listsm</A>
      ......................................




      > -----Original Message-----
      > From: [email protected]
      > [mailto:[email protected]]On Behalf Of Steven Estrada
      > Sent: Sunday, July 18, 2004 9:23 AM
      > To: [email protected]
      > Subject: [mru] Saving custom Merchant HTML for reuse
      >
      >
      > Is there an easy way - other than saving HTML source on each page
      > or going thru each admin screen labelling, cutting, pasting code etc -
      > to download all the customer added HTML code in Merchant -
      > eg gloabal headers and footers?
      >
      >

      Comment


        Purchase Modul



        You could do this with the EmporiumPlus External
        Product Purchase module, have your Gallery be the=20
        store and just pass the photo info via URL into
        the Merchant checkout.

        http://tinyurl.com/5bho7

        Jen
        Hostasaurus.Com
        A Miva Premier Partner
        813.971.8772
        [email protected]


        -----Original Message-----
        From: SW [mailto:[email protected]]=20
        Sent: Sunday, July 18, 2004 12:32 PM
        To: Leslie Nord - Webs Your Way
        Cc: Miva Merchant Usergroup
        Subject: Re: [mru] Integrating Gallery w/ Merchant {Scanned}


        I'm actually trying to sell my photos in gallery using a miva merchant
        store. What I want to do is have gallery pass a miva merchant product
        URL
        with the unique image id from gallery. Is this possible?

        Ultimately, I will have people use gallery to view all the photos and
        then
        if they want to order the photo, they can just click a link from within
        gallery to link to miva merchant store and then they can checkout using
        miva
        merchant.

        Thanks,

        SW
        ----- Original Message -----=20
        From: "Leslie Nord - Webs Your Way" <[email protected]>
        To: "SW" <[email protected]>; "Miva Merchant Usergroup"
        <[email protected]>
        Sent: Sunday, July 18, 2004 7:13 AM
        Subject: Re: [mru] Integrating Gallery w/ Merchant {Scanned}


        > What are you trying to use Gallery for - your product images?
        Additional
        > images? Here a little snippet I use to pull the Galllery thumbnails
        into
        > another application:
        >
        >
        >

        <a
        href=3D"<A HREF ="http://www.yourdomain.com/Gallery/albumname/imagename"><img">http://www.yourdomain.com/Gallery/albumname/imagename"><img</A>
        > =
        src=3D"<A HREF ="http://www.yourdomain.com/albums/albumname/imagename.thumb.jpg"">http://www.yourdomain.com/albums/albumname/imagename.thumb.jpg"</A>
        alt=3D""
        > border=3D"0" align=3D"left" style=3D"border:none;" /></a></p>
        >
        >
        > You could something similar with the fullsize image too.
        >
        > Leslie
        > www.websyourway.com
        > Miva MerchantT maintenance and more...since 1998
        >
        > > I'm trying to figure out if there is a way to integrate Gallery
        > > (http://gallery.sourceforge.net) with a Miva Merchant store?
        > >
        > > Thanks,
        > >
        > > SW
        > >
        > >
        > >
        >
        >
        > -------------------------------------------------
        > WPPi.com | WPPi.Net
        > -------------------------------------------------
        > <A HREF ="http://www.wppi.com | http://www.wppi.net">http://www.wppi.com | http://www.wppi.net</A>
        > -------------------------------------------------
        > WPPi.com & WPPi.Net MailScanner Signature
        > This message has been scanned for viruses
        > and dangerous content by WPPi MailScanner,
        > and has been found to be clean.
        > -------------------------------------------------
        >
        >
        >



        -------------------------------------------------
        WPPi.com | WPPi.Net
        -------------------------------------------------
        <A HREF ="http://www.wppi.com | http://www.wppi.net">http://www.wppi.com | http://www.wppi.net</A>
        -------------------------------------------------
        WPPi.com & WPPi.Net MailScanner Signature
        This message has been scanned for viruses
        and dangerous content by WPPi MailScanner,
        and has been found to be clean.
        -------------------------------------------------


        Comment


          Module for One Product - Muliple Sizes



          I, too, see this as a maintenance hassle. So I write my header codes as
          text files and INCLUDE them.

          If your site uses the OpenUI you can put header/footer files in the
          "mivadata" directory and refer to them as follows: (I use a sub-folder:
          '/sf').

          %OUI%%INCLUDE(sf/oui-welcome-storefront.htm)%
          [for storefront message]

          %OUI%%INCLUDE(sf/oui-global-screen-header.htm)%
          [for global header]

          %OUI%%INCLUDE(sf/oui-category-tree-header.htm)%
          [for category tree]

          I tweak and edit and preview the fragment files locally, then I FTP
          them to my site.
          I save my previous versions, so if something goes wrong I can easily
          backstep.

          Some may say this will add overhead. I feel that it's worth it to have
          my code in easy-to-access and archive, multi-platform ascii text files.
          (I feel that if my site hw/sw can't handle simple file includes, I'd
          better be getting a faster system!)

          Tony Cecala
          --
          <A HREF ="http://www.shiftingfrequencies.com">http://www.shiftingfrequencies.com</A>
          Hosted by Hostasaurus.com


          On Sun, 18 Jul 2004 12:23:09 -0400, Steven Estrada wrote:
          > Is there an easy way - other than saving HTML source on each page
          > or going thru each admin screen labelling, cutting, pasting code etc -
          > to download all the customer added HTML code in Merchant -
          > eg gloabal headers and footers?


          Comment


            Purchase Modul



            Chuck,

            Checking the Custom fields in the Search "Layout" tab, only affects the
            search "layout" and doesn't address what fields are searched. Also, =
            the way
            the Custom Field API is setup (by Miva Corp), it works nicely, but I =
            would
            see a difficulty it making the Custom Fields searchable without adding =
            quite
            a bit of overhead (at least to make it work right).

            I'll do some thinking on it and if I can come up with a relatively =
            simple
            way to do it......well, we'll see.

            Darren Ehlers
            OpenUI Developer Consortium
            <A HREF ="http://www.openui.org/=20">http://www.openui.org/=20</A>

            Get over $300 worth of modules for only $89.95!
            <A HREF ="http://www.mvcool.com/openui/?product=3DOPENUI-DESIGN">http://www.mvcool.com/openui/?product=3DOPENUI-DESIGN</A>


            > -----Original Message-----
            > From: [email protected]=20
            > [mailto:[email protected]] On Behalf Of Chuck=20
            > Lasker - DoublePlus
            > Sent: Sunday, July 18, 2004 6:28 PM
            > To: Miva Merchant Users
            > Subject: [mru] New Custom Product Fields and standard search
            >=20
            >=20
            > I have a client using the new Custom Product Fields. However,=20
            > the standard
            > Miva search does not work for these fields, even though=20
            > they're checked in
            > the Search admin. Is this to be expected? Do any of the search =
            modules
            > search the new Custom Product Fields?
            >=20
            > Chuck Lasker
            > [email protected]
            > DoublePlus New Media Marketing
            > <A HREF ="http://www.doubleplus.com">http://www.doubleplus.com</A>
            > Meet us at the Midwest mvUser Conference August 13 & 14.
            > <A HREF ="http://www.mvusers.com/~midwest/">http://www.mvusers.com/~midwest/</A>
            > Copernicus Designer's Club Certified Partner
            > Internet Affiliate Marketing Association Member
            > MvCool Partner - <A HREF ="http://www.mvcool.com/doubleplus">http://www.mvcool.com/doubleplus</A>
            >=20
            > Everything that is really great and inspiring is created by=20
            > the individual
            > who can labor in freedom.
            > --Albert Einstein
            >=20

            Comment


              product detail page problems



              Also it depends on your gateway setup... I do not have to batch at the store
              side of things with LinkPoint or with Verisign becuase I have my gateway set
              to auto process all incoming transactions. So the transactions get collected
              whether or not I mark them as processed in my store. My gateway does their
              own 'batch' at the end of every day. 'Batching' in my store in only a
              convience for me.... I use it to tell me if I've downloaded orders into my
              order manager software or not.

              Kelly



              ----- Original Message -----
              From: "Ivo Truxa" <[email protected]>
              To: "'Mike T'" <[email protected]>; <[email protected]>
              Sent: Sunday, July 18, 2004 9:36 PM
              Subject: RE: [mru] Processing orders and batches - suggestions


              > From: Mike T
              >
              >
              > > 1) Is batching orders a way to process credit card
              > > payments without actually having to go to the Verisign website?
              >
              > Yes
              >
              >
              > > 2) If #1 is true, does the batch goes away once orders
              > > are submitted for processing?
              >
              > Depends what you mean by "away". If you mean away from Miva Merchant, then
              > no - as long as you do not delete them, they stay there.
              >
              >
              > > 3) Also, is there a way to process an order without creating a
              > > 'batch'?
              >
              > Sure. At least in Ultra Batch - you can process any order without batching
              > it too. (http://miva.truxoft.com/mmubat.htm)
              >
              >
              > Ivo Truxa
              >
              > | http://miva.truxoft.com
              > | Advanced Miva Merchant modules
              >
              >

              Comment


                Module for One Product - Muliple Sizes



                Anybody know about this place ?

                <A HREF ="http://www.graphcard.com">http://www.graphcard.com</A>

                Got some spam from them today, but looks interesting.


                Thanks,
                -Barrett
                http://handmade-paper.us
                Hosted by Hostasaurus.com
                MM v4.20 OUI


                Comment


                  Rewrite Rule for Changing Category Codes



                  Thanks, Jason! I'll give it a shot.

                  Dan
                  Impulse Creations

                  For low priced back issue comics and the very best in service visit us at
                  www.impulsecreations.net and be sure to look for information on our
                  discounted subscription/pre-order service with free bags and free shipping!

                  -----Original Message-----
                  From: [email protected] [mailto:[email protected]]On
                  Behalf Of Jason Henderson
                  Sent: Wednesday, July 21, 2004 2:08 PM
                  To: mivalist; Merchant-Users@Miva. Com
                  Subject: Re: [mru] Rewrite Rule for Changing Category Codes

                  Try
                  Redirect 301 /page/IC/CTGY/AMZS63
                  <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/Amazing-Spiderman-1963">http://www.impulsecreations.net/page/IC/CTGY/Amazing-Spiderman-1963</A>

                  Jason
                  JMH Web Services
                  <A HREF ="http://www.jmhonline.net">http://www.jmhonline.net</A>
                  Miva Merchant Development and Search Engine Optimization
                  <A HREF ="http://www.jmhonline.net/searchmiva">http://www.jmhonline.net/searchmiva</A>
                  Subscribe now at:
                  http://jmhonline.net/newsletters.html


                  > Just trying this again now that the list seems to be working for the time
                  > being. Anyone know how to do this?
                  >
                  > -----Original Message-----
                  > From: [email protected]
                  [mailto:[email protected]]On
                  > Behalf Of mivalist
                  > Sent: Sunday, July 18, 2004 6:45 PM
                  > To: [email protected]
                  > Subject: [mru] Rewrite Rule for Changing Category Codes
                  >
                  > I'm going to be changing some of my old category codes to be more
                  > descriptive instead of using coded abbreviations. I don't want to screw
                  > up pages that are already indexed by search engines though so I'm hoping
                  > someone can help me with a rewrite rule to keep everything working
                  > smoothly. I'm also using Search Friendly Links so I need a rule that's
                  > compatible with the existing rewrite rule for that.
                  >
                  > I'll be changing several category codes but the changes will all be
                  > along the lines of going from:
                  >
                  > <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/AMZS63">http://www.impulsecreations.net/page/IC/CTGY/AMZS63</A>
                  >
                  > to:
                  >
                  > <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/AmazingSpiderman1963">http://www.impulsecreations.net/page/IC/CTGY/AmazingSpiderman1963</A>
                  >
                  > Can anyone give me a pointer on doing this?
                  >
                  > Thanks,
                  > Dan
                  > Impulse Creations
                  >
                  > For low priced back issue comics and the very best in service visit us
                  > at <<A HREF ="http://www.impulsecreations.net/> www.impulsecreations.net and be">http://www.impulsecreations.net/> www.impulsecreations.net and be</A>
                  > sure to look for information on our discounted subscription/pre-order
                  > service with free bags and free shipping!
                  >
                  > ---
                  > Incoming mail is certified Virus Free.
                  > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                  > Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/04
                  >
                  > ---
                  > Outgoing mail is certified Virus Free.
                  > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                  > Version: 6.0.723 / Virus Database: 479 - Release Date: 7/19/04
                  >
                  > ---
                  > Outgoing mail is certified Virus Free.
                  > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                  > Version: 6.0.723 / Virus Database: 479 - Release Date: 7/19/04
                  >
                  >

                  Comment


                    Rewrite Rule for Changing Category Codes



                    Try
                    Redirect 301 /page/IC/CTGY/AMZS63
                    <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/Amazing-Spiderman-1963">http://www.impulsecreations.net/page/IC/CTGY/Amazing-Spiderman-1963</A>

                    Jason
                    JMH Web Services
                    <A HREF ="http://www.jmhonline.net">http://www.jmhonline.net</A>
                    Miva Merchant Development and Search Engine Optimization
                    <A HREF ="http://www.jmhonline.net/searchmiva">http://www.jmhonline.net/searchmiva</A>
                    Subscribe now at:
                    http://jmhonline.net/newsletters.html


                    > Just trying this again now that the list seems to be working for the time
                    > being. Anyone know how to do this?
                    >
                    > -----Original Message-----
                    > From: [email protected]
                    [mailto:[email protected]]On
                    > Behalf Of mivalist
                    > Sent: Sunday, July 18, 2004 6:45 PM
                    > To: [email protected]
                    > Subject: [mru] Rewrite Rule for Changing Category Codes
                    >
                    > I'm going to be changing some of my old category codes to be more
                    > descriptive instead of using coded abbreviations. I don't want to screw
                    > up pages that are already indexed by search engines though so I'm hoping
                    > someone can help me with a rewrite rule to keep everything working
                    > smoothly. I'm also using Search Friendly Links so I need a rule that's
                    > compatible with the existing rewrite rule for that.
                    >
                    > I'll be changing several category codes but the changes will all be
                    > along the lines of going from:
                    >
                    > <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/AMZS63">http://www.impulsecreations.net/page/IC/CTGY/AMZS63</A>
                    >
                    > to:
                    >
                    > <A HREF ="http://www.impulsecreations.net/page/IC/CTGY/AmazingSpiderman1963">http://www.impulsecreations.net/page/IC/CTGY/AmazingSpiderman1963</A>
                    >
                    > Can anyone give me a pointer on doing this?
                    >
                    > Thanks,
                    > Dan
                    > Impulse Creations
                    >
                    > For low priced back issue comics and the very best in service visit us
                    > at <<A HREF ="http://www.impulsecreations.net/> www.impulsecreations.net and be">http://www.impulsecreations.net/> www.impulsecreations.net and be</A>
                    > sure to look for information on our discounted subscription/pre-order
                    > service with free bags and free shipping!
                    >
                    > ---
                    > Incoming mail is certified Virus Free.
                    > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                    > Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/04
                    >
                    > ---
                    > Outgoing mail is certified Virus Free.
                    > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                    > Version: 6.0.723 / Virus Database: 479 - Release Date: 7/19/04
                    >
                    > ---
                    > Outgoing mail is certified Virus Free.
                    > Checked by AVG anti-virus system (<A HREF =/"http://www.grisoft.com)/">http://www.grisoft.com)</A>.
                    > Version: 6.0.723 / Virus Database: 479 - Release Date: 7/19/04
                    >
                    >

                    Comment


                      Customer record update error



                      Check to make sure all your third party modules are up todate.

                      One might not be updated, and is missing that function.

                      Vic Vega
                      WolfPaw Computers
                      Miva Merchant Hosting Specialists
                      "Put the power of the pack to work for you!"(sm)
                      Ph: 1 (866) WOLFPAW
                      www.wpcomp.com


                      -----Original Message-----
                      From: [email protected]
                      [mailto:[email protected]] On Behalf Of MRU
                      Sent: Friday, August 13, 2004 11:57 AM
                      To: [email protected]
                      Subject: [mru] Customer record update error


                      Could some one please help with this, get this error after pressing
                      update on customer records.

                      Runtime error in /Merchant2/4.22/features/cus/cus.mvc @
                      [0000000b:00000e0c]: Line 3287: MvDO: Unable to find function
                      'Module_Customer_BatchEdit_Validate'

                      MM: v4.22 / MVM: v4.11
                      OpenUI: [4.949/4.971]

                      Doesn't appear to affecting much else though

                      John


                      Comment


                        Attribute Print Order



                        Yes, with the PRO versions of truXoft notification, invoice and batch
                        modules, you can choose among several ways to sort attributes on the orders.

                        Ivo Truxa

                        | http://miva.truxoft.com
                        | Advanced Miva Merchant modules



                        -----Original Message-----
                        From: Michael Resnick


                        Is there a way to determine the order in which attributes appear in batches
                        and invoices? My product can have as many as 20 attributes per product. The
                        order in which they print seems to have no relationship to the order in
                        which they appear on the web page.

                        Mike Resnick

                        http://wetokole.com






                        Comment


                          Attribute Print Order



                          Attributes by default print in the order they were created, not in the
                          order that they are chosen.

                          =-=-=-=-=-=-=-=-=-=-=-=-=-=-
                          David Perkowski
                          Duvys Web Development
                          (732) 905-0166
                          [email protected]


                          ----- Original Message -----
                          From: "Michael Resnick" <[email protected]>
                          To: <[email protected]>
                          Sent: Tuesday, October 05, 2004 6:05 PM
                          Subject: [mru] Attribute Print Order


                          > Is there a way to determine the order in which attributes appear in
                          batches
                          > and invoices? My product can have as many as 20 attributes per product.
                          The
                          > order in which they print seems to have no relationship to the order in
                          > which they appear on the web page.
                          >
                          > Mike Resnick
                          >
                          > http://wetokole.com
                          >
                          >
                          >
                          >
                          >
                          >

                          Comment


                            External SQL Data post to Miva Cart



                            On Sun, 2004-11-21 at 09:36, Jack Sanders wrote:
                            > Hi , I was wondering if any one has any insight on this. I have a supplier
                            > that is currently hosting a SQL database of product descriptions , images ,
                            > sku numbers , and pricing. They currently have this setup so the customer
                            > goes through a series of selection screens to get down to the proper sku
                            > then the product information is posted over to the retailers shopping cart
                            > system. They are informing me that a "post" is a common occurrence to send
                            > skus into shopping cart systems. This database contains a over 8000 skus and
                            > if a "post" is something we can do with our current MIVA website I would
                            > really appreciate it if someone can point me in the right direction to
                            > accomplish this.

                            Assuming I understand you correctly. POST, is just an HTML form method.
                            Are you looking to POST MIVA catalog data to an external (3rd party)
                            application or just asking if MIVA uses the POST method in its forms to
                            add data to its own cart?


                            --

                            s/:-[(/]/:-)/g


                            Brian GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
                            ================================================== ====================
                            gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
                            Key Info: http://gfx-design.com/keys
                            Linux Registered User #339825 at http://counter.li.org
                            aGEhIGJldCB5b3UgdGhpbmsgeW91IHByZXR0eSBzbGljayBmb3 IgZmlndXJpbmcgb3V0I
                            GhvdyB0byBkZWNvZGUgdGhpcy4gVG9vIGJhZCBpdCBoYXMgbm8 gc2VjcmV0IGluZm8gaW
                            4gaXQgaGV5Pwo=


                            Comment


                              Re: External SQL Data post to Miva Cart



                              Thanks for the reply Brian, we are looking to have data (sku , price, qty) post into our Miva cart. My concern is that this would be a SKU that does not exist in our Miva system.

                              Thanks
                              Jack


                              Brian V Bonini [email protected] Wrote:
                              >
                              >On Sun, 2004-11-21 at 09:36, Jack Sanders wrote:
                              >> Hi , I was wondering if any one has any insight on this. I have a supplier
                              >> that is currently hosting a SQL database of product descriptions , images ,
                              >> sku numbers , and pricing. They currently have this setup so the customer
                              >> goes through a series of selection screens to get down to the proper sku
                              >> then the product information is posted over to the retailers shopping cart
                              >> system. They are informing me that a "post" is a common occurrence to send
                              >> skus into shopping cart systems. This database contains a over 8000 skus and
                              >> if a "post" is something we can do with our current MIVA website I would
                              >> really appreciate it if someone can point me in the right direction to
                              >> accomplish this.
                              >
                              >Assuming I understand you correctly. POST, is just an HTML form method.
                              >Are you looking to POST MIVA catalog data to an external (3rd party)
                              >application or just asking if MIVA uses the POST method in its forms to
                              >add data to its own cart?
                              >
                              >
                              >--
                              >
                              >s/:-[(/]/:-)/g
                              >
                              >
                              >Brian GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
                              >================================================= =====================
                              >gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
                              >Key Info: http://gfx-design.com/keys
                              >Linux Registered User #339825 at http://counter.li.org
                              >aGEhIGJldCB5b3UgdGhpbmsgeW91IHByZXR0eSBzbGljayBmb 3IgZmlndXJpbmcgb3V0I
                              >GhvdyB0byBkZWNvZGUgdGhpcy4gVG9vIGJhZCBpdCBoYXMgbm 8gc2VjcmV0IGluZm8gaW
                              >4gaXQgaGV5Pwo=
                              >
                              >
                              >
                              --
                              From: Jack Sanders <[email protected]>

                              Comment


                                Re: External SQL Data post to Miva Cart



                                Our Add External Products module does this for you. It accepts selected
                                input from an approved external source.

                                <A HREF ="http://www.crosstowntraffic.net/store/ui_add_external.htm">http://www.crosstowntraffic.net/store/ui_add_external.htm</A>


                                Thanks,

                                Jeff Kirchner
                                CrosstownTraffic.net

                                Miva Merchant Modules

                                Instant downloads:
                                <A HREF ="http://www.CrosstownTraffic.net/store.mv">http://www.CrosstownTraffic.net/store.mv</A>

                                Help & Support:
                                <A HREF ="http://www.CrosstownTraffic.net/support/">http://www.CrosstownTraffic.net/support/</A>



                                Comment

                                Working...
                                X