Page 1 of 1
Add to Cart button without caption
Posted: Sun Dec 17, 2023 2:50 pm
by Dantheman01
Version Version 3.0.2.0
Theme Default
Extension(s) Google Analytics
Translation(s) None
I have to nearly identical installs, but one of the buttons barely shows. perhaps missing text? Any ideas?
This product page looks normal:
This one does not:

Re: Add to Cart button without caption
Posted: Sun Dec 17, 2023 3:25 pm
by Dantheman01
In fact, none of my buttons have captions

Re: Add to Cart button without caption
Posted: Sun Dec 17, 2023 5:24 pm
by Dantheman01
OK, this was resolved. It was missing the /catalog/language/en-gb/en-gb.php file.
Here was the code in the file - maybe help someone else:
<?php
// Locale
$_['code'] = 'en';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'd/m/Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['datetime_format'] = 'd/m/Y H:i:s';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
// Text
$_['text_home'] = '<i class="fa fa-home"></i>';
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['text_none'] = ' --- None --- ';
$_['text_select'] = ' --- Please Select --- ';
$_['text_all_zones'] = 'All Zones';
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
$_['text_loading'] = 'Loading...';
$_['text_no_results'] = 'No results!';
// Buttons
$_['button_address_add'] = 'Add Address';
$_['button_back'] = 'Back';
$_['button_continue'] = 'Continue';
$_['button_cart'] = 'Add to Cart';
$_['button_cancel'] = 'Cancel';
$_['button_compare'] = 'Compare this Product';
$_['button_wishlist'] = 'Add to Wish List';
$_['button_checkout'] = 'Checkout';
$_['button_confirm'] = 'Confirm Order';
$_['button_coupon'] = 'Apply Coupon';
$_['button_delete'] = 'Delete';
$_['button_download'] = 'Download';
$_['button_edit'] = 'Edit';
$_['button_filter'] = 'Refine Search';
$_['button_new_address'] = 'New Address';
$_['button_change_address'] = 'Change Address';
$_['button_reviews'] = 'Reviews';
$_['button_write'] = 'Write Review';
$_['button_login'] = 'Login';
$_['button_update'] = 'Update';
$_['button_remove'] = 'Remove';
$_['button_reorder'] = 'Reorder';
$_['button_return'] = 'Return';
$_['button_shopping'] = 'Continue Shopping';
$_['button_search'] = 'Search';
$_['button_shipping'] = 'Apply Shipping';
$_['button_submit'] = 'Submit';
$_['button_guest'] = 'Guest Checkout';
$_['button_view'] = 'View';
$_['button_voucher'] = 'Apply Gift Certificate';
$_['button_upload'] = 'Upload File';
$_['button_reward'] = 'Apply Points';
$_['button_quote'] = 'Get Quotes';
$_['button_list'] = 'List';
$_['button_grid'] = 'Grid';
$_['button_map'] = 'View Google Map';
// Error
$_['error_exception'] = 'Error Code(%s): %s in %s on line %s';
$_['error_upload_1'] = 'Warning: The uploaded file exceeds the upload_max_filesize directive in php.ini!';
$_['error_upload_2'] = 'Warning: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!';
$_['error_upload_3'] = 'Warning: The uploaded file was only partially uploaded!';
$_['error_upload_4'] = 'Warning: No file was uploaded!';
$_['error_upload_6'] = 'Warning: Missing a temporary folder!';
$_['error_upload_7'] = 'Warning: Failed to write file to disk!';
$_['error_upload_8'] = 'Warning: File upload stopped by extension!';
$_['error_upload_999'] = 'Warning: No error code available!';
$_['error_curl'] = 'CURL: Error Code(%s): %s';
/* When doing translations only include the matching language code */
// Datepicker
//$_['datepicker'] = 'af';
//$_['datepicker'] = 'ar-dz';
//$_['datepicker'] = 'ar-kw';
//$_['datepicker'] = 'ar-ly';
//$_['datepicker'] = 'ar-ma';
//$_['datepicker'] = 'ar-sa';
//$_['datepicker'] = 'ar-tn';
//$_['datepicker'] = 'ar';
//$_['datepicker'] = 'az';
//$_['datepicker'] = 'be';
//$_['datepicker'] = 'bg';
//$_['datepicker'] = 'bn';
//$_['datepicker'] = 'bo';
//$_['datepicker'] = 'br';
//$_['datepicker'] = 'bs';
//$_['datepicker'] = 'ca';
//$_['datepicker'] = 'cs';
//$_['datepicker'] = 'cv';
//$_['datepicker'] = 'cy';
//$_['datepicker'] = 'da';
//$_['datepicker'] = 'de-at';
//$_['datepicker'] = 'de-ch';
//$_['datepicker'] = 'de';
//$_['datepicker'] = 'dv';
//$_['datepicker'] = 'el';
//$_['datepicker'] = 'en-au';
//$_['datepicker'] = 'en-ca';
$_['datepicker'] = 'en-gb';
//$_['datepicker'] = 'en-ie';
//$_['datepicker'] = 'en-nz';
//$_['datepicker'] = 'eo';
//$_['datepicker'] = 'es-do';
//$_['datepicker'] = 'es';
//$_['datepicker'] = 'et';
//$_['datepicker'] = 'eu';
//$_['datepicker'] = 'fa';
//$_['datepicker'] = 'fi';
//$_['datepicker'] = 'fo';
//$_['datepicker'] = 'fr-ca';
//$_['datepicker'] = 'fr-ch';
//$_['datepicker'] = 'fr';
//$_['datepicker'] = 'fy';
//$_['datepicker'] = 'gd';
//$_['datepicker'] = 'gl';
//$_['datepicker'] = 'gom-latn';
//$_['datepicker'] = 'he';
//$_['datepicker'] = 'hi';
//$_['datepicker'] = 'hr';
//$_['datepicker'] = 'hu';
//$_['datepicker'] = 'hy-am';
//$_['datepicker'] = 'id';
//$_['datepicker'] = 'is';
//$_['datepicker'] = 'it';
//$_['datepicker'] = 'ja';
//$_['datepicker'] = 'jv';
//$_['datepicker'] = 'ka';
//$_['datepicker'] = 'kk';
//$_['datepicker'] = 'km';
//$_['datepicker'] = 'kn';
//$_['datepicker'] = 'ko';
//$_['datepicker'] = 'ky';
//$_['datepicker'] = 'lb';
//$_['datepicker'] = 'lo';
//$_['datepicker'] = 'lt';
//$_['datepicker'] = 'lv';
//$_['datepicker'] = 'me';
//$_['datepicker'] = 'mi';
//$_['datepicker'] = 'mk';
//$_['datepicker'] = 'ml';
//$_['datepicker'] = 'mr';
//$_['datepicker'] = 'ms-my';
//$_['datepicker'] = 'ms';
//$_['datepicker'] = 'my';
//$_['datepicker'] = 'nb';
//$_['datepicker'] = 'ne';
//$_['datepicker'] = 'nl-be';
//$_['datepicker'] = 'nl';
//$_['datepicker'] = 'nn';
//$_['datepicker'] = 'pa-in';
//$_['datepicker'] = 'pl';
//$_['datepicker'] = 'pt-br';
//$_['datepicker'] = 'pt';
//$_['datepicker'] = 'ro';
//$_['datepicker'] = 'ru';
//$_['datepicker'] = 'sd';
//$_['datepicker'] = 'se';
//$_['datepicker'] = 'si';
//$_['datepicker'] = 'sk';
//$_['datepicker'] = 'sl';
//$_['datepicker'] = 'sq';
//$_['datepicker'] = 'sr-cyrl';
//$_['datepicker'] = 'sr';
//$_['datepicker'] = 'ss';
//$_['datepicker'] = 'sv';
//$_['datepicker'] = 'sw';
//$_['datepicker'] = 'ta';
//$_['datepicker'] = 'te';
//$_['datepicker'] = 'tet';
//$_['datepicker'] = 'th';
//$_['datepicker'] = 'tl-ph';
//$_['datepicker'] = 'tlh';
//$_['datepicker'] = 'tr';
//$_['datepicker'] = 'tzl';
//$_['datepicker'] = 'tzm-latn';
//$_['datepicker'] = 'tzm';
//$_['datepicker'] = 'uk';
//$_['datepicker'] = 'ur';
//$_['datepicker'] = 'uz-latn';
//$_['datepicker'] = 'uz';
//$_['datepicker'] = 'vi';
//$_['datepicker'] = 'x-pseudo';
//$_['datepicker'] = 'yo';
//$_['datepicker'] = 'zh-cn';
//$_['datepicker'] = 'zh-hk';
//$_['datepicker'] = 'zh-tw';
Re: Add to Cart button without caption
Posted: Sun Dec 17, 2023 5:25 pm
by DigitCart
Hi
Maybe you have a CSS code which is causing this issue, Something like this:
Please share a link to your website.
Re: Add to Cart button without caption
Posted: Mon Dec 18, 2023 3:51 am
by Dantheman01
Thanks for your response. I did get it fixed. In the post above yours my tech support at Inmotion discovered the file missing after an hour of trouble shooting. I had been rummaging around for several hours before that. I had recently migrated to Inmotion from BlueHost because they changed their prices. According to what I read, BlueHost was purchased or merged into other companies and now they have raised their prices and limited their space, number of websites in their plans.
So I pulled dozens of domains (I can't believe I was paying for privacy protection) and moved them to namecheap (with free privacy protection located in Iceland). I moved a dozen or so wordpress sites and a half dozen opencart (I like much better than magenta), and some phpbb installs to Inmotion. Their tech support is way better than BLuehost, who IMO has gotten too big (I had been with them since around 2005). With inMotion I got three years for just $150 ($50 bucks a year). Anyway, I manually moved all of my CMSs, but this last one had several hangups. For some reason Filzilla did not move that file, or something happened to it. Anyway, thanks for offering your help guys. It is solved.
One more thing, I now believe it is a good idea to keep hosting separate from domain registers.