Difference between revisions of "Talk:Creating A Custom Feed Provider"

From AbleCommerce Wiki
Jump to: navigation, search
(Need code for IsAbsoluteUrl(): new section)
 
Line 2: Line 2:
 
Judy Estep
 
Judy Estep
 
www.beentherewebs.com
 
www.beentherewebs.com
 +
 +
== Need code for IsAbsoluteUrl() ==
 +
 +
The GoogleBase source references a function isAbsoluteUrl() but does not contain this function.
 +
 +
I can't find it, can it be posted so the sample code provided works as intended?

Latest revision as of 23:00, 31 August 2008

This worked for me, but I didn't have to create a dll-- just made a new class (GoogleBase2.cs), made a new page to generate it and added a link to the admin menu to access the page. I substituted the product description field for the product summary field and was able to strip the html out also. Judy Estep www.beentherewebs.com

Need code for IsAbsoluteUrl()

The GoogleBase source references a function isAbsoluteUrl() but does not contain this function.

I can't find it, can it be posted so the sample code provided works as intended?