How do you change the size of the Search Box Header (input.search-header-box)?
Printable View
How do you change the size of the Search Box Header (input.search-header-box)?
Clearly I have done something wrong in setting up Winchester Black. I originally had everything listed on the responsive template that come with Zen Cart and the products displayed just fine. Come across Winchester Black and it's exactly what I was looking for so followed the instructions to upload it to the website. The first page is fine but if I click on Categories the products show up but if you try to follow the link, such as Essentials, the page goes dark. Animal Impressions is still in development so nothing is in that category as yet. Could really use some help please. Web site is: https://zyancanada.ca and I'm using a Canadian company called Hostpapa for my hosting. Thank you in advance
It actually gives an error message. Check out https://www.zen-cart.com/showthread....-and-try-again and some of the similar threads at the bottom of that post.
Has anyone else found that with the latest build of Chrome (64), the product images vanish on the product pages? (Winchester Black Template running on 1.5.4)
Hi there,
I wonder if you could let me know what ypu did to fix this...if indeed you did fix it :)
I have the exact same problem and have looked through the template files carefully but see no omissions. And, in any case, which file could I leave out which would affect only one CSS Button? If anyone could give me a clue as to where to look for this error I would appreciate it.
PHP? Its all greek to me ;)
Attachment 17408
You should go into your admin->tools->Developers Tool Kit.
There you should type "BUTTON_LOOKUP_ALT" in the place that includes PHP files search
and hit the Search button...
Now you should be surprised to see it defined @/includes/languages/english/button_names.php file
or other language directory you have...
Hi,
Thanks for your reply.
I've already searched everywhere in the Dev toolkit and, have indeed found the buttons file but, there would appear to be nothing wrong in that file, i.e. the button lookup is defined as it should be as far as I can tell! I'm currently looking in /includes/templates/template_default/templates/tpl_discount_coupon_default.php but still, as I am not proficient in PHP code, cannot tell if anything is wrong
Perhaps you can see something wrong?
PHP Code:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Author: DrByte Fri Jan 8 01:41:14 2016 -0500 Modified in v1.5.5 $
*/
/**
* define the button images used in the project
*/
define('BUTTON_IMAGE_ADD_TO_CART', 'button_add_to_cart.gif');
define('BUTTON_IMAGE_ADD_ADDRESS', 'button_add_address.gif');
define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif');
define('BUTTON_IMAGE_BACK', 'button_back.gif');
define('BUTTON_IMAGE_BUY_NOW', 'button_buy_now.gif');
define('BUTTON_IMAGE_CANCEL', 'button_cancel.gif');
define('BUTTON_IMAGE_CHANGE_ADDRESS', 'button_change_address.gif');
define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif');
define('BUTTON_IMAGE_CONFIRM_SEND', 'button_confirm_send.gif');
define('BUTTON_IMAGE_CONFIRM_ORDER', 'button_confirm_order.gif');
define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif');
define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'button_continue_shopping.gif');
define('BUTTON_IMAGE_DELETE', 'button_delete.gif');
define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif');
define('BUTTON_IMAGE_DOWNLOAD', 'button_download.gif');
define('BUTTON_IMAGE_EDIT_SMALL', 'small_edit.gif');
define('BUTTON_IMAGE_IN_CART', 'button_in_cart.gif');
define('BUTTON_IMAGE_LOGIN', 'button_login.gif');
define('BUTTON_IMAGE_NEXT', 'button_next.gif');
define('BUTTON_IMAGE_PREVIOUS', 'button_prev.gif');
define('BUTTON_IMAGE_REDEEM', 'button_redeem.gif');
define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'button_return_to_product_list.gif');
define('BUTTON_IMAGE_REVIEWS', 'button_reviews.gif');
define('BUTTON_IMAGE_SEARCH', 'button_search.gif');
define('BUTTON_IMAGE_SEND', 'button_send.gif');
define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'button_send_a_gift_cert.gif');
define('BUTTON_IMAGE_SEND_ANOTHER', 'button_send_another.gif');
define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'button_shipping_estimator.gif');
define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');
define('BUTTON_IMAGE_SUBMIT', 'button_submit.gif');
define('BUTTON_IMAGE_UNSUBSCRIBE', 'button_unsubscribe.gif');
define('BUTTON_IMAGE_UPDATE', 'button_update.gif');
define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif');
define('BUTTON_IMAGE_WRITE_REVIEW', 'button_write_review.gif');
define('BUTTON_IMAGE_READ_REVIEWS', 'button_read_reviews.gif');
define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif');
define('BUTTON_IMAGE_MORE_REVIEWS', 'button_more_reviews.gif');
define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'button_continue_checkout.gif');
//define('PREVNEXT_BUTTON_NEXT', '[Next >>]');
//define('PREVNEXT_BUTTON_LAST', 'LAST>>');
define('BUTTON_IMAGE_CREATE_ACCOUNT', 'button_create_account.gif');
define('BUTTON_IMAGE_LOG_OFF', 'button_logoff.gif');
/*
* ALT text is used as Button Text, or for the ALT tag on image-buttons
*/
define('BUTTON_CREATE_ACCOUNT_ALT', 'Sign Up');
define('BUTTON_LOG_OFF_ALT', 'Log Off');
define('BUTTON_ADD_TO_CART_ALT', 'Add This to My Cart');
define('BUTTON_ADD_ADDRESS_ALT', 'Add Address');
define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','Add Selected to Cart');
define('BUTTON_BACK_ALT', 'Back');
define('BUTTON_BUY_NOW_ALT', 'Buy Now');
define('BUTTON_CANCEL_ALT', 'Cancel');
define('BUTTON_CHANGE_ADDRESS_ALT', 'Change Address');
define('BUTTON_CHECKOUT_ALT', 'Checkout');
define('BUTTON_CONFIRM_SEND_ALT', 'Send Gift Certificate');
define('BUTTON_CONFIRM_ORDER_ALT', 'Confirm Order');
define('BUTTON_CONTINUE_ALT', 'Continue');
define('BUTTON_CONTINUE_SHOPPING_ALT', 'Continue Shopping');
define('BUTTON_DELETE_ALT', 'Delete');
define('BUTTON_DELETE_SMALL_ALT', 'Delete');
define('BUTTON_DOWNLOAD_ALT', 'Download Now');
define('BUTTON_EDIT_SMALL_ALT', 'Edit');
define('BUTTON_IN_CART_ALT', 'Add to Cart');
define('BUTTON_LOGIN_ALT', 'Sign In');
define('BUTTON_LOOKUP_ALT', 'Lookup');
define('BUTTON_NEXT_ALT', 'Next');
define('BUTTON_PREVIOUS_ALT', 'Previous');
define('BUTTON_REDEEM_ALT', 'Redeem');
define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'Return to the Product List');
define('BUTTON_REVIEWS_ALT', 'Go to the Reviews Page');
define('BUTTON_SEARCH_ALT', 'Search');
define('BUTTON_SEND_ALT', 'Send Now');
define('BUTTON_SEND_ANOTHER_ALT', 'Send Another Gift Certificate');
define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Send A Gift Certificate');
define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Shipping Estimator');
define('BUTTON_SOLD_OUT_ALT', 'Sold Out');
define('BUTTON_SOLD_OUT_SMALL_ALT', 'Sold Out');
define('BUTTON_SUBMIT_ALT', 'Submit the Information');
define('BUTTON_UNSUBSCRIBE', 'Unsubscribe');
define('BUTTON_UPDATE_ALT', 'Update');
define('BUTTON_VIEW_SMALL_ALT', 'View');
define('BUTTON_WRITE_REVIEW_ALT', 'Write Review');
define('BUTTON_READ_REVIEWS_ALT', 'Read the Review');
define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Go To This Product\'s Details');
define('BUTTON_MORE_REVIEWS_ALT', 'Read More Reviews');
define('BUTTON_VIEW_ALL_ALT', 'View All');
Hi again all,
Just as an aside, I see that Anne has already answered this query to the original poster and said that it was nothing to do with the Template. However, if one visits the "Demo" posted on this very thread then we see the following:
http://www.zenlyzen.com/responsive-z...iscount_coupon
Therefore, I suspect this to be a programming error with the template. Should I place this in the Bugs section?
James