Links to code fixes previously provided that can be used as is or a hint for other fixes, I will add to it as I come across more.
CODE CHANGES HOW TO
- Filtering & Sorting
- Images
- Image sizing
- Product main image: Settings → Thumbnails → Product details page thumbnail width
- Resize blog images
- Resize vendor logo on product page
- Resize logo
- Order Management
- Product Options
- Vendor Management
- API & Authentication
- Display data / Tweaking templates
- template hook example
- Display profile fields related topic = [related]
- Change time stamp format
- Display custom variables - the DODGY way
- Add Custom CSS
- Update heading e.g. product name on page template
Product Grid, display out of stock - display promotions in smarty block
- ADD more DATA to order
- Promotions
- Checkout
- Linking
- Other
CSS HOW TO
- Add custom CSS using my_changes add-on
- Change LINK SIZE in Blog
- Change the TAG CLOUD different font SIZE & COLOR
- Make ADMIN PANEL backend FULL Width
SMARTY/CS-CART VARABLES/
Print out store vairables
Working with custom vairables
Adding vendor vairable to template - see 27 Apr 2024
In documents / Email Templates
The last e-mail in a thread in notifications message centre {{ last_message }}11/12/24
- User Vairables
{{u.email}}
{{u.b_city}}
{{u.b_country_descr}}
{{u.b_phone}}
{{u.b_zipcode}}
- Company Vairables
- {{ company.users_department_display }}
- {{ company.site_administrator_display }}
- {{ company.orders_department_display }}
- {{ company.support_department_display }}
- {{ company.newsletter_email_display }}
- Shipping Vairables
- Shipping info {{order_info.shipping.0.shipping}}
In Blocks
- Email:
{$settings.Company.company_users_department}
- Quantity available:
{$product.amount}
- Operating Hours:
{__('weekday_abr_1')}-{__('weekday_abr_0')} 9.00 - 18.00
- Phone:
{$settings.Company.company_phone}
- State:
{$settings.Company.company_state|fn_get_state_name:$settings.Company.company_country}