<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Interspire Forum</title>
		<link>http://www.interspire.com/forum/</link>
		<description>Interspire forums for product support and discussion.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 05:13:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.interspire.com/forum/styles/interspire/misc/rss.jpg</url>
			<title>Interspire Forum</title>
			<link>http://www.interspire.com/forum/</link>
		</image>
		<item>
			<title>updates not saving</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14927&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:05:47 GMT</pubDate>
			<description>Whan adding new payment types ie bank deposit etc and click save. Bank deposit disappears. 
 
Also changing admim details never save</description>
			<content:encoded><![CDATA[<div>Whan adding new payment types ie bank deposit etc and click save. Bank deposit disappears.<br />
<br />
Also changing admim details never save</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=219">Layout and Store Design Customization</category>
			<dc:creator>supadupa23</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14927</guid>
		</item>
		<item>
			<title>Selling Music</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14925&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:41:15 GMT</pubDate>
			<description><![CDATA[Hi i would like to use Interspire shopping cart to open an online music store.But i wanted 1 specific feature that i don't find.I'd like that the customer listen a preview of the song that is buying.Is this possible with interspire?]]></description>
			<content:encoded><![CDATA[<div>Hi i would like to use Interspire shopping cart to open an online music store.But i wanted 1 specific feature that i don't find.I'd like that the customer listen a preview of the song that is buying.Is this possible with interspire?</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=204">E-Commerce and Selling Online</category>
			<dc:creator>demonmind</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14925</guid>
		</item>
		<item>
			<title>Alternate style sheet based on URL you are on.</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14924&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:34:52 GMT</pubDate>
			<description><![CDATA[I'm trying to get the styleguide.html page to test what page of the site the visitor is currently on and then feed a particular stylesheet to it. For instance, I would like to have the home page have a certain repeating background image within the container of the home page, then a different one on...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to get the styleguide.html page to test what page of the site the visitor is currently on and then feed a particular stylesheet to it. For instance, I would like to have the home page have a certain repeating background image within the container of the home page, then a different one on all the other pages.<br />
<br />
This is what I've tried to put in the top of the styleguide.html page:<br />
<br />
(angle bracket)?php <br />
$pageURL .= (!empty($_SERVER['HTTPS'])) ? "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];<br />
$homeCSS = "http://www.domain.com/templates/templatename/styles/styles2.css";<br />
$otherCSS = "http://www.domain.com/templates/templatename/styles/styles.css";<br />
function homestylesheet(){<br />
if ($pageURL == ('http://www.domain.com/index.php') {<br />
return $homeCSS; } )<br />
else {<br />
return $otherCSS;<br />
}<br />
?(angle bracket)<br />
<br />
<br />
Then in the stylesheet link, I add this:<br />
<br />
(angle bracket)link rel="stylesheet" type="text/css" href="(angle bracket)?php echo homestylesheet(); ?(angle bracket)" / (angle bracket)<br />
<br />
I would think this would have done the trick, but I get some really ugly error messages having to do with my cache. Any ideas on a better way to do this? Thank you in advance.<br />
<br />
BTW: I'm trying to do all this in version 5.1.6 if that makes any difference. Also...I tried to post this message using the code brackets in the editor to illustrate my code but it just shows empty white fields. Sorry for the way I've shown the above code.</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=214">Customization and Integration</category>
			<dc:creator>got2web</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14924</guid>
		</item>
		<item>
			<title>Free Discount Module: Category Discount when order value over $x or product X in cart</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14923&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 18:44:49 GMT</pubDate>
			<description><![CDATA[Ok, here is the third discount module I'm providing here free.  Out of all the discount modules I've created I think this one has the most depth and flexiblity; from a marketing point of view.  People don't generally like being told what they can and can't have and this discount module attempts to...]]></description>
			<content:encoded><![CDATA[<div>Ok, here is the third discount module I'm providing here free.  Out of all the discount modules I've created I think this one has the most depth and flexiblity; from a marketing point of view.  People don't generally like being told what they can and can't have and this discount module attempts to deal with this.  Essentially this module allows customers to <b>choose</b> their discounted item when they have either a specific product (and quantity) in their cart <u>or</u> when their order value is above $x<br />
<br />
This module replaces the existing category discount module, however it does not eliminate any of the functionality previously available on this module.  This module grew quite large very quickly and currently incorporates 12 different messages which are displayed to the customer depending on the combination of variables.  For example, <i>if trigger item in cart &amp;&amp; if trigger item has sufficient quantity &amp;&amp; if item from discounted category is in cart &amp;&amp; if order value &gt; $x etc etc</i> ... I went a bit nuts getting my head around all these variations!<br />
<br />
Before implementing this mod I recommend you rename the /modules/rule/&quot;percentoffitemsincat&quot; folder to something like &quot;percentoffitemsincat (old)&quot;.<br />
<br />
Once you've done that simply extract the folder in the attached zip and upload to /modules/rule/<br />
<br />
As per my previous two discount modules you will need to make the following changes for this module to work.<br />
<br />
Open &quot;includes/classes/class.cart.php&quot; and find this section:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">foreach&nbsp;(</span><span style="color: #0000BB">$discountMessages&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$message</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #DD0000">'&lt;p&nbsp;class="InfoMessage"&gt;'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">GetLang</span><span style="color: #007700">(</span><span style="color: #DD0000">'DiscountCongratulations'</span><span style="color: #007700">)&nbsp;.&nbsp;</span><span style="color: #DD0000">'&nbsp;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #0000BB">$message</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #DD0000">'&lt;/p&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Just below this section add this:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$discountMessages&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">api</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">Get</span><span style="color: #007700">(</span><span style="color: #DD0000">'DISCOUNT_MESSAGES2'</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">is_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$discountMessages</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$discountMessages&nbsp;</span><span style="color: #007700">=&nbsp;array();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach&nbsp;(</span><span style="color: #0000BB">$discountMessages&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$message</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #DD0000">'&lt;p&nbsp;class="InfoMessage"&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #0000BB">$message</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$GLOBALS</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'CartRuleMessage'</span><span style="color: #007700">&#93;&nbsp;.=&nbsp;</span><span style="color: #DD0000">'&lt;/p&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Next open &quot;includes/classes/class.cart.api.php&quot; and find this line:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">cartSession</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'DISCOUNT_MESSAGES'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>and just below this add:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">cartSession</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'DISCOUNT_MESSAGES2'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Also, if you haven't done this already I highly recommend making the following change if you use the suggestive cart feature:<br />
<br />
Open &quot;templates/_master/suggestive_cart.html&quot; and add this:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">%%Panel.CartRuleMessage%%</code><hr />
</div>just after:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">%%Panel.CartFreeShipping%%</code><hr />
</div>This basically allows discount messages to be displayed to customers when they view the suggestive cart page.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=680&amp;d=1258742294" target="_blank">discount1.gif</a> (22.3 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=681&amp;d=1258742301" target="_blank">discount2.gif</a> (29.1 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=682&amp;d=1258742309" target="_blank">discount3.gif</a> (43.0 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=683&amp;d=1258742318" target="_blank">discount4.gif</a> (58.8 KB)</td>
</tr>
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=684&amp;d=1258742756">percentoffitemsincat.zip</a> (6.1 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=205">Code Modification and Addon Releases</category>
			<dc:creator>johnnybegood</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14923</guid>
		</item>
		<item>
			<title>Thank you Email not sending when using the XML/PHP API</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14922&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 18:33:16 GMT</pubDate>
			<description><![CDATA[Hello all, 
 
I have 2 installs on different domains.  1 of the installs use the normal HTML form code to add leads to a list.  The other install uses the XML/PHP API to add leads to a list. 
 
The problem, is that the install using the API does not send out the "thank you" email. 
 
I'm wondering...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I have 2 installs on different domains.  1 of the installs use the normal HTML form code to add leads to a list.  The other install uses the XML/PHP API to add leads to a list.<br />
<br />
The problem, is that the install using the API does not send out the "thank you" email.<br />
<br />
I'm wondering if anyone else has experienced this issue?<br />
<br />
I can pasted in my code if anyone would like to see (it's 177 lines).<br />
<br />
What the code does is this:<br />
<br />
1.  Checks if the email is on any other lists - If it does it removes it then adds to the new list<br />
<br />
2.  Checks if the email is already on the list they are subscribing to.  If they are on already, it deletes it and re-inserts with new custom field data.  (it is done this way say the AutoResponder messages start all over again with new custom fields.. meaning they came from a new person's website)<br />
<br />
3.  Then of course... it will add if doesn't exist at all :)</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=167">Customization and Integration</category>
			<dc:creator>trioviagroup</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14922</guid>
		</item>
		<item>
			<title>Sending email hangs system</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14921&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 16:07:40 GMT</pubDate>
			<description><![CDATA[Hello 
 
New to IEM. Just installed it. Loading email lists, campaigns, etc all OK. 
 
Tried to send campaign to 1 email fore testing and the system just hangs. Looks like it is waiting for something. Tried in IE & FF in case it was a browser issue - but same. 
 
Is there a debug mode so that we...]]></description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
New to IEM. Just installed it. Loading email lists, campaigns, etc all OK.<br />
<br />
Tried to send campaign to 1 email fore testing and the system just hangs. Looks like it is waiting for something. Tried in IE &amp; FF in case it was a browser issue - but same.<br />
<br />
Is there a debug mode so that we can see what is happening?<br />
<br />
Thanks in advance for any help.<br />
<br />
Chris</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=167">Customization and Integration</category>
			<dc:creator>cbristow</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14921</guid>
		</item>
		<item>
			<title>Google Data Feed: Missing Product Type Values</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14920&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 14:50:23 GMT</pubDate>
			<description><![CDATA[I have over 500 products that I put up. 
After submitting my data feed it says the 
100% of my items are missing Product Type Values: 
* 
Your item list is missing product type values. Please submit product type values for all items.* 
 
I've spent days trying to figure out what they are talking...]]></description>
			<content:encoded><![CDATA[<div>I have over 500 products that I put up.<br />
After submitting my data feed it says the<br />
100% of my items are missing Product Type Values:<br />
<b><br />
Your item list is missing product type values. Please submit product type values for all items.</b><br />
<br />
I've spent days trying to figure out what they are talking about.<br />
After reading about the menu structure. I still see nothing wrong with they way the site is setup?<br />
<br />
Anyone else see this error before?</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=204">E-Commerce and Selling Online</category>
			<dc:creator>wizard</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14920</guid>
		</item>
		<item>
			<title>Invoice and Packing slip customization</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14919&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 12:36:13 GMT</pubDate>
			<description>I read some topics about this, but not for my issue. 
 
In the EU,  we are obligated to print the customers VAT number on each invoice and packing slip. 
 
The VAT numbers are entered when a customer registers and is stored in the DB 
 
How can I add this to the invoice?</description>
			<content:encoded><![CDATA[<div>I read some topics about this, but not for my issue.<br />
<br />
In the EU,  we are obligated to print the customers VAT number on each invoice and packing slip.<br />
<br />
The VAT numbers are entered when a customer registers and is stored in the DB<br />
<br />
How can I add this to the invoice?</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=220">Code Modification and Development Questions</category>
			<dc:creator>Closer</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14919</guid>
		</item>
		<item>
			<title>Need a developer for urgent job</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14917&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 12:09:53 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm looking for a developer to do some work on the product page of www.glasses123.co.uk - We need to re-do the variations system we have for lens options. Adding extra options. 
 
Please PM me for full details if you are confident that you can complete this job quite quickly.  
 
Many...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm looking for a developer to do some work on the product page of <a href="http://www.glasses123.co.uk" target="_blank">www.glasses123.co.uk</a> - We need to re-do the variations system we have for lens options. Adding extra options.<br />
<br />
Please PM me for full details if you are confident that you can complete this job quite quickly. <br />
<br />
Many thanks,<br />
<br />
David</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=205">Code Modification and Addon Releases</category>
			<dc:creator>djmmetcalfe</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14917</guid>
		</item>
		<item>
			<title>Paypal Payments</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14916&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 11:56:48 GMT</pubDate>
			<description>does any body know if there is a way, that when a customer chooses the paypal payment option to add a surcharge % of the value of the order to the final payment. 
 
As we do loose quite a bit due to paypal fees and would like to minimize the loss 
 
Thanks Dave 
 
www.stokeaudi-parts.co.uk</description>
			<content:encoded><![CDATA[<div>does any body know if there is a way, that when a customer chooses the paypal payment option to add a surcharge % of the value of the order to the final payment.<br />
<br />
As we do loose quite a bit due to paypal fees and would like to minimize the loss<br />
<br />
Thanks Dave<br />
<br />
<a href="http://www.stokeaudi-parts.co.uk" target="_blank">www.stokeaudi-parts.co.uk</a></div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=220">Code Modification and Development Questions</category>
			<dc:creator>dlever</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14916</guid>
		</item>
		<item>
			<title>Express Checkout shipping Error!!</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14915&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 11:41:00 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
im using shopping cart 5.0 and i'n having this problem with the shipping provider. 
On the checkout page on the 3rd step (shipping provider) i'm keep getting this error ('There was an error loading this step of the checkout'). 
I have created a flat rate per order and i can select that...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
im using shopping cart 5.0 and i'n having this problem with the shipping provider.<br />
On the checkout page on the 3rd step (shipping provider) i'm keep getting this error ('There was an error loading this step of the checkout').<br />
I have created a flat rate per order and i can select that in the 3rd step, but it gives me that error the whole time. Can someone please help me i'v tried everyting but i cannot go to step 4!!:mad:<br />
<br />
see attachments.<br />
<br />
thanx.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.interspire.com/forum/styles/interspire/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.interspire.com/forum/attachment.php?attachmentid=678&amp;d=1258717217" target="_blank">error check out.jpg</a> (52.5 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=220">Code Modification and Development Questions</category>
			<dc:creator>tuan_trananh</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14915</guid>
		</item>
		<item>
			<title>Express Checkout - Customer First/Last Name</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14913&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 10:33:58 GMT</pubDate>
			<description><![CDATA[Hi. 
 
I have noticed when using the Express checkout, the customers first and last name are appended - ie. click checkout as a guest, or to create an account at checkout, enter first name (Joe) and second name (Bloggs), and complete the rest of the form, clicking 'Bill & Ship to this Address'.  
...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
I have noticed when using the Express checkout, the customers first and last name are appended - ie. click checkout as a guest, or to create an account at checkout, enter first name (Joe) and second name (Bloggs), and complete the rest of the form, clicking 'Bill &amp; Ship to this Address'. <br />
<br />
The Step 2 and Step 3 summary (ie. when you are completing Step 4) shows as JoeBloggs, 1 My Street, Town, County, Country - this doesn't look too good. How can I split this up, so that is shows Joe Bloggs, 1 My Street....etc?<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=220">Code Modification and Development Questions</category>
			<dc:creator>cupargarden</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14913</guid>
		</item>
		<item>
			<title>Remain on Same Page after adding Item to Cart</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14908&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 19:03:13 GMT</pubDate>
			<description><![CDATA[Hi,  
I'm trying to make it so that when someone clicks add to cart on an item the item gets added to their cart and they remain on the same page.  Perhaps the page will refresh and on the right side column the product will appear as just added to cart.   
 
At the moment everytime I add a product...]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
I'm trying to make it so that when someone clicks add to cart on an item the item gets added to their cart and they remain on the same page.  Perhaps the page will refresh and on the right side column the product will appear as just added to cart.  <br />
<br />
At the moment everytime I add a product to cart I get these cart suggestions.<br />
And if I turn off cart suggestions I get taken to the checkout screen.<br />
<br />
I want people to be able to keep adding things to their carts without the screen changing everytime on them.  Once they are done with picking through and click on proceed to check out then the cart should show suggestions with an option to skip suggestions and go right to checkout. <br />
<br />
Does anyone have any idea on how this can be achieved.  I did read a forum post with some instructions, but the last thread was saying the instructions didint work.  <br />
<br />
Highly appreciate it if anyone can shine some light on to my problem, <br />
thank you in advance<br />
Erhan</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=219">Layout and Store Design Customization</category>
			<dc:creator>erhan</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14908</guid>
		</item>
		<item>
			<title>Interested in shopping cart but...</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14907&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 17:06:27 GMT</pubDate>
			<description>is there a way to calculate order total and total for shipping seperately? 
 
i ask because i need to be able to offer free samples of our products and i will only charge the customer to ship the samples, but when the customer wants to order a product (not just a sample) i will be setting the...</description>
			<content:encoded><![CDATA[<div>is there a way to calculate order total and total for shipping seperately?<br />
<br />
i ask because i need to be able to offer free samples of our products and i will only charge the customer to ship the samples, but when the customer wants to order a product (not just a sample) i will be setting the shipping cost on the actual product to free shipping and the order will be in pending mode until i adjust the order total and reply to the customer that the total has been adjusted (this is due to the orders being shipped in large frieght containers).<br />
<br />
i want to be able to have a customer order samples and actual products in the same checkout procedure but only be prompted to pay for the shipping on the samples.<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=204">E-Commerce and Selling Online</category>
			<dc:creator>webmanfromphilly</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14907</guid>
		</item>
		<item>
			<title>How to avoid double SKU/product codes?</title>
			<link>http://www.interspire.com/forum/showthread.php?t=14906&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 16:07:53 GMT</pubDate>
			<description>When adding products, I noticed that ISC accepts duplicate product codes for different items, how can I build in a check if an SKU already exsists? 
 
Or what file should I look at?</description>
			<content:encoded><![CDATA[<div>When adding products, I noticed that ISC accepts duplicate product codes for different items, how can I build in a check if an SKU already exsists?<br />
<br />
Or what file should I look at?</div>

]]></content:encoded>
			<category domain="http://www.interspire.com/forum/forumdisplay.php?f=220">Code Modification and Development Questions</category>
			<dc:creator>Closer</dc:creator>
			<guid isPermaLink="true">http://www.interspire.com/forum/showthread.php?t=14906</guid>
		</item>
	</channel>
</rss>
