No content to show
User Activity
Seems like the majority of the Sage 50 integration apps are UK based.
05-30-2024
Did you ever find a solution for this and/or did you end up going with tradebox? I am in a similar situation and it seems like most sage 50 integration options are all UK based.
05-17-2024
Did you happen to ever figure something out for this?
05-16-2024
I was able to embed a customer order form as an excel file using iframe onto my website. Everything looked like it was going to work perfect, but then I realized that excel web/online from OneDrive doesn't have a way to run any scrips or use VBA to ...
Thanks. I'll give it a closer look/try tomorrow. Just quickly testing it out right now seems like it doesn't work. Nothing shows up in the drop down menu after adding this in.
This is how I have it under the customer's metafields. I am close to just simply leaving it as is, since it seems too difficult for me to figure out. If I could get away with simply pushing the text over using padding or something similar, then I wo...
That just made the link disappear entirely unfortunately.
Ah, I see, I get it now. I guess based on the online instructions I had followed, it told me to create it using rich text.
Do you mean the code that I used to create the metafield? It is something that I found online. For the theme.liquid, I put in the code below<html lang="{{ shop.locale }}">
{% if template contains "subscription" %}
{% unless customer %}
...
It is funny, because using the code that you provided, it does properly end up allowing the "Wholesale order form" to be correctly formatted with the rest of the menu. However, when I use value.url at the end, it doesn't do anything other than kind ...
Thank you for the reply. I realized that it might be because the code I am trying to add is a metafield link, so that's why it isn't working properly. The code below is what I am trying to add as the link {% if customer.metafields.custom.wholesale...
Not sure if the title makes sense, but I am basically trying to add a link that only appears to certain customers once they have logged into their account on my site. I have added my own code below:{% if customer.metafields.custom.wholesale_order_...
I followed THIS guide to add a custom link for individual/specific customers. I was able to add it to the accounts page, but I want to be able to add it to the drop down menu when you click on "My accounts" as well. I was actually able to add it to...
Just came across this and it worked perfectly. Only question is, if I wanted to also add the link to the drop down list when they click on their "My account" link in the top menu, how where would I add the if statement?