Reading for 2 hours, still confused about catalog
Maggedy
Registered Users Posts: 49 Big grins
All I want to do is be able to easily direct my customers to the Bay Photo site so they can see descriptions of the mounts and merchandise without also seeing the prices that are posted on that page when you go to http://www.smugmug.com/prints/catalog/ABP or the Bay only page. I plan to use Bay only.
HOW do I do this? I've found various threads with pieces of code that some people say work, others say is now broken.
Can someone please give me the most current answer on how to do this?
Thank you very much
HOW do I do this? I've found various threads with pieces of code that some people say work, others say is now broken.
Can someone please give me the most current answer on how to do this?
Thank you very much
0
Comments
Ah - this worked! For now.
YE.onDOMReady(AddItemsToBuyButton);
function AddItemsToBuyButton()
{
var buyButton = YAHOO.widget.Button.getButton("buyButton");
if (buyButton)
{
var newBuyItem = { text: "View Catalog", url: "http://www.smugmug.com/prints/catalog/B", target: "_blank"};
buyButton.getMenu().addItem(newBuyItem);
}
}
(In progress!)
http://www.smugmug.com/prints/catalog/AB
Portfolio • Workshops • Facebook • Twitter