Automatically Set Shipping For New Vendors?

How can you automatically set shipping methods for new registered vendors?

Hello

ALTER TABLE `cscart_companies` CHANGE `shippings` `shippings` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '8,9';

where 8,9 are id shippings method.

This is the simplest methods. Another is to write an addon.

Best regards

Robert

Thanks for the elegant solution!

Hello

You are welcome :)

Best regards

Robert