Re: Winchester Responsive
Quote:
Originally Posted by
KNERD
Thanks for clearing that up. It seems my brain on occasions will be looking right at something and still can't see it in front of me
No problem. Happens to me ALL of the time!
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
picandnix
Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?' :rotflmao:
LOL, exactly what I was thinking!
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
picandnix
In a word, Anne: Perfect!! Thank you :hug:
No problem :smile:
Thanks,
Anne
Re: Winchester Responsive
Hi Anne,
I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.
To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.
Does this make since? Or am I off-base?
Thanks :smile:
Re: Winchester Responsive
Quote:
Originally Posted by
kwright
Hi Anne,
I just installed your 1.3v of this really cool template over a new 1.5.3 ZC. I noticed that under "Configuration->Winchester Responsive Template Configuration" the values for Home "Page Slideshow" and "EZ Pages in Header Menu" were not showing and when editing these values, they were fill-in rather than radio options.
To fix both the display of the set values and using radio options rather than fill-in, I moved "zen_cfg_select_option(array('true', 'false')," from use_function to set_function in the configurations table for these settings.
Does this make since? Or am I off-base?
Thanks :smile:
Thank you for posting ;) I'll check this out and post back.
Thanks,
Anne
Re: Winchester Responsive
I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.p...34#post1255234
Re: Winchester Responsive
Quote:
Originally Posted by
wtfbbq
I did a fresh install of 1.5.3 > installed this template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
Mentioned this in the support thread for Fast and Easy checkout.
http://www.zen-cart.com/showthread.p...34#post1255234
This is not a template related problem. When css/js loader and fast and easy checkout are installed correctly there are no conflicts with the template. I would look at your merged files. My guess is that you have not merged files correctly.
Thanks,
Anne
Re: Winchester Responsive
Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.
Re: Winchester Responsive
Quote:
Originally Posted by
wtfbbq
Update: There was a bug in the Numinix plug-in. A newer FEC version solved the issue.
I am happy that you figured out the problem.
Thanks,
Anne
Re: Winchester Responsive
Hi Anne,
Working through your most excellent template and came across an issue with the "Discount Coupons" link.
If you set it to "3" under "Define Page Status" so it will not show, the link is removed from the "Information" sidebox, but not from the "Information->General Info" drop-down menu.
Adding the following to tpl_modules_mobile_categories_tabs.php (around line 74) seems to correct it!
Before:
Code:
if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')
After:
Code:
if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true')
What do you think?
Thanks,
Kevin :smile: