<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8038773217976471696</atom:id><lastBuildDate>Thu, 06 Nov 2025 10:22:31 +0000</lastBuildDate><category>ecommerce</category><category>interspire</category><category>shopping cart</category><category>opensource shopping cart</category><category>cakephp</category><category>interspire add on</category><category>mysql</category><category>BigCommerce</category><category>cakephp session</category><category>php</category><category>shopify</category><category>wordpress</category><category>.chm files</category><category>Filezilla</category><category>PHP IDE</category><category>apache</category><category>cms</category><category>create your website</category><category>cron job</category><category>dynamic website</category><category>google analytics experiment</category><category>help in creating a website</category><category>indexing</category><category>make a website</category><category>mcommerce</category><category>moblile ecommerce</category><category>online store</category><category>optimize mysql table</category><category>prestashop</category><category>reward point interspire module</category><category>rewards point module</category><category>samsung galaxy tab</category><category>sessions</category><category>shopping cart comparison</category><category>static website</category><category>tikona wifi</category><category>tools</category><category>trial version shopping cart</category><category>website</category><title>Expressway</title><description>Sharing my thoughts, experience ranging from technical troubleshooting, DIY projects, skincare formulations and more to come :)</description><link>http://sharingideasknowledge.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-370779263147471069</guid><pubDate>Wed, 06 Feb 2013 13:34:00 +0000</pubDate><atom:updated>2015-04-23T05:44:35.600-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">mysql</category><title>Mysql: Waiting for table metadata lock</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;While trying to execute alter table commands; lately it has started taking lot of time and hangs the server.&amp;nbsp;It keeps executing the query and&amp;nbsp;doesn&#39;t&amp;nbsp;show any error. It took me a day to figure out a fix for this issue.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you happen to get similar error then try doing the following:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Run the command &quot;show processlist&quot;;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Run &amp;nbsp;&#39;kill id&quot; which shows this statement running.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This will terminate the command. But this is not the end of solution. Now while running the &quot;Alter table&quot; command; do the following:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Run &quot;show processlist&quot;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Check for all open mysql connections.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Make sure you close all the connection except the one which you are connected by running kill id command.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Now execute the &quot;alter table&quot; command&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This worked for me and &amp;nbsp;I hope this will fix your problem of &quot;waiting for table metadata lock&quot; error.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://sharingideasknowledge.blogspot.com/2013/02/mysql-waiting-for-table-metadata-lock.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-3290961872063406574</guid><pubDate>Tue, 05 Feb 2013 07:35:00 +0000</pubDate><atom:updated>2013-02-04T23:35:53.394-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cakephp</category><category domain="http://www.blogger.com/atom/ns#">cakephp session</category><category domain="http://www.blogger.com/atom/ns#">sessions</category><title>Maintain Session across subdomain</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To&amp;nbsp;maintain&amp;nbsp;your session variable across the subdomains in cakephp you need to do the following:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Open app/config/bootstrap.php&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Add &quot;&lt;span class=&quot;pln&quot;&gt;ini_set&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&#39;session.cookie_domain&#39;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&#39;.domain.com&#39;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&quot;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;By default&amp;nbsp;Cake is creating a cookie for each domain.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;With this you can use same sessions across subdomains.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://sharingideasknowledge.blogspot.com/2013/02/maintain-session-across-subdomain.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4143901991907676602</guid><pubDate>Mon, 17 Dec 2012 08:51:00 +0000</pubDate><atom:updated>2012-12-17T00:51:40.909-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><category domain="http://www.blogger.com/atom/ns#">shopping cart</category><title>GTPay Payment Module Integration with your shopping cart</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;I have created a module to integrate GTPay payment method and Interspire shopping cart.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;It works on all versions of Interspire shopping cart.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; style=&quot;background-color: white; color: #771100; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;Contact me&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;&amp;nbsp;if you want to discuss the module in detail.&lt;/span&gt;&lt;/div&gt;
</description><link>http://sharingideasknowledge.blogspot.com/2012/12/gtpay-payment-module-integration-with.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4941760848163089372</guid><pubDate>Mon, 08 Oct 2012 13:23:00 +0000</pubDate><atom:updated>2012-10-08T06:27:39.562-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><category domain="http://www.blogger.com/atom/ns#">interspire add on</category><title>Interspire Shopping Cart - Using max of coupon discount or discount rules</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;In Interspire shopping cart; there are various features to provide discounts to customers:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;Coupon Codes&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;Discount Rules&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;Customer Group Discount&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;color: #333333; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: 27px;&quot;&gt;I have worked on a module that checks for the maximum available discount from the above 3 options and applies only the higher discount to the cart.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;It works on all the Interspire themes and very easy to integrate.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;&lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; target=&quot;_blank&quot;&gt;Contact here &lt;/a&gt;if you want to get this integrated on your site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: 20px; line-height: 27px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
</description><link>http://sharingideasknowledge.blogspot.com/2012/10/interspire-shopping-cart-using-max-of.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-7662526452440114061</guid><pubDate>Mon, 06 Aug 2012 07:27:00 +0000</pubDate><atom:updated>2012-08-06T00:27:31.280-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">interspire</category><title>Maintenance of your Interspire shopping cart</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Interspire has discontinued the following products from July 1st 2012:&lt;/span&gt;&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Interspire Shopping Cart&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Interspire Knowledge Manager&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Interspire Website Publisher&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you run a website using Interspire shopping cart and want to continue using the same software, then you can &lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot;&gt;contact me&lt;/a&gt; for adding/customizing the features or bug fixing &amp;nbsp;to your existing site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/08/maintenance-of-your-interspire-shopping.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-8102392447386296571</guid><pubDate>Mon, 06 Aug 2012 06:48:00 +0000</pubDate><atom:updated>2012-08-05T23:52:20.070-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">shopify</category><category domain="http://www.blogger.com/atom/ns#">shopping cart</category><category domain="http://www.blogger.com/atom/ns#">trial version shopping cart</category><title>Try out ecommerce store for free for 30 days</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Its always a good way to try out your online store for free before deciding on buying it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.shopify.com/?ref=ecommerce-developer&quot;&gt;Shopify &lt;/a&gt;offers a 30 day trial period in which you can try out the platform and see the features available before buying.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Also, there is no need to enter your credit card details for the trial version. Only once you are satisfied with the product and wish to purchase; the credit card details are required.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;They offer various plan as per your store requirements.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;In all the plans available, there is unlimited bandwidth support.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you sell less than 100 products, then you can choose the starter plan; but there are features like discount code coupon engine or real time carrier shipping which are available in other plans.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can also upgrade, downgrade or cancel the plans anytime. There is no set up fees for any of the available plans.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you wish to &lt;a href=&quot;http://www.shopify.com/?ref=ecommerce-developer&quot;&gt;get started&lt;/a&gt; with your online store with &lt;a href=&quot;http://www.shopify.com/?ref=ecommerce-developer&quot;&gt;Shopify&lt;/a&gt;, then &lt;a href=&quot;http://www.shopify.com/?ref=ecommerce-developer&quot;&gt;signup&lt;/a&gt; and you are ready with your online store in minutes.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can also read my post on &quot;&lt;span style=&quot;color: #0000ee;&quot;&gt;&lt;u&gt;&lt;a href=&quot;http://sharingideasknowledge.blogspot.in/2012/08/create-your-online-store-in-minutes.html&quot;&gt;Create your online store in minutes&lt;/a&gt;&lt;/u&gt;&lt;/span&gt;&quot;&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/08/try-out-ecommerce-store-for-free-for-30.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-979187405455616870</guid><pubDate>Fri, 03 Aug 2012 13:02:00 +0000</pubDate><atom:updated>2012-08-09T01:00:06.411-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">mcommerce</category><category domain="http://www.blogger.com/atom/ns#">moblile ecommerce</category><category domain="http://www.blogger.com/atom/ns#">online store</category><category domain="http://www.blogger.com/atom/ns#">shopify</category><category domain="http://www.blogger.com/atom/ns#">shopping cart</category><title>Create your online store in minutes</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Want to sell your products online but don&#39;t know how?&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Sign up for &lt;a href=&quot;http://tinyurl.com/cwxep2s&quot; target=&quot;_blank&quot;&gt;Shopify &lt;/a&gt;and get started with your online store within minutes.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://tinyurl.com/cwxep2s&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-2_Ig-jthXFI/UBvLMGI80YI/AAAAAAAAAGY/PJ_-hxS_6Xw/s1600/Shopify-buttons-468x60-white.jpg&quot; title=&quot;shopify&quot; /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Create your online store for free&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Try out a demo&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Reliable Ecommerce hosting service provided&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Choose from the wide variety of themes or customize an existing theme&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Add your products and images&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;-webkit-text-size-adjust: none; background-color: white; line-height: 18px; text-align: -webkit-auto;&quot;&gt;Shopify integrates with over 50 payment gateways to allow your store to accept credit cards&lt;/span&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;-webkit-text-size-adjust: none; background-color: white; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Unlimited bandwidth support included&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;-webkit-text-size-adjust: none; background-color: white; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Automatic backup support for your data&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;-webkit-text-size-adjust: none; background-color: white; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;Includes mobile commerce&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;-webkit-text-size-adjust: none; background-color: white; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;Extend the functionality of your online store by choosing from serveral Apps provided&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: -webkit-auto;&quot;&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; line-height: 18px;&quot;&gt;Want to get stated with your store, then &lt;a href=&quot;http://tinyurl.com/cwxep2s&quot; target=&quot;_blank&quot;&gt;sign up here&lt;/a&gt; and explore the various features of &lt;a href=&quot;http://tinyurl.com/cwxep2s&quot; target=&quot;_blank&quot;&gt;Shopify&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;If you need help creating your online store then &lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot;&gt;contact me&lt;/a&gt; and I can create it for you.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;You can see a &lt;a href=&quot;http://moore-and-sons8614.myshopify.com/collections/all&quot; target=&quot;_blank&quot;&gt;demo store&lt;/a&gt; as well.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;-webkit-text-size-adjust: none; font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 18px; text-align: -webkit-auto;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/08/create-your-online-store-in-minutes.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-2_Ig-jthXFI/UBvLMGI80YI/AAAAAAAAAGY/PJ_-hxS_6Xw/s72-c/Shopify-buttons-468x60-white.jpg" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-8493150559135069317</guid><pubDate>Fri, 03 Aug 2012 07:41:00 +0000</pubDate><atom:updated>2012-08-03T00:46:29.900-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">google analytics experiment</category><title>Web server rejects utm_expid</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Web server rejects utm_expid&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Your server doesnt support added query arguments in urls&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you receive the above message while validating your Google analytics experiment then try to check the following cases:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;1) Open the link which shows the error while validating and do &quot;view source&quot;. Check if you can locate the experiment code in the file. If yes, then proceed for step 2. If you are not able to see the experiment code then the code is not mentioned at the correct page.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;2) Now add some url parameters to the url. Suppose the url that you are trying to validate is &quot;&lt;span style=&quot;color: blue;&quot;&gt;www.testurl.com&lt;/span&gt;&quot;, then add few parameters in the url like &quot;&lt;span style=&quot;color: blue;&quot;&gt;www.testurl.com?utm_expid=test&amp;amp;utm_referrer=test&lt;/span&gt;&quot;. Now see if the page is coming up properly and not going to a 404 or page not found error.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Now, do &quot;view source&quot; and check if the experiment code shows up on the same page as well.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;I hope the above two cases will help you debug the issue.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/08/web-server-rejects-utmexpid.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-8968478283825105123</guid><pubDate>Tue, 24 Jul 2012 07:20:00 +0000</pubDate><atom:updated>2012-07-24T00:20:36.745-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">PHP IDE</category><title>List of PHP IDE</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana,sans-serif;&quot;&gt;Here is the list of commonly used PHP IDE:&lt;/span&gt;&lt;br style=&quot;font-family: Verdana,sans-serif;&quot; /&gt;&lt;br style=&quot;font-family: Verdana,sans-serif;&quot; /&gt;&lt;ol style=&quot;font-family: Verdana,sans-serif; text-align: left;&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mpsoftware.dk/phpdesigner.php&quot; target=&quot;_blank&quot;&gt;phpDesigner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;PHP Eclipse&lt;/li&gt;
&lt;li&gt;Zend Studio&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.phpedit.com/en&quot; target=&quot;_blank&quot;&gt;phpEdit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;EditPlus&lt;/li&gt;
&lt;li&gt;Notepad&lt;/li&gt;
&lt;li&gt;Dreamweaver&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://sharingideasknowledge.blogspot.com/2012/07/list-of-php-ide.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4794434665278800446</guid><pubDate>Sun, 22 Jul 2012 06:54:00 +0000</pubDate><atom:updated>2012-07-22T00:27:29.279-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">opensource shopping cart</category><category domain="http://www.blogger.com/atom/ns#">shopping cart</category><title>Must haves on your online store or ecommerce website</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Today,&amp;nbsp; I am sharing the tips that are required on your online store for increasing your produts visibility. The sales will increase when the probability of your products appearing on search results or visibility of the products are more.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;A section of &lt;span style=&quot;color: red;&quot;&gt;&quot;featured products&quot;&lt;/span&gt; must appear on homepage. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Keep changing the products listed on rotation basis to increase&amp;nbsp;product visibility.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Have an &lt;span style=&quot;background-color: white; color: red;&quot;&gt;&quot;All Products&quot;&lt;/span&gt; page where customers can see all the&amp;nbsp;products on a single page. No need to provide pagination.&amp;nbsp;This can be sorted by category or in an alphabetical order.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Compare Prices&lt;/span&gt; : provide an option to compare prices of similar products from your website or other related websites.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Easy navigation to go back to search results page.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Easy way of adding multiple products together to the shopping cart.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Product information should be listed in a proper manner. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Highlight the&amp;nbsp; &lt;span style=&quot;color: red;&quot;&gt;key specifications and provide all the possible information&lt;/span&gt; that&amp;nbsp;may help customers to make their buying decision easier.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;Provide &lt;span style=&quot;color: red;&quot;&gt;an option of contact&lt;/span&gt; in case they need any further&amp;nbsp;information for the product before buying.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The product image should be clear&amp;nbsp;and should be same as that of the product being delivered. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The &lt;span style=&quot;color: red;&quot;&gt;image&amp;nbsp;should not be&amp;nbsp;too heavy&lt;/span&gt; to load&amp;nbsp;and provide more&amp;nbsp;(i.e from&amp;nbsp;different angles rear,front etc.)&amp;nbsp;images&amp;nbsp;of the product.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The page should load faster.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;font-family: Verdana;&quot;&gt;If you would like to share some ideas&amp;nbsp;or incorporate the above tips on your ecommerce website or would like to start you own ecommerce website, then &lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; target=&quot;_blank&quot;&gt;contact me&lt;/a&gt; for details.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/07/must-haves-on-your-online-or-ecommerce.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4465674196487261235</guid><pubDate>Thu, 19 Jul 2012 09:36:00 +0000</pubDate><atom:updated>2012-07-24T22:52:51.779-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">create your website</category><category domain="http://www.blogger.com/atom/ns#">dynamic website</category><category domain="http://www.blogger.com/atom/ns#">help in creating a website</category><category domain="http://www.blogger.com/atom/ns#">make a website</category><category domain="http://www.blogger.com/atom/ns#">static website</category><category domain="http://www.blogger.com/atom/ns#">website</category><title>Create your Website</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Creating a website depends upon a lot of factors and your requirement.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you want &amp;nbsp;to create a website with 3-4 basic pages then you can have it setup and going in a day&#39;s time. However, if you want a website which involves user interaction or where lots of content will be uploaded on a daily basis then you will have to go for a content management system (CMS).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can opt for a static website where the content&amp;nbsp;doesn&#39;t&amp;nbsp;change frequently, for eg: a website with only few pages such as About Us, Contact Us page.&lt;/span&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;Step 1: Decide your domain name&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Choose a domain name that is related to your business, company name, or that relates to the content of the website. Once you have decided on the name, check if the domain name is available. You can refer godaddy.com for checking website availability.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 2: Register your domain name&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Once you have&amp;nbsp;finalized&amp;nbsp;the domain name then you will have to register the domain name. Almost every registrar provides this service.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 3: Web Hosting&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This is where your website will be hosted and your web pages will reside. Here, you can setup your emails and use the services provided by the web hosting company like blogs, forums, chat scripts etc.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Step 4: Start Building&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you have decided to make a statuc website, then only HTML is required. However, if you want to have a blog or content driven website then you will have to use a CMS and supporting technology like PHP/Mysql etc&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you need help or have any questions related to making a website then &lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; target=&quot;_blank&quot;&gt;Contact &lt;/a&gt;me and I can answer your queries.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/07/create-your-website.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-6956734224814261767</guid><pubDate>Wed, 18 Jul 2012 11:15:00 +0000</pubDate><atom:updated>2012-07-18T23:26:11.089-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">opensource shopping cart</category><category domain="http://www.blogger.com/atom/ns#">shopping cart</category><title>Advantages of having your e-commerce website</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Ecommerce website or an online store has many advantages.&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;You can setup your online store quickly and at a very less price compared to the overhead of a brick and mortar store.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It can be easily managed from home, office or even while you are travelling.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;You can reach to millions of customers at once resulting to expanded customer base&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Since your store is online, it is open 24 x 7&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;More number of products can be added on the site which is not possible if you have space limitation or a small store.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It reduces your advertisement and marketing cost&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;The automation of billing, order details, shipment tracking,customer details reduces both time and personnel required to manage the processes.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You can provide detailed information about the product
&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;The advantages from customer point of view are many:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Customers can easily browse the products from anywhere and anytime&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It saves customer&#39;s travel time and cost&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif; line-height: 18px;&quot;&gt;E commerce&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif; line-height: 18px;&quot;&gt;&amp;nbsp;facilitates comparison shopping. Customers can compare prices and get the bets deal in lesser time&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/07/advantages-of-having-your-e-commerce.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4214387589534242500</guid><pubDate>Wed, 23 May 2012 05:10:00 +0000</pubDate><atom:updated>2012-07-18T02:10:02.348-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cron job</category><title>Set Cron for a url without using CakePHP cron_dispatcher.php</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you have a url which you want to schedule to run daily, weekly we can use the below command in the control panel cron job settings:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Login to your control panel&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Click on Cron Jobs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add a new cron job&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Schedule it for the time you want to run it&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In the command tab,&amp;nbsp; put wget &lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;http://cron_url_to_run&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/05/set-cron-for-url-without-using-cakephp.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-8084038172562869446</guid><pubDate>Mon, 14 May 2012 11:27:00 +0000</pubDate><atom:updated>2012-07-19T00:18:00.547-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BigCommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><category domain="http://www.blogger.com/atom/ns#">interspire add on</category><category domain="http://www.blogger.com/atom/ns#">opensource shopping cart</category><title>Australia Post eParcel Integration module with your shopping cart</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Interspire Add on:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;I have created a module for Australia Post eParcel and Interspire shopping cart API integration for BigCommerce&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;It returns a csv/excel files in the format required by&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;Australia Post eParcel&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; to be submitted into their system.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; target=&quot;_blank&quot;&gt;Contact me&lt;/a&gt;&amp;nbsp;if you want to discuss the module in detail.&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/05/australia-post-eparcel-integration.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-9030827031821968392</guid><pubDate>Mon, 16 Apr 2012 06:51:00 +0000</pubDate><atom:updated>2012-07-18T04:47:59.068-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BigCommerce</category><title>BigCommerce API SSL error</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;While&amp;nbsp;using BigCommerce API&amp;nbsp; if you are getting the below error:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;em&gt;&quot; Fatal error: Uncaught exception &#39;BigCommerce_Api_NetworkError&#39; with 
message &#39;SSL certificate problem, verify that the CA cert is OK. 
Details:
error:14090086:SSL&lt;/em&gt; &quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This is because by default it&amp;nbsp;checks to verify the SSL certificate used by the BigCommerce store.&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Adding the below line of code will disable the check.&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Verdana, sans-serif;&quot;&gt;BigCommerce_Api::verifyPeer(false);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/04/bigcommerce-api-ssl-error.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-8009014617960535806</guid><pubDate>Mon, 19 Mar 2012 12:58:00 +0000</pubDate><atom:updated>2012-05-22T22:21:39.568-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">prestashop</category><title>Can&#39;t connect to database in Prestashop</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
If you are trying to setup database details for Prestashop locally and getting the following error:&lt;br /&gt;
&lt;br /&gt;
&quot;Database server was not found. Please verify the login, password and server fields.&quot;&lt;br /&gt;
&lt;br /&gt;
Then try replacing localhost with 127.0.0.1 as hostname. This worked for me.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/03/cant-connect-to-database-in-prestashop.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-7189519497551396602</guid><pubDate>Wed, 07 Mar 2012 06:14:00 +0000</pubDate><atom:updated>2012-03-06T22:14:35.150-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cakephp</category><title>Include file in CakePHP</title><description>To include a file in your .ctp files, make the path is given from webroot.
So if you have placed your file outside the &quot;app&quot; directory then the path will be set as include(&quot;../../file.php&quot;);</description><link>http://sharingideasknowledge.blogspot.com/2012/03/include-file-in-cakephp.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-3984091136470067962</guid><pubDate>Mon, 05 Mar 2012 10:05:00 +0000</pubDate><atom:updated>2012-03-12T01:59:30.045-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Filezilla</category><title>550 SSL/TLS required on the control channel</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;When trying to connect through FTP, if you get the following error:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;




&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: small;&quot;&gt;&quot;550 SSL/TLS required on the control channel&quot;&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;then try adding prefix to the hostname with ftpes://&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This worked for me.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/03/550-ssltls-required-on-control-channel.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4567813434348294130</guid><pubDate>Mon, 05 Mar 2012 05:32:00 +0000</pubDate><atom:updated>2012-07-21T23:33:58.033-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><category domain="http://www.blogger.com/atom/ns#">opensource shopping cart</category><title>Adding additional product attributes to display in Interspire shopping cart</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;To add additional product attributes in product details page of Interspire shopping cart we need to add an inteface in admin section to enter those details. I tried the following:&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ol style=&quot;margin-top: 0cm; text-align: left;&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;u&gt;Admin Section: code changes&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ol&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Open admin/templates/product_form.tpl&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add additional fields attribute in html format as required.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;In admin/includes/classes/class.product.php, include the post data for inserting into database and add the fields in database as well.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Search for AddProductStep2&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Add entry under lib/entities/entity.product.php&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Hope this will work for you.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/03/adding-additional-product-attributes-to.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-2756246157291637200</guid><pubDate>Thu, 01 Mar 2012 11:21:00 +0000</pubDate><atom:updated>2012-07-19T00:07:13.661-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><category domain="http://www.blogger.com/atom/ns#">interspire add on</category><category domain="http://www.blogger.com/atom/ns#">reward point interspire module</category><category domain="http://www.blogger.com/atom/ns#">rewards point module</category><title>Customer Rewards Point Module for Interspire</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;This is a very interesting feature to bring customers back to your site.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;I have worked on a rewards point module for Interspire shopping cart.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;It works on all the interspire themes and very easy to integrate.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;There are 2 sections in the module:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;Admin Section&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Assign points to each product&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Check the status under Orders tab whether orders are paid or customers have redeemed points against their purchase.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Admin can also assign loyalty points to users and assign it to their account&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Admin can also set the minimum points against every order or amount spent.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;User Section&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Users can see the points earned in their My Account section&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Users can redeem points against products&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://sharingideasknowledge.blogspot.in/p/contact.html&quot; target=&quot;_blank&quot;&gt;Contact me&lt;/a&gt; if you want to know the module in detail.&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/03/customer-rewards-point-module-for.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4207234370691233288</guid><pubDate>Mon, 20 Feb 2012 05:36:00 +0000</pubDate><atom:updated>2012-02-19T22:24:06.877-08:00</atom:updated><title>Cannot modify header information - headers already sent error</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
This error ususally comes when we are working with session,cookies,redirects. If you are getting this error then try to follow the below steps to resolve:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Session should be started at the begining of the script and it should be written at the very first line.&lt;/li&gt;
&lt;li&gt;There should not be any white spaces before session_start();&lt;/li&gt;
&lt;li&gt;If you are using any MVC framework then make sure there are no whitespaces in controller files after the class is closed (after the close php tag&amp;nbsp;&quot; ?&amp;gt; &quot; tag).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/02/cannot-modify-header-information.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-4874854645976593416</guid><pubDate>Thu, 16 Feb 2012 07:07:00 +0000</pubDate><atom:updated>2012-02-15T23:08:34.370-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">shopping cart comparison</category><title>Popular open source shopping carts</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span lang=&quot;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;strong&gt;&lt;u&gt;Paid&amp;nbsp;Version&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span lang=&quot;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;&quot;&gt;&lt;dir&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Interspire&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Magento&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;X-Cart&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;
&lt;/span&gt;&lt;/dir&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;

&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;strong&gt;&lt;u&gt;Free Version&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;dir&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;
&lt;/span&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;ZenCart&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Oscommerce&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;VirtueMart&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;UberCart&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;WordPress Ecommerce&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Magento&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;PrestaShop&lt;/span&gt;&lt;/li&gt;
&lt;/dir&gt;
&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/02/popular-open-source-shopping-carts.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-5602816259539695531</guid><pubDate>Thu, 09 Feb 2012 06:26:00 +0000</pubDate><atom:updated>2012-02-08T22:26:36.290-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ecommerce</category><category domain="http://www.blogger.com/atom/ns#">interspire</category><title>Changing the cart quantity in Interspire Shopping Cart</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The Cart &quot;quantity&quot; dropdown when changed&amp;nbsp;to textbox allows only 2 digits&amp;nbsp;that can be entered. To change this I tried the following:&lt;br /&gt;
&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Open the&amp;nbsp;template folder that is being&amp;nbsp;used. You can check in &quot;Store Design&quot; section of Admin about the template that you are using.&lt;/li&gt;
&lt;li&gt;Go to Snippets and open&amp;nbsp;&amp;nbsp;CartItemQtyText.html file.&lt;/li&gt;
&lt;li&gt;Search for &quot;maxlength=&quot; and change the number&amp;nbsp;or remove it.&lt;/li&gt;
&lt;li&gt;Save the changes made.&lt;/li&gt;
&lt;/ol&gt;
Please note that the above steps has to be repeated when another template is used.&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/02/changing-cart-quantity-in-interspire.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-3669465650689318105</guid><pubDate>Mon, 23 Jan 2012 12:44:00 +0000</pubDate><atom:updated>2012-03-04T21:43:51.312-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cakephp session</category><title>Changing CakePHP sessions settings</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;CakePHP manages its session inside CakePHP&#39;s /tmp directory. To manage cakephp session in wordpress integration a&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;dd the following lines at the start of wp-config.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;color: black; font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: black; font-family: Verdana, sans-serif;&quot;&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;span style=&quot;color: black; font-family: Verdana, sans-serif;&quot;&gt;$CAKE_SESSION_COOKIE = &#39;CAKEPHP&#39;;&lt;br /&gt;ini_set(&#39;session.name&#39;, $CAKE_SESSION_COOKIE);&lt;br /&gt;ini_set(&#39;session.cookie_path&#39;,&#39;app/tmp&#39;); &lt;br /&gt;session_start();&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;color: black; font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;div align=&quot;LEFT&quot;&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;div align=&quot;LEFT&quot; style=&quot;font-size: small;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0000c0; font-size: x-small;&quot;&gt;&lt;span style=&quot;color: #0000c0; font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0000c0; font-size: x-small;&quot;&gt;&lt;span style=&quot;color: #0000c0; font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/01/integrating-cakephp-sessions-with-other.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8038773217976471696.post-3164835955146327052</guid><pubDate>Mon, 23 Jan 2012 12:32:00 +0000</pubDate><atom:updated>2012-01-23T04:32:24.696-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cakephp</category><category domain="http://www.blogger.com/atom/ns#">wordpress</category><title>Integrating wordpress and cakephp</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
In one of my recent project I had a task of integrating Cakephp with Wordpress. The content pages had to be in Wordpress and other dynamic features were coming from CakePHP.&lt;br /&gt;
&lt;br /&gt;
While trying to call Cakephp from wordpress or vice versa I was getting errors like &quot;Fatal error: Cannot redeclare __()&quot;. These are mainly because of namespace conflict as Wordpress and Cakephp use some functions with same name.&lt;br /&gt;
&lt;br /&gt;
CakePHP defines its functions in cake/basics.php. When Wordpress is integrated the file wp-includes/l10n.php gets included and has the same function names which results in fatal error.&lt;br /&gt;
&lt;br /&gt;
The alternative is to add:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;if ( !function_exists(&#39;__&#39;) ) :&lt;br /&gt;
// the function&lt;br /&gt;
endif;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
for wordpress functions.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;But I tried a different work around.&lt;/strong&gt; &lt;br /&gt;
I kept wordpress and app folder of cakephp on root folder. To use same wordpress theme across the website I moved the header and footer.php outside of theme folder and kept in root.&lt;br /&gt;
So that the layout of cakephp also calls same header and footer. &lt;br /&gt;
&lt;br /&gt;
Then I changed the .htaccess file to handle wordpress and cakephp related links separately.&lt;br /&gt;
&lt;br /&gt;
This solved the fatal error issue and I was able to use wordpress and cakephp together in my website without any rework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><link>http://sharingideasknowledge.blogspot.com/2012/01/integrating-wordpress-and-cakephp.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>4</thr:total></item></channel></rss>