Popular Discussions
"Other Payment Types"
I have LS Payments as the primary payment gateway for our business. We have financing options available to customers, basically these are the third party financing companies that offer customers 1 year financing without interest. When customer's use these transactions, we receive an approval / reference code.
I've set up a payment type to reflect this payment option. There does not appear to be a field that is created for reference numbers. This is the same for payment by cheque, where is the reference number. Its not uncommon to receive money order or personal cheques. In LS Onsite, we could enter reference numbers. Where is that feature here? Its like one of the most basic functions of a POS system and I cannot find this feature in LS Retail.
Re: How to Embed ActiveCampaign Forms?
The content sections will not allow scripts as this can be used in a malicious way. You need to add the script under: Settings -> Web Extras -> Custom JS.
Next you add the div part <div class="_form_5"></div>
to the content section, as you have done already.
That should work
Re: Retail Development
I too am troubled by the lack of transparency of the development team. There is a big problem handling partially shipped orders that needs immediate attention especially during the pandemic when most orders are partially shipped. Trying to get any kind of answer if they intend to address this issue has been frustrating. It seems like these questions are filed into a black hole.
Re: Partially Received PO's - should post a bill to Quickbooks
Same here. Still unbelievable that split shipments for PO's isn't available. Such a costly headache both time and monetary.
Re: Item relation ItemECommerce not returned
We are also very interested in this!!
Re: Update Product with Omnichannel
You actually can, but you write them to the Retail (not eCom) API before you mark an item eligible for eCom.
The Item must NOT have the publish to eCom checked. If so, you have to uncheck it. If the item is already on eCom this does nothing.
You post to the Retail Item endpoint with data like this:
data = {"publishToEcom": True,
"ItemECommerce":{
"shortDescription":item_description,
"longDescription": item_content,
"weight": 48
}
}
See the Item endpoint doc and look at the ItemECommerce relation fields.
It is not optimal and very limited. It is something that I would really hope @Lightspeed addresses because it punishes people who invest in both products.
Re: Update Product with Omnichannel
Hi @VintageWineGuy,
Thank you for your response. I will try this methode. Not optimal indeed, but maybe some kind of solution.
I'm working for a shop with 4 eCom languages. The shop working on Omnichannel receives multiple products each day. It takes a lot of time to fill in all those fields, and the fields should be able to be automatically pushed by the API.
The limitations only displays that Lightspeed Omnichannel isn't ready for customers in this scale. In other words, if you make the Lightspeed Retail / Lightspeed Ecom connection yourself this wouldn't be a problem.
Item relation ItemECommerce not returned
The relation is not returned. Can't find the ecom product id from retail item.
TOKEN scope is employee:all.
As written in the documentation we do
{{base_url}}/Item/29308.json?load_relations=["ItemECommerce"]
Provide an other way to acces ecom product from retail item or fix this.
Re: Test Account for Lightspeed Retail
So when it tells you nothing it is 30+ days, so which is good. I've set your account to a test account now.