Hello,
A month later you decide that you create 10 more new products that will be sold only to Canada and you need need to add another shipping method "Canada post" only for the products that will be sold to Canada.
Can you please tell us how you will avoid "Canada post" to show on all previous 100 products and show only to the 10 products? Will you edit 100 products one by one to block "Canada post"?
As previously mentioned : warehouse.
I will create the new shipping for a "group" (aka warehouse) and add the 10 products into that warehouse.
Yes... Hikashop has all the required functions. But Hikashop is not HikaMarket!
Indeed, HikaMarket is an add-on for HIkaShop which inherit the core feature, so which can use all HikaShop functions : Warehouses are still available, such as the shipping restrictions.
Forgive us but we want to organize our store the way we need it to be and not the way that you might consider as a "classical way".
Sure. HikaMarket and HikaShop and flexible Joomla! components.
You can come with a defined workflow and we would be able to provide you way to go in that direction.
We explained why we need this function
But I don't see any description of that "function" in your first message.
Only in your last message you're introducing a concept for a custom plugin.
There is not a huge problem with HikaMarket or with the HikaShop shipping methods.
If you want a feature request, best is to describe the feature you need.
You message started with the description of a "bug" or "huge problem" and you asked for a solution regarding an issue that was not defined.
I'm aware for HikaMarket improvements and still open to suggestions.
And the same for the HikaShop team ; if the feature request would be a HikaShop shipping core feature.
Your last message talk about the need of "blocking" new created shipping method for all (vendors) products.
That is something which cannot be added in the HikaShop or HikaMarket core ; but that's something which can be done thanks to a custom HikaShop plugin.
HikaShop do have triggers that a plugin can use :
www.hikashop.com/support/documentation/6...ingConfigurationSave
But I will prefer that trigger :
function onBeforeHikaPluginCreate($type, &$element, &$do) {
if($type != 'shipping') return;
/* ... */
}
Regards,