This works, thank you. Chrome Version 71.0.3578.98. I hope we don’t get alot of calls about not viewing properly. I’ll have to walk everyone through clearing their cache lol.
This works, thank you. Chrome Version 71.0.3578.98. I hope we don’t get alot of calls about not viewing properly. I’ll have to walk everyone through clearing their cache lol.
Thank you for the response. Great thought but unfortunately i’ve found this is an issue on different computers. Half our office can see it. Half cannot. What do you suggest?
at the last hour the problem was solved. thank you anyway
i entered the code wrong its
Line to add:
<a href="#" onclick="LaunchVDS(this,'66368','NI-80W','');return(false);">Create Virtual Sample</a>
After saved:
<a href="#">Create Virtual Sample</a>
it’s supposed to call out this javascript:
<script type="text/javascript" src="https://vds.sage.net/service/ ws.dll/SuppVDSInclude?V=100&AuthKey=PLGIN_23274_a1456fc6ce2731f3de904486ba16ff8d"></script>
for some reason the link doesn’t open up the script.
Thank you that worked. How can center it with the rest of the text?
Forgot to mention the goal of this script is to add to every item individually. Client looks up item then is able to make a virtual proof from it.
ok added the custom css. Only thing changed was the font-weight. I’m looking to change the size & color.
after looking it over I need both the sku line and the actual sku tag to look the same. I see they are two separate tags.
I tried to add this line:
.product-code span {
color: #090909;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
}
in the default.custom.css but I don’t see a change.