Page 1 of 4 123 ... LastLast
Results 1 to 10 of 395

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    771
    Plugin Contributions
    7

    Default Contest System [support thread]

    Due to the hard times that we are in, my customers needed new traffic to their sites.
    So I created the Zen Cart Contest System module that you can get here Marketing Tools Contest System Free Software Add Ons.
    The Contest System allows the admin to control a contest on there Zen Cart site.
    Contest System is easy to setup and run the winner is randomly chosen.
    Admin: sets the start date and ending date.
    Admin: selects a prize / product from your shop.

    The rules page is not all encompassing (ICTIMTR*) you should read!!! and see if your state/country allows this
    type of contest before starting.

    For more information see the readme_install.txt file.
    There are screen shots in the zip file.

    Thinking that most of Zen users are not into contests I have collected a list of links
    that will help you in getting the word out you are running a contest.

    The following sites allow you to list your contest for free.
    Some require a reciprocal link back to their site.
    Code:
    Submit to Contest Websites:
    www.online-sweepstakes.com
    www.contestguide.com
    www.contestalley.com
    www.familysweeps.net
    www.sandysrealm.com
    www.grandmajam.com
    www.cashnetsweeps.com
    www.cyber-sweeps.com
    www.sweepstalk.com
    www.contesthound.com
    www.contestlistings.com
    www.flamingoworld.com/forum/ubbthreads.php
    
    Other Websites with contest sections:
    www.internetbasedmoms.com/bb/
    www.absolutefreebiestuff.com
    www.where2go.com
    www.killerfreebies.com
    tbadeals.us
    www.sweepthenet.com
    www.dailyspice.com
    www.frugalshopper.com
    wahmteam.com/contests.shtml
    
    Canadian Sites - If you have a contest that Canadian residents are eligible.
    
    www.canuckcash.ca
    www.canadasweepstakes.com
    www.frugalshopper.ca
    www.somewhereincanada.com
    sweepsfrenzy.com
    Note:
    I have no connection to these sites and have no comments about them.
    (I placed them in the window so they would not be hot links)

    This will be the support thread for Zen Cart Contest System.
    So if you have any question please post them here.

    Hope we all WIN!!!

    Skip

    *I code therefore I make the rules
    • 446F63746F722057686F •

  2. #2
    Join Date
    May 2005
    Location
    England
    Posts
    399
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Hello Skip,

    Many thanks for this mod, it works brilliantly. I just spotted one minor thing, in that the the page with item dislplays the MSRP in $. We are in the UK, so our default currency is GBP, but we do have a currency convertor if needed by visitors.

    Regards,

    Heathenmagic

  3. #3
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    771
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by HeathenMagic View Post
    Hello Skip,

    Many thanks for this mod, it works brilliantly. I just spotted one minor thing, in that the the page with item dislplays the MSRP in $. We are in the UK, so our default currency is GBP, but we do have a currency convertor if needed by visitors.

    Regards,

    Heathenmagic
    Was not even thinking of that.

    You can find and change in includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php
    Just change the '$' to & # 1 6 3; with out the spaces to show £

    Around line 179 find:

    PHP Code:
    echo '<br/>MSRP $' number_format($contest_prize->fields['products_price'],2); 
    The value of monies is coming from the product price so if you are using pounds the number will be pounds. Just not the right sign.

    Or you could just remove the '$'.

    Skip
    • 446F63746F722057686F •

  4. #4
    Join Date
    May 2005
    Location
    England
    Posts
    399
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Hello Skip,

    Wow, many thanks for your reply. That did the trick, many thanks.

    Regards,

    Heathenmagic

  5. #5
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    771
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by skipwater View Post
    Was not even thinking of that.

    You can find and change in includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php
    Just change the '$' to & # 1 6 3; with out the spaces to show £

    Around line 179 find:

    PHP Code:
    echo '<br/>MSRP $' number_format($contest_prize->fields['products_price'],2); 
    The value of monies is coming from the product price so if you are using pounds the number will be pounds. Just not the right sign.

    Or you could just remove the '$'.

    Skip
    Here is the correct fix :
    File: includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php
    Around line 179 find:

    PHP Code:
    echo '<br/>MSRP $' number_format($contest_prize->fields['products_price'],2); 
    Replace the line with:
    PHP Code:
     echo '<br/>MSRP ' . ((zen_has_product_attributes_values((int)$contest_prize->fields['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE '') . zen_get_products_display_price((int)$contest_prize->fields['products_id']); 
    This will display the correct currency that zen cart is set for.

    Rember to backup your file first before editing.

    This fix will be in v1.2 of the Contest System.
    • 446F63746F722057686F •

  6. #6
    Join Date
    May 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Thanks skipwater, this is awesome!
    I did notice in the template files you have a zj_silver along with the CUSTOM. I deleted them before uploading as I assumed (I know...bad word) that may have been your personal files. Didn't seem to affect the function, am I ok in this thought?

  7. #7
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    771
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Yes that was the last install Yes deleting is good they are not needed.
    I am working on v1.2 and when I upload it maybe I will get it right.
    • 446F63746F722057686F •

  8. #8
    Join Date
    Jun 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    I kinda feel like a fool but I cannot correct the Title for my contest. I know this is probabbly day one stuff but Please help. The URL is
    http://gemma.fatcow.com/cosmetics/in...a811e4a16c3d6b

    I have my page almost comple and ready to post soon. Finishing this will help me greatly. Thanks

  9. #9
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    771
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by paulstar View Post
    I kinda feel like a fool but I cannot correct the Title for my contest. I know this is probabbly day one stuff but Please help. The URL is
    http://gemma.fatcow.com/cosmetics/in...a811e4a16c3d6b

    I have my page almost comple and ready to post soon. Finishing this will help me greatly. Thanks
    It looks like you are missing this file: /includes/languages/english/mostlygrey/contest.php

    This file would be in the contest_system zip file here: /includes/languages/english/YOUR_TEMPLATE/contest.php

    Skip
    • 446F63746F722057686F •

  10. #10
    Join Date
    Jun 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    You were 100% correct thanks for getting back to me as fast as you did!

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Save For Later Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 116
    Last Post: 3 May 2013, 05:35 PM
  2. Better Together Contribution Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 579
    Last Post: 21 Apr 2013, 04:59 AM
  3. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 227
    Last Post: 13 Dec 2012, 07:42 PM
  4. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  5. PO Box Ban [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 23
    Last Post: 28 Oct 2009, 11:58 PM

Bookmarks

Posting Permissions

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