Re: Winchester Responsive
Quote:
Originally Posted by
kwright
You're welcome Anne. I'm using v1.3, so it doesn't have the fix. Just downloaded 1.4 to see what else has been updated!
Thanks again for sharing and supporting such a great responsive template! :clap:
Thank you for using it for your site ;)
Thanks,
Anne
1 Attachment(s)
Re: Winchester Responsive
ZC 1.5.4 Winchester Responsive
http://joburgonline.com
I have searched through the thread, and looked for the toggle for Discount Coupons and Gift Certificates. The Admin>Modules>Order Totals have been turned off.
Near the footer, these links still appear:
Attachment 15308
Re: Winchester Responsive
Quote:
Originally Posted by
Parafanaylya
ZC 1.5.4 Winchester Responsive
http://joburgonline.com
I have searched through the thread, and looked for the toggle for
Discount Coupons and
Gift Certificates. The Admin>Modules>Order Totals have been turned off.
Near the footer, these links still appear:
Attachment 15308
Found it :Flush:
Re: Winchester Responsive
Quote:
Originally Posted by
Parafanaylya
Found it :Flush:
I am happy that you figured it out ;)
Thanks,
Anne
Re: Winchester Responsive
Try to figure 2-3 things....
1 - How can I hide the "top specials bar" ?
2 - How can I hide the menu (categories, information, contact) in the header ?
3 - Where can I find a comprehensive tutorial about how the "layout boxes controller" work ? I turn thing ON/OFF and don't see change. Ex : language selection. Do I have to turn thing ON and go somewhere else to see it on my page ?
For the last, it's a beautiful template ! Thanks Anne !
Re: Winchester Responsive
Quote:
Can this be changed from this
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
To this?
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => More new products will be added soon. Please check back later.);
Quote:
Originally Posted by
picaflor-azul
It is better to do a devlopers tool kit search for the constant TEXT_NO_PRODUCTS and then add your definition to the language file where it is located.
Thanks,
Anne
I'm thinking that the reason this question was asked is that the cart will show TEXT_NO_PRODUCTS when selecting Featured Products and there are none.
The correction that I have found for this is in the file includes/modules/winchester_responsive/product_listing.php.
There seems to be an errant line return in the file that causes the php to break. What that portion of the file is trying to do is to NOT show a Featured Products if there are none.
I have found that changing
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
to
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"','text' => TEXT_NO_PRODUCTS);
causes the code to work correctly. IOW, if there are no Featured Products, the customer is not given that as a choice on the Categories page.
I haven't look to see if this problem is a carry over from the Column Layout mod.
Re: Winchester Responsive
Quote:
Originally Posted by
dbltoe
I'm thinking that the reason this question was asked is that the cart will show TEXT_NO_PRODUCTS when selecting Featured Products and there are none.
The correction that I have found for this is in the file includes/modules/winchester_responsive/product_listing.php.
There seems to be an errant line return in the file that causes the php to break. What that portion of the file is trying to do is to NOT show a Featured Products if there are none.
I have found that changing
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
to
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"','text' => TEXT_NO_PRODUCTS);
causes the code to work correctly. IOW, if there are no Featured Products, the customer is not given that as a choice on the Categories page.
I haven't look to see if this problem is a carry over from the Column Layout mod.
While this did fix part of the problem, if the flexible footer menu still lists Featured, you get the dreaded TEXT_NO_PRODUCTS.
More research to be done....
Re: Winchester Responsive
Quote:
Originally Posted by
dbltoe
I'm thinking that the reason this question was asked is that the cart will show TEXT_NO_PRODUCTS when selecting Featured Products and there are none.
The correction that I have found for this is in the file includes/modules/winchester_responsive/product_listing.php.
There seems to be an errant line return in the file that causes the php to break. What that portion of the file is trying to do is to NOT show a Featured Products if there are none.
I have found that changing
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"',
'text' => TEXT_NO_PRODUCTS);
to
PHP Code:
$list_box_contents[0][] = array('params' => 'class="productListing-data"','text' => TEXT_NO_PRODUCTS);
causes the code to work correctly. IOW, if there are no Featured Products, the customer is not given that as a choice on the Categories page.
I haven't look to see if this problem is a carry over from the Column Layout mod.
Thank you so much for posting ;) I will look into this and add this to a future update.
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
dbltoe
While this did fix part of the problem, if the flexible footer menu still lists Featured, you get the dreaded TEXT_NO_PRODUCTS.
More research to be done....
That's really strange. Please let me know if you figure anything out about this.
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
EricBel
Try to figure 2-3 things....
1 - How can I hide the "top specials bar" ?
2 - How can I hide the menu (categories, information, contact) in the header ?
3 - Where can I find a comprehensive tutorial about how the "layout boxes controller" work ? I turn thing ON/OFF and don't see change. Ex : language selection. Do I have to turn thing ON and go somewhere else to see it on my page ?
For the last, it's a beautiful template ! Thanks Anne !
1 and 2. If you are going to make css changes to the template I recommend using chrome and its web developer tools. They will tell you the exact line of the file that needs to be edited.
3. If you do a search on the FAQs on this site you will find a tutorial about the layout boxes controller
Thanks,
Anne