Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    28
    Plugin Contributions
    0

    Default Downloadable Mobile Phone Content and Customisation...

    2 Questions that I could not find the answer do by doing a search within the forums

    1. How can I allow paid up customers to download Mobile phone content straight to their phones? Has anyone got any suggestions how I might get this working?

    2. on my site http://www.savagesoftware.com.au/store/ how can I get rid of the background image at the top of the page ( behind my logo ) and also the ZenCart advert at the very bottom of the page?

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    663
    Plugin Contributions
    0

    Default Re: Downloadable Mobile Phone Content and Customisation...

    I am not sure how this mobile thing works. Wouldn't they need UMTS or something similar? Let a mobile phone expert tell you how.....


    But the second questions is something you can do quickly. In your template folder open up your style sheet and edit the lines where it reads
    Code:
    TABLE.header {
      background-image: url(../images/header_bg.jpg);
      background-repeat: repeat-x;
      background-color: #ffffff;
      border-right: 1px solid #9a9a9a;
      border-left: 1px solid #9a9a9a;
      border-bottom: 1px solid #9a9a9a;
    }
    to read the following
    Code:
    TABLE.header {
      background-repeat: repeat-x;
      background-color: #ffffff;
      border-right: 1px solid #9a9a9a;
      border-left: 1px solid #9a9a9a;
      border-bottom: 1px solid #9a9a9a;
    }
    and the background will be removed.

  3. #3
    Join Date
    May 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Downloadable Mobile Phone Content and Customisation...

    Hi masterblaster,
    thanks for your response on the back ground image issue.

    Do any Mobile phone experts lurk on these forums?

  4. #4
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    663
    Plugin Contributions
    0

    Default Re: Downloadable Mobile Phone Content and Customisation...

    So far that I can think of is that you get a service provider for sending SMS and then send a SMS with a temp link to the downloads created by zen-cart for download.

    Maybe you can use the WAP protocol to handle this... you might want to google on methods on how to send files to a mobile.

    This would require some extra coding but should be doable.

  5. #5
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Idea or Suggestion Downloadable Mobile Phone Content and Customisation...

    you should use wap protocol in order to do it! i'd developed one WAPsite few years ago but never did what you just trying to do...i think it would be wise for you to dig a little bit about how WAP works...! good luck...
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  6. #6
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    663
    Plugin Contributions
    0

    Default Re: Downloadable Mobile Phone Content and Customisation...

    I did a little research myself because I was somehow interested in how it works.

    You could use a WAP gateway like clickatell.com to use WAP push and send the files over to the mobile number you specify. This could be extended to use zen-cart to send files to a mobile with a cronjob.

    If you me to help you, feel free to pm me. I have good rates

 

 

Similar Threads

  1. v155 Speed of V155 on mobile phone with responsive template
    By Quartier in forum Bug Reports
    Replies: 6
    Last Post: 4 May 2016, 03:29 PM
  2. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  3. Mobile Phone Paymemt Gateway
    By mediastuffonline in forum Addon Payment Modules
    Replies: 0
    Last Post: 15 Nov 2008, 01:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg