Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I have two question.
Is there a way that you can select more than one winner and then close the contest after you've selected your required number of winners?
Currently I'm having to backup my DB then select a winner. Restore the DB and put a W in the one that was selected. Then I have to do it all over again.
My next question. I only sell downloadable items. Is there a way that, either a coupon can automatically be created and sent when you send the email OR is there another way this can be done so that the customer can access a free download of the product.
Thanks a million!
Hi all how do i install SQL for contest system there is no sql file
There is no sql file to cut and past into the database.
The sql.php file which is part of the upload files handles the SQL install. This is the file in question:
/YOUR_ADMIN/install-sql-contest-v1.6.php
When you have uploaded all files (including the one above) to your server enter in your browser:
www.yourstore.com/your_admin/install-sql-contest-v1.6.php
This will then auto install the necessary SQL
Greetings fellow Zenners,
I recently installed on latest Zen Cart v139b. Can't seem to get the darn thing out the driveway. Installed all the files to their respective directories. Even double check making sure I didn't forget to change the name of any of the custom_template / admin folders in the mod pkg. I used FileZilla to do directory comparison and toggled synchronize browsing to make sure everything installed; sure enough, everything installed where they should be. Here's the fun part, unable to run install file -----> "install-sql-contest-v1.6.php".
Here's what I point my browser to: MY_DOMAIN_NAME.com/MY-ADMIN/install-sql-contest-v1.6.php
It keeps redirecting me back to my admin login page. Any suggestion? Tried installing it on Zen Cart 1.3.8a as well, thinking it might be because of security enhancements in v1.3.9b, but same problem.
Kinda was looking forward to this script. I've installed 16+ thus far, plus Zen Cart, with issues, yes but have figured them out; can't seem to figure this out, and want this script. thanx.
Marcia
Last edited by ZhENerationX; 13 May 2010 at 12:57 AM.
Skip,
Thanks for your quick response; however, I think I'll just walk away from this one and do a complete uninstall. I'm finding some of these modules more problematic to install and comprehend than Zen Cart. It took me 30+ minutes trying to find the installer; I finally uncovered that the installer that runs the program should be run from the browser, and that info I found in the installer (install-sql-contest-v1.6.php), not the install docs;
Finally got the script up and running, after much back and forth, only now I'm entering the contest to test it out, it doesn't tell me, you've won, you've lost, or drawing information to follow. <sigh>. Just don't have all day to spend in "support" for a mod. At this point, Zen Cart install seems like a piece of cake.
Anyway, thanks for the assistance, but think I'll just pass on this one. I don't have the luxury of spending 4+ hours to install "one" add-on.
Last edited by ZhENerationX; 13 May 2010 at 05:03 AM.
Hello
I am having a small problem with the contest main entry page. The email entry firels, question, and answer just are not ligned up right and it doesn't look good at all.. You can see what I mean here:
http://www.paulsadventures.ca
Any suggestions?
Changing geocart/includes/templates/theme124/css/stylesheet_reward.css around line 10.
from this
/*Override inputLabel style to get rid of ugly label word wrapping*/
label.inputLabel
{
float:left;
width:20em;
}
to this
/*Override inputLabel style to get rid of ugly label word wrapping*/
label.inputLabel
{
float:left;
width:10em;
}
Should work for the contest page but have no idea what will change else where if anything.
Skip
• 446F63746F722057686F •