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
💡 Feature Requests
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
💡 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
🐛 Bug Reports
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
🐛 Bug Reports
Closed
Add Priority Level to Mail Notifications
It looks like Laravel has a way to set priority levels on emails, could this be built into the Mail Notification screen so clients can set High Priority emails

Chester Swann-Auger About 2 months ago
💡 Feature Requests
Closed
Add Priority Level to Mail Notifications
It looks like Laravel has a way to set priority levels on emails, could this be built into the Mail Notification screen so clients can set High Priority emails

Chester Swann-Auger About 2 months ago
💡 Feature Requests
Closed
aerocargo/back-in-stock-notifications
Add ability to choose back in stock notifications based on a variant level rather than a product level. For instances where it would be useful for a customer to know when a particular variant is back in stock.

Stephen@Teclan 4 months ago
💡 Feature Requests
Closed
aerocargo/back-in-stock-notifications
Add ability to choose back in stock notifications based on a variant level rather than a product level. For instances where it would be useful for a customer to know when a particular variant is back in stock.

Stephen@Teclan 4 months ago
💡 Feature Requests
Completed
aerocargo/media-library
Would like it if the media-library would respect the core setting retain_file_upload_names Unsure if “unprotecting” the files in the media library would acheive a similar result, because of the bulk action 404 mentioned in the other ticket.

Craig Dawson 5 months ago
💡 Feature Requests
Completed
aerocargo/media-library
Would like it if the media-library would respect the core setting retain_file_upload_names Unsure if “unprotecting” the files in the media library would acheive a similar result, because of the bulk action 404 mentioned in the other ticket.

Craig Dawson 5 months ago
💡 Feature Requests
Completed
aerocargo/media-library bulk actions 404
Using aerocargo/media library: 1.0.5 Selecting any of the bulk actions and clicking “Go” results in a 404 error.

Craig Dawson 5 months ago
🐛 Bug Reports
Completed
aerocargo/media-library bulk actions 404
Using aerocargo/media library: 1.0.5 Selecting any of the bulk actions and clicking “Go” results in a 404 error.

Craig Dawson 5 months ago
🐛 Bug Reports
Completed
aerocargo/bundle-products
Have an option where if a variant within the bundle product is deleted the bundle product is then disabled / removed as well. This is to avoid situations where a bundle product remains active and buyable when a key variant item has been removed.

Stephen@Teclan 5 months ago
💡 Feature Requests
Completed
aerocargo/bundle-products
Have an option where if a variant within the bundle product is deleted the bundle product is then disabled / removed as well. This is to avoid situations where a bundle product remains active and buyable when a key variant item has been removed.

Stephen@Teclan 5 months ago
💡 Feature Requests
Completed
Set default time frame for Admin Dashboard
Can we have the option to change the default time window for the admin dashboard, e.g. to show Last 28 Days sales as standard

Chester Swann-Auger 7 months ago
💡 Feature Requests
Completed
Set default time frame for Admin Dashboard
Can we have the option to change the default time window for the admin dashboard, e.g. to show Last 28 Days sales as standard

Chester Swann-Auger 7 months ago
💡 Feature Requests
Completed
Default Address when entering MOTO orders
When entering MOTO orders it would be good if the address field was automatically populated in when the selected existing customer only has one address against them or there is some kind of default address marked against the customer rather than having to select an address from the drop down.

Stephen@Teclan 7 months ago
💡 Feature Requests
Completed
Default Address when entering MOTO orders
When entering MOTO orders it would be good if the address field was automatically populated in when the selected existing customer only has one address against them or there is some kind of default address marked against the customer rather than having to select an address from the drop down.

Stephen@Teclan 7 months ago
💡 Feature Requests
Completed
Add flags to order activity timeline
Show the user and time they set a flag against an order, otherwise there’s no way of easily knowing who set the flag.

Dan Scott 8 months ago
💡 Feature Requests
Completed
Add flags to order activity timeline
Show the user and time they set a flag against an order, otherwise there’s no way of easily knowing who set the flag.

Dan Scott 8 months ago
💡 Feature Requests
Completed
aerocargo/csv v 1.3.1 not importing reference
The reference field is not importing for product CSV imports. Steps to reproduce Import CSV with headings Model, SKU, Reference Uploaded CSV shows the three columns populated with data Imported CSV show Reference column blank Products do not update with the reference data.

Stephen@Teclan 8 months ago
🐛 Bug Reports
Completed
aerocargo/csv v 1.3.1 not importing reference
The reference field is not importing for product CSV imports. Steps to reproduce Import CSV with headings Model, SKU, Reference Uploaded CSV shows the three columns populated with data Imported CSV show Reference column blank Products do not update with the reference data.

Stephen@Teclan 8 months ago
🐛 Bug Reports
Closed
aerocargo/merchandising sort by
On the editing of the merchandising module it would be a nice addition to also be able to sort by Modal Az / Modal Za here as well.

Stephen@Teclan 8 months ago
💡 Feature Requests
Closed
aerocargo/merchandising sort by
On the editing of the merchandising module it would be a nice addition to also be able to sort by Modal Az / Modal Za here as well.

Stephen@Teclan 8 months ago
💡 Feature Requests
Closed
Aerocargo Quick-Buy
It would be good if the quick-buy modal wouldn’t close immediately after adding a product, but instead gave the options Checkout/view basket/continue shopping.

Teclan Group 8 months ago
💡 Feature Requests
Closed
Aerocargo Quick-Buy
It would be good if the quick-buy modal wouldn’t close immediately after adding a product, but instead gave the options Checkout/view basket/continue shopping.

Teclan Group 8 months ago
💡 Feature Requests
Completed
Checkout rules - add support for image tags
Would it be possible to please add image tags to the supported tags for the checkout rule error message?

Dan Scott 8 months ago
💡 Feature Requests
Completed
Checkout rules - add support for image tags
Would it be possible to please add image tags to the supported tags for the checkout rule error message?

Dan Scott 8 months ago
💡 Feature Requests
Completed
Site Wide Weight Unit
In fulfillments there is a dropdown for the weights to change from grams to Kg to lbs, it would be good to have a global setting that allows the store owner to choose a default weight unit so that it is then consistent across the store for example with shipping the weights are only available to be input in grams but it would be handy to have the option of Kg instead.

Stephen@Teclan 8 months ago
💡 Feature Requests
Completed
Site Wide Weight Unit
In fulfillments there is a dropdown for the weights to change from grams to Kg to lbs, it would be good to have a global setting that allows the store owner to choose a default weight unit so that it is then consistent across the store for example with shipping the weights are only available to be input in grams but it would be handy to have the option of Kg instead.

Stephen@Teclan 8 months ago
💡 Feature Requests
Completed
Company Field on Customer admin page not submitting input.
When viewing a customer in the Aero admin under the addresses card if editing or adding a new address the company field does not pull through or update. Steps to replicate: view customer details in Aero Admin under Customers. Click add Address button on the addresses card. Enter address details including company name. OR click edit on an existing address, change company name field and click save. Expected result: Add or updated company name Actual result: Company name is not added or updated, the input is ignored.

Stephen@Teclan 8 months ago
🐛 Bug Reports
Completed
Company Field on Customer admin page not submitting input.
When viewing a customer in the Aero admin under the addresses card if editing or adding a new address the company field does not pull through or update. Steps to replicate: view customer details in Aero Admin under Customers. Click add Address button on the addresses card. Enter address details including company name. OR click edit on an existing address, change company name field and click save. Expected result: Add or updated company name Actual result: Company name is not added or updated, the input is ignored.

Stephen@Teclan 8 months ago
🐛 Bug Reports
Completed
Aerocargo CSV 0.x tag error
Hi, we’ve noticed the 0.x version of the csv importer will automatically tick the “has_slug” field for tags, which in turn creates new pages etc. Can this be changed so it’s either an option or defaults to false

Chester Swann-Auger 8 months ago
💡 Feature Requests
Completed
Aerocargo CSV 0.x tag error
Hi, we’ve noticed the 0.x version of the csv importer will automatically tick the “has_slug” field for tags, which in turn creates new pages etc. Can this be changed so it’s either an option or defaults to false

Chester Swann-Auger 8 months ago
💡 Feature Requests