Have something to say?

Tell us how we can make the platform more useful to you.

Completed

Shipping Cost per item

Asked for this often enough for it to be worth making a feature request Allow admin to set up a shipping cost that increments a value depending on the number of items in the order, in addition to costs decided by weight or volume or price. Example 1 If the standard shipping is £10 for items weighing between 500g and 999g and there was an additional cost of £1.50 per item An order for 3 items weighting 501g in total would cost £10 + (£1.5 × 3 = £14.50) Example 2 If the standard shipping is £10 for items weighing between 500g and 999g and there was an additional cost of £1.50 per item after the first item An order for 3 items weighting 501g in total would cost £10 + (£1.50 × 2 = £13) Gary

Gary Milne 12 days ago

1

💡 Feature Requests

Completed

AeroCargo/Blog

On a new site when attempting to view /blog the following error is returned… SQLSTATE[42000]: Syntax error or access violation: 1055 'database.tags.tag_group_id' isn't in GROUP BY (Connection: mysql, SQL: select tags.*, COUNT(*) as blogs_count from tags inner join blog_post_tag on blog_post_tag.`tag_id` = tags.`id` inner join blog_posts on blog_posts.`id` = blog_post_tag.`blog_post_id` where blog_posts.`published_at` blog_posts.`deleted_at` is null group by tags.`id`) The problem can be fixed temporarily by updating config/database.php line 'mysql' => [ ... 'strict' => true, ... ], From true to false. Issue appears to be with the group by found here Aerocargo\Blog\Http\Responses\Steps\AttachTags.php(27)

Stephen@Teclan About 1 month ago

1

🐛 Bug Reports