We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are already defined in index.php, advanced_search.php and advanced_search_result.php:
index.php
advanced_search.php
advanced_search_result.php
// ----- // Used by various product listing pages, e.g. SNAF. // define('TABLE_HEADING_IMAGE', 'Product Image'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now');
The text was updated successfully, but these errors were encountered:
Yes, but they're also used in featured_products, products_new and products_all.
featured_products
products_new
products_all
Sorry, something went wrong.
No branches or pull requests
These are already defined in
index.php
,advanced_search.php
andadvanced_search_result.php
:The text was updated successfully, but these errors were encountered: