Skip to content

Commit

Permalink
Prepare to announce the new Sonlet Retailer App
Browse files Browse the repository at this point in the history
  • Loading branch information
wdgrantham committed Sep 23, 2020
1 parent e0aa774 commit 04e5167
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
Binary file added Images/sonlet_retailer_app_screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions blogs/Untitled-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Hey everyone! We're really excited to announce enhanced quantity support on Sonlet, especially after so many of you have asked for this for so long. As a quick summary, in the past, we limited quantity support to a single quantity per item, so if you you had three (3) items of the same style and size, your inventory and listings records would have three (3) separate items with a quantity of 1. Now, you can add multiple quantities per item, so instead of seeing three items with a quantity of 1, you'll now see 1 item with a quantity of three (3)!

Here's what's been updated and how this could impact your work flow:

- Add quantities from the Add inventory page [1]. Now you'll be able to store multiple quantities with each Style / Size combination, rather than creating separate items with a quantity of one (1).
- Quantity column. A new quantity column has been added on the Inventory [2] and Listings [3] pages.
- New "Show items with Zero Quantity" button on Inventory and Listings pages. Just click the button to display the items that have been sold and have a quantity of 0. Select items and remove your photos from Facebook from here or from the Sales page.
- Claim button. Most of you won't notice much of a change here, this works almost the same as before, except, as mentioned above, instead of their only being 1 item available to claim for each style / size combo, now there may be many, so the claim button will stay visible as long as there are items in stock (quantity > 0). If customers want to claim more than 1 item, they just need to click the claim button multiple times.
- Done Shopping and Sales page, no change. The Done Shopping [4] and Sales page [5] still function just a before, with 1 click of the claim button equal to 1 item added to the cart and 1 picture card in the order on the sales page. This makes it easy for customers to see how many they have in their cart and for you to see how many of each item has been claimed. For example, if you have three (3) of an item in stock, and a customer wants to claim all three (3) of the items, the customer will need to click the claim button three times. For each claim, one card will be displayed of the item in the customer's cart and on the order in seller's sales page. You and the customer, will not see 1 item with a quantity of 3 on the sales page and in the cart.
- Facebook posting. Sonlet posts one (1) picture to Facebook for each style / size item. For example, if you have an item in stock with a quantity of five (5) Sonlet will post 1 picture to Facebook (not 5 pictures). The claim link and item on Sonlet will stay active until the item is sold out (quantity = 0).
- Comment selling. Comment selling works the same as claim links, and exactly as you'd expect. When you refresh sold comments from the Sold Comments page [6], you'll be able to select an item and mark it as "Sold Outside of Sonlet".
- Sold Outside of Sonlet. When you mark an item as "Sold Outside of Sonlet", it will work exactly as you'd expect, by decrementing the quantity by 1. If there are more items available, you'll be able to sell the other items by a sold comment, a claim-link, or on a party page. If you sell multiple of the same item to a customer, you'll need to mark the item as "Sold Outside of Sonlet" multiple times. (Don't forget the "Select recent order" shortcut from that page, it speeds this process up quite a bit.)
- Deleting items. Once you've sold an item, you will not be able to delete it because this will also delete the record of the sale. Once the item is sold out, Sonlet will automatically hide the item in your listings and inventory page, and you can remove the facebook photos just like you usually do. If you insist on wanting to delete the item (not recommended), you'll need to refund payments, cancel the sale, and then delete the item.

[1] https://sonlet.com/inventory/add/
[2] https://sonlet.com/inventory/
[3] https://sonlet.com/inventory/listings/
[4] https://sonlet.com/done_shopping/
[5] https://sonlet.com/inventory/my_sales/
[6] https://sonlet.com/inventory/listings/sold_comments/
Binary file modified email_marketing/.DS_Store
Binary file not shown.
Binary file modified email_marketing/monthly_to_active_users/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions email_marketing/monthly_to_active_users/send_newsletter.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ def get_featured_article(platform):
featured_link = 'https://support.popitup.com/support/solutions/articles/16000096818-how-to-delete-or-rename-attributes-and-their-values'
featured_ids = None #'ffaa5,fe8d5,f3d66'
if platform == 'str':
featured_title = 'Check out the latest updates to Sonlet parties!' #'All the things you need to know about PopItUp'
featured_text = 'The last six weeks we\'ve dedicated our team to improving Sonlet party pages. We\'ve made it easier to find multis, easier to manage items, and easier to track shopping behavior. We hope these updates make managing your business easier!' #'The much awaited attribute editor is finished! You can now rename and delete attributes and their values from the settings attributes page!'
featured_title = 'The Sonlet Retailer App is Here!' #'All the things you need to know about PopItUp'
featured_text = 'We\'re so excited to announce the new Sonlet Retailer apps is now available for your iPhone or Android device. Download it today.' #'The much awaited attribute editor is finished! You can now rename and delete attributes and their values from the settings attributes page!'
featured_image = None #'https://wyattgrantham.com/marketing/Images/attribute_editor.png'
featured_subject = 'Check out the latest updates to Sonlet parties!' #'All the things you need to know about PopItUp'
featured_link = None #'https://support.popitup.com/support/solutions/articles/16000096818-how-to-delete-or-rename-attributes-and-their-values'
featured_ids = '113977,115364,113979,115357,113983,114782,217,122' #'ffaa5,fe8d5,f3d66'
featured_subject = 'The Sonlet Retailer App is Here!' #'All the things you need to know about PopItUp'
featured_link = 'https://apps.apple.com/us/app/sonlet-retailer/id1530627124'
featured_ids = None #'113977,115364,113979,115357,113983,114782,217,122' #'ffaa5,fe8d5,f3d66'

featured_article = {
'title': featured_title,
Expand Down

0 comments on commit 04e5167

Please sign in to comment.