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.
Please note that most of these aren’t my solutions, if they work for you show some love to solution provider in the relevant post (this helps with their forum status and is common courtesy).
CODE CHANGES HOW TO,
conditionally display order details in vendor panel
add a field/column to an existing list
add images to product via API
enable lazy image loading
change time stamp format
display custom vairables - the DODGY way
remove print invoice options from orders? Note: must have ecom Full CKEditor add-on installed.
delete the old HTML block with Smarty support block type
Api Authentication For Customers?
turn gallery on/off in standard theme
add quantity discounts to all variants within a product
change vendor onboarding link in vendor panel
prevent DDOS targeting number of items displayed
mobile API endpoint
line breaks in import file … not quiet following my template here, thought it was useful, see the diff file.
Tick tax box by default
Update heading e.g. product name on page template
sort shipping rate areas by ascending weights
disable vendor administrator creation
Change the order that products are displayed in the shopping cart
[Limit how many vendor-admin a vendor can create]( Disable creation of Vendor Admin - Multi-Vendor - CS-Cart Forums)
MY_CHANGES ADDON HOW TO
add google tags
add Custom CSS
add code between header tags 2nd post down, it works, ignore other posts
leave the “My billing address is different from the shipping address”checkbox unchecked by default
Update field label at checkout
[How to add new admin page] (How To Add a New Page on Admin Panel)
Override .tpl example
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
IMAGE SIZES
Product main image: Settings → Thumbnails → Product details page thumbnail width
resize blog images
resize vendor logo on product page
resize logo
SMARTY/CS-CART VAIRABLES/links
Shipping info {{order_info.shipping.0.shipping}}
Display profile fields related topic = related
Linking to feature pages
vendor link to blogs
link to a product
display promotions in smarty block
Company details - email vairables
Vendor admin data see 27 Apr 2024
Template tweaks
Product Grid, display out of stock
In documents / Email Templates
{{u.email}}
{{u.b_city}}
{{u.b_country_descr}}
{{u.b_phone}}
{{u.b_zipcode}}
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}