Re: Easily integrate your Miva Merchant into Facebook
Nice.
Announcement
Collapse
No announcement yet.
Easily integrate your Miva Merchant into Facebook
Collapse
X
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Jim: Took a look. Nice job!
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Originally posted by wajake41 View PostHi Jim: I found that because our desktop sites are 960px wide, that it is easier to adapt our existing facebook apps to the new 810px viewport then to modify our desktop sites. The additional width now allows the category page to display 4 wide. I like that! If you are still having problems with your facebook app, take a look at mine and if you would find the code useful, I can provide it.
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Jim: I found that because our desktop sites are 960px wide, that it is easier to adapt our existing facebook apps to the new 810px viewport then to modify our desktop sites. The additional width now allows the category page to display 4 wide. I like that!
I've completed 2 of our sites apps. One is MMUI https://www.facebook.com/RvParkSupplies
and the other is CSSUI https://www.facebook.com/XleratorHandDryer
If you are still having problems with your facebook app, take a look at mine and if you would find the code useful, I can provide it.
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Originally posted by wajake41 View PostHi Jim: Everything on Facebook is changing at the end of March. I will be reworking our FB pages this month.
Bill Weiland has a thread at:
http://extranet.mivamerchant.com/for...218#post397218
that should help you (and me). He's going to create a how-to in the next day or so.
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Jim: Everything on Facebook is changing at the end of March. I will be reworking our FB pages this month.
Bill Weiland has a thread at:
http://extranet.mivamerchant.com/for...218#post397218
that should help you (and me). He's going to create a how-to in the next day or so.
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Originally posted by wajake41 View PostThe template code I'm using for my FB MMUI app is available to anyone who "Likes" my FB page at:
www.facebook.com/pages/Orange-Traffic-Cones/138094319587939
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
On my Facebook page, how do I make the following: Like us and get a coupon?
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
On the BASKFB page just after the body tag.
Code:<mvt:item name="toolkit" param="affiliate|myaffil" /> <mvt:if expr="g.myaffil AND (l.settings:myaffiliate:code EQ 'friends')"> <mvt:item name="toolkit" param="discount|FaceBook Discount 5%|'5%'|0|" /> </mvt:if>
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
I'm having a little trouble applying a discount to the basket if someone has "liked" our Facebook page. I've tried using the toolkit myaffliate function, setting a php cookie on miva2fb.php, ect. Reaching my wits end. Bill could you shed a little light on how you accomplished this?
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Leslie: That sounds like a good way to go. You know, the old KISS approach.
You could even create a FB app for each category, thats what we've done with our 3 one category apps.
Regards, Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Thanks Larry - I'm leaning towards a category just for Facebook, then it can be the default search category that Bill's snippet would use. I probably wouldn't need the drop down CATLIST - unless not using it would break functionality.
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Bill: I've been playing with my idea and yes, I found that too.
However by changing the default value in g.ProductsPerPage to All (99999) I can get multiple categories to display. However, the product count doesn't correspond to the products displayed.
If I really had to do what Leslie wants, I would run the simplesearch complete (All) result set thru the filter logic, putting the selected products into an array.
Then use that array to create the products on the page, together with the product count and paging links. A lot of work and probably not worth the effort unless the client really wants/needs it.
Thankfully, in our FB apps, we are only displaying either all products or a single category.
Larry
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
That won't work for the same reason you can't do it with the regular product list or search list in Merchant. You might have 20 items per page. Then you might have the first 20 items don't belong to your cat list. Hence, blank page. Page numbering would not work either.
Leave a comment:
-
Re: Easily integrate your Miva Merchant into Facebook
Hi Leslie: I wonder if you could create your filter by category conditional in the foreach result set from the simplesearch? Bill, is the category code available in that result set.
If the category is available, you could totally eliminate the category select box, have the simplesearch get all products and then display only those in the categories you filter for.
Larry
Leave a comment:
Leave a comment: