3 replies
  • WEB DESIGN
  • |
I have been trying to come up with a mobile solution to my site below. What are site owners that require large product images doing with mobile, since the small mobile screen is inadequate and even results in losing a sale? I have been thinking about an Incentive Mobile site, that will provide an incentive to visit my shopping cart on their laptop..???

Kevin
www.cvtreasures.com
#mobile #needed #site
  • Profile picture of the author NathanielDeal
    You could build a mobile site on a subdomain and install a script that detects mobile browsers and sends the visitor to your mobile subdomain. The site would have a landing page with the categories and a logo. Then once the visitor clicks a category it displays your products in a single column and you could have them checkout with paypal mobile. Thanks!
    {{ DiscussionBoard.errors[2321162].message }}
    • Profile picture of the author nofearman
      Originally Posted by NathanielDeal View Post

      You could build a mobile site on a subdomain and install a script that detects mobile browsers and sends the visitor to your mobile subdomain. The site would have a landing page with the categories and a logo. Then once the visitor clicks a category it displays your products in a single column and you could have them checkout with paypal mobile. Thanks!
      Where can I get more specifics on how to do this?
      {{ DiscussionBoard.errors[2321829].message }}
      • Profile picture of the author Oakleaf
        Originally Posted by nofearman View Post

        Where can I get more specifics on how to do this?
        You could try this link, Create a Mobile Site | Designer Break English

        Actually it should be quite simple, with php you can easily detect the user's browser and depending on it, you could render your html page(or redirect to the mobile page).

        Adding a subdomain is very simple too, check your host for instructions, if you don't want your mobile site on a subdomain you can have it on a subdirectory.
        {{ DiscussionBoard.errors[2327268].message }}

Trending Topics