Difference between revisions of "Talk:Creating A Custom Feed Provider"
From AbleCommerce Wiki
m (IT worked) |
(→Need code for IsAbsoluteUrl(): new section) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
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. | 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? |
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?