<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mrifai.com &#187; eCommerce</title>
	<atom:link href="http://mrifai.com/category/internet/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrifai.com</link>
	<description>Ikut Berbagi Pengalaman Tentang Tutorial Komputer</description>
	<lastBuildDate>Thu, 19 Jan 2012 07:24:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Setting VirtueMart Setelah Migrasi ke Server Hosting</title>
		<link>http://mrifai.com/internet/setting-virtuemart-setelah-migrasi-kehosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-virtuemart-setelah-migrasi-kehosting</link>
		<comments>http://mrifai.com/internet/setting-virtuemart-setelah-migrasi-kehosting/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 03:44:08 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[Tutorial Joomla]]></category>
		<category><![CDATA[Toko Online]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=1079</guid>
		<description><![CDATA[Proses upload web dari komputer lokal ke server hosting ( share ) memang terkadang menjadi kendala pada web master yang membuat web toko online dari open source web joomla dengan penambahan komponen toko onlinenya yaitu virtuemart. Kendala yang terjadi setelah login ke halaman administrator di mana untuk menambahkan cart atau katalog produk di virtuemart yang [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Proses upload web dari komputer lokal ke server hosting ( share ) memang terkadang menjadi kendala pada web master yang membuat web toko online dari open source web joomla dengan penambahan komponen toko onlinenya yaitu virtuemart.</p>
<p style="text-align: justify;"><span id="more-1079"></span></p>
<p style="text-align: justify;">Kendala yang terjadi setelah login ke halaman administrator di mana untuk menambahkan cart atau katalog produk di virtuemart yang menyebabkan setelah akses ke bagian tersebut halaman anda mengarah ke url localhost sehingga terjadi blank atau halaman yang tidak sesuai dengan harapan. Untuk hal ini perubahan settingan yang dapat dilakukan didalam control panel hosting anda sebagai berikut:</p>
<p style="text-align: justify;">1. Website anda mengalami masalah pada saat menu produk atau kategori produk di klik hingga menyebabkan template menjadi blank dan tidak bisa masuk ke URL yang sebenarnya sesuai dengan Nama Domain anda yang baru. Coba <strong>MASUK</strong> ke <strong>CONTROL PANEL </strong>hosting anda.<br />
<strong>Caranya:</strong> ketik <a class="bbc_link new_win" href="http://nama-domain-anda.tld/cpanel" target="_blank">http://nama-domain-anda.tld/cpanel</a> . jangan lupa untuk mengisi username dan password control panel hosting anda.</p>
<p style="text-align: justify;">2. Jika sudah masuk ke cPanel, cari menu <strong>FILE MANAGER</strong> dan klik menu tersebut, untuk kemudian anda akan di bawa ke dalam halaman file manager.</p>
<p style="text-align: justify;">3. Selanjutnya memilih direktori <strong>PUBLIC_HTML</strong> dimana root joomla site anda di simpan. Setelah itu pilih direktori <strong>ADMINISTRATOR &#8211;&gt; COMPONENTS &#8211;&gt; COM_VIRTUEMART &#8211;&gt;</strong> kemudian edit file yang bernama <strong>virtuemart.cfg.php</strong> . Untuk detil path nya adalah sebagai berikut: <strong>/public_html/administrator/components/com_virtuemart/virtuemart.cfg.php</strong>.</p>
<p style="text-align: justify;">4. Jika anda sudah masuk pada halaman editor FIle Manager CPANEL. lakukan beberapa perubahan sebagai berikut ini :</p>
<p style="text-align: justify;"><strong>Cari:</strong></p>
<div class="codeheader" style="text-align: justify;">Code:</div>
<blockquote>
<p style="text-align: justify;"><code>// these path and url definitions here are based on the Joomla! Configuration<br />
define( 'URL', 'http://localhost/tokoanda/' );<br />
define( 'SECUREURL', 'http://localhost/tokoanda/' );</code></p>
</blockquote>
<p style="text-align: justify;"><strong>Detil isinya:</strong></p>
<div class="codeheader" style="text-align: justify;">Code:</div>
<blockquote>
<p style="text-align: justify;"><span style="color: #000000;"><code>&lt;?php<br />
if( !defined( '_VALID_MOS' ) &amp;&amp; !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );<br />
/**<br />
* The configuration file for VirtueMart<br />
*<br />
* @package VirtueMart<br />
* @subpackage core<br />
* @copyright Copyright (C) 2004-2008 soeren - All rights reserved.<br />
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php<br />
* VirtueMart is free software. This version may have been modified pursuant<br />
* to the GNU General Public License, and as distributed it includes or<br />
* is derivative of works licensed under the GNU General Public License or<br />
* other free or open source software licenses.<br />
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.<br />
*<br />
* http://virtuemart.net<br />
*/</code></span></p>
<p><span style="color: #000000;">global $mosConfig_absolute_path,$mosConfig_live_site;<br />
if( !class_exists( &#8217;jconfig&#8217; )) {<br />
$global_lang = $GLOBALS['mosConfig_lang'];</span></p>
<p>@include( dirname( __FILE__ ).&#8217;/../../../configuration.php&#8217; );</p>
<p style="text-align: justify;">$GLOBALS['mosConfig_lang'] = $mosConfig_lang = $global_lang;<br />
}<br />
// Check for trailing slash<br />
if( $mosConfig_live_site[strlen( $mosConfig_live_site)-1] == &#8217;/' ) {<br />
$app = &#8221;;<br />
}<br />
else {<br />
$app = &#8217;/';<br />
}<br />
================ LIHAT DIBAWAH INI ==============================<br />
// these path and url definitions here are based on the Joomla! Configuration<br />
define( &#8217;URL&#8217;, &#8217;http://localhost/tokoanda/&#8217; );<br />
define( &#8217;SECUREURL&#8217;, &#8217;http://localhost/tokoanda/&#8217; );<br />
==============================================================</p>
<p style="text-align: justify;"><span style="color: #000000;">dan seterusnya (script tag berikut tidak disertakan</span><span style="color: #007700;"><span style="color: #000000;">)</span></span></p>
</blockquote>
<p style="text-align: justify;"><strong>Kemudian Ganti parameter url localhost tersebut dengan nama domain anda:</strong></p>
<p style="text-align: justify;">Code:</p>
<blockquote>
<p style="text-align: justify;"><code>// these path and url definitions here are based on the Joomla! Configuration<br />
define( 'URL', 'http://www.nama-domain-anda.tld/' );<br />
define( 'SECUREURL', 'http://www.nama-domain-anda.tld/' );</code></p>
</blockquote>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;"><em>Ket : sumber ini di dapat dari bermacam &#8211; macam informasi online seperti forum, blog dan google</em></p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=1079&type=feed" alt=" Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;count=none&amp;text=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;count=none&amp;text=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;linkname=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Setting VirtueMart Setelah Migrasi ke Server Hosting"  title="Setting VirtueMart Setelah Migrasi ke Server Hosting" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Finternet%2Fsetting-virtuemart-setelah-migrasi-kehosting%2F&amp;title=Setting%20VirtueMart%20Setelah%20Migrasi%20ke%20Server%20Hosting" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/internet/setting-virtuemart-setelah-migrasi-kehosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menghilangkan Logo Virtuemart</title>
		<link>http://mrifai.com/internet/menghilangkan-logo-virtuemart/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=menghilangkan-logo-virtuemart</link>
		<comments>http://mrifai.com/internet/menghilangkan-logo-virtuemart/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 04:52:23 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[Tutorial Joomla]]></category>
		<category><![CDATA[Admin Joomla]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Toko Online]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=1033</guid>
		<description><![CDATA[Virtuemart adalah sebuah webshop e-commerce infrastruktur teknologi menginstal yang di kembangkan untuk ekstensi komponen Joomla. penjelasan lebih jauh dapat di akses pada artikel sebelumnya klik disini Agar virtuemart biasa di gunakan pada web joomla untuk toko online sebelumnya harus di install pada web cms joomla cara install bisa di pelajari disini Setelah proses installasi selesai [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mrifai.com/wp-content/uploads/2011/10/images-virtue.jpg"><img class="wp-caption" style="float: left;" title="images-virtue" src="http://mrifai.com/wp-content/uploads/2011/10/images-virtue.jpg" alt="images virtue Menghilangkan Logo Virtuemart" height="120" /></a>Virtuemart adalah sebuah webshop e-commerce infrastruktur teknologi menginstal yang di kembangkan untuk ekstensi komponen <a href="http://mrifai.com/tutorial-joomla/mengenal-joomla/">Joomla</a>. penjelasan lebih jauh dapat di akses pada artikel sebelumnya klik <a href="http://mrifai.com/ecommerce/virtuemart">disini<br />
</a></p>
<p>Agar virtuemart biasa di gunakan pada web joomla untuk toko online sebelumnya harus di install pada web cms joomla cara install bisa di pelajari <a href="http://mrifai.com/tutorial-joomla/instal-virtuemart-di-joomla">disini </a><span id="more-1033"></span></p>
<p><a href="http://www.dapurhosting.com/?aid=083&amp;bid=fb3591bc" target="_top"><img class="aligncenter" title="web hosting joomla indonesia murah" src="http://afiliasi.dapurhosting.com/accounts/default1/banners/dh-364x90-2.gif" alt="dh 364x90 2 Menghilangkan Logo Virtuemart" width="364" height="90" /></a><img style="border: 0;" src="http://afiliasi.dapurhosting.com/scripts/imp.php?aid=083&amp;bid=fb3591bc" alt=" Menghilangkan Logo Virtuemart" width="1" height="1" title="Menghilangkan Logo Virtuemart" /></p>
<p>Setelah proses installasi selesai pada halaman home website terutama di bagian bawah itu terdapat logo sistem virtuemart tersebut seperti gambar berikut :</p>
<p><a href="http://mrifai.com/wp-content/uploads/2011/10/index-.jpg"><img class="size-full wp-image-1034 aligncenter" title="index-" src="http://mrifai.com/wp-content/uploads/2011/10/index-.jpg" alt="index  Menghilangkan Logo Virtuemart" width="180" height="79" /></a>Tips untuk menghapus nya silahkan ikuti langkah-langkah berikut :</p>
<ol>
<li>Login ke administratornya website joomla.</li>
<li>Setelah itu arahkan kursor mouse ke menu Components dan klik Virtuemart.</li>
<li>Setelah terbuka Component virtuemartnya arahkan kursor mouse ke halaman admin di virtuemartnya dan klik configuration.</li>
<li>Setellah itu klik Site.</li>
<li>Hilangkan tanda centang di bagian (Show footer) di baris bagian bawah sendiri.</li>
<li>Lalu save untuk mengakhirinya.</li>
</ol>
<p>Silahkan refresh halaman website anda untuk melihat perbedaan di halaman home tersebut.</p>
<p><script type="text/javascript">// < ![CDATA[
 google_ad_client = "ca-pub-4197956225730825"; /* konten_adsense */ google_ad_slot = "9217349153"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// < ![CDATA[</p>
<p>// ]]&gt;</script></p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=1033&type=feed" alt=" Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;count=none&amp;text=Menghilangkan%20Logo%20Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;count=none&amp;text=Menghilangkan%20Logo%20Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;linkname=Menghilangkan%20Logo%20Virtuemart" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Menghilangkan Logo Virtuemart"  title="Menghilangkan Logo Virtuemart" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Finternet%2Fmenghilangkan-logo-virtuemart%2F&amp;title=Menghilangkan%20Logo%20Virtuemart" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/internet/menghilangkan-logo-virtuemart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Prestashop Di Softaculous</title>
		<link>http://mrifai.com/software/panduan-instalasi-prestashop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=panduan-instalasi-prestashop</link>
		<comments>http://mrifai.com/software/panduan-instalasi-prestashop/#comments</comments>
		<pubDate>Sat, 21 May 2011 06:45:09 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Gratis]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[Softaculous]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=894</guid>
		<description><![CDATA[Prestashop adalah software web instan yang dapat digunakan untuk membangun sebuah toko online secara gratis. agar prestashop dapat di jalankan pada website atau domain anda. Proses installasi yang di lakukan melalui script yang tersedia di hosting yaitu Softaculous. Silahkan ikuti beberapa langkah di bawah ini : 1. Akses ke contol panel yang digunakan misal cPanel [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.prestashop.com/" target="_blank"><strong> </strong></a><a href="http://mrifai.com/internet/ecommerce/reset-password-prestashop/"><strong> </strong></a><a href="http://mrifai.com/wp-content/uploads/2011/05/images.jpg"><img class="wp-caption" style="float: left;" title="Prestashop Adalah" src="http://mrifai.com/wp-content/uploads/2011/05/images-150x150.jpg" alt="images 150x150 Install Prestashop Di Softaculous" width="120" height="120" /></a>Prestashop adalah software web instan yang dapat digunakan untuk membangun sebuah <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">toko online</a> secara gratis. agar <a href="http://mrifai.com/internet/ecommerce/reset-password-prestashop/">prestashop </a>dapat di jalankan pada website atau domain anda. Proses installasi yang di lakukan melalui script yang tersedia di hosting yaitu <a href="http://mrifai.com/internet/softaculous-adalah/">Softaculous</a>.</p>
<p><span id="more-894"></span></p>
<p>Silahkan ikuti beberapa langkah di bawah ini :</p>
<p>1. Akses ke contol panel yang digunakan misal <a href="http://mrifai.com/category/internet/cpanel/">cPanel </a>lalu cari dan klik menu <a href="http://mrifai.com/internet/softaculous-adalah/">Softaculous</a>.</p>
<p><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-21-01.jpg"><img class="aligncenter size-medium wp-image-895" title="Icon Softaculous" src="http://mrifai.com/wp-content/uploads/2011/05/2011-05-21-01-300x85.jpg" alt="2011 05 21 01 300x85 Install Prestashop Di Softaculous" width="300" height="85" /></a></p>
<p>2. Muncul halaman depan <a href="http://mrifai.com/internet/softaculous-adalah/">Softaculous</a>, di sisi kiri banyak kategori &#8211; kategori yang berhubungan dengan script web. Prestashop masuk pada kategori <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">E-Commerce</a>. Klik <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">E-Commerce</a> &gt;&gt; pilih Prestashop.</p>
<p><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-07-01.jpg"><img class="aligncenter size-medium wp-image-896" title="2011-05-07-01" src="http://mrifai.com/wp-content/uploads/2011/05/2011-05-07-01-212x300.jpg" alt="2011 05 07 01 212x300 Install Prestashop Di Softaculous" width="212" height="300" /></a></p>
<p>&nbsp;</p>
<p>3. Setelah itu akan muncul halaman untuk installasinya, klik menu install dan akan muncul tampilan gambar seperti berikut :</p>
<p><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-07-03.jpg"></a><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-07-03.jpg"><img class="aligncenter size-full wp-image-897" title="Gambar tampilan install dari softaculous" src="http://mrifai.com/wp-content/uploads/2011/05/2011-05-07-03.jpg" alt="2011 05 07 03 Install Prestashop Di Softaculous" width="600" height="509" /></a><br />
4. Isikan semua form sesuai dengan petunjuk dan Klik Install. tunggu beberapa saat untuk proses. lalu akan tampil halaman seperti gambar berikut :</p>
<p><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-21-02.jpg"></a><a href="http://mrifai.com/wp-content/uploads/2011/05/2011-05-21-021.jpg"><img class="aligncenter size-full wp-image-899" title="gambar install selesai" src="http://mrifai.com/wp-content/uploads/2011/05/2011-05-21-021.jpg" alt="2011 05 21 021 Install Prestashop Di Softaculous" width="600" height="159" /></a><br />
5. Proses instalasi sudah selesai saatnya mencoba tes akses ke <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">prestashop </a>dan halaman <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">prestashop </a>admin</p>
<blockquote><p>tidak semua hosting menggunakan script <a href="http://mrifai.com/internet/softaculous-adalah/">Softaculous</a> jadi artikel ini setidaknya panduan untuk <a href="http://mrifai.com/category/internet/cpanel/">cpanel </a>yang memiliki script <a href="http://mrifai.com/internet/softaculous-adalah/">Softaculous</a></p></blockquote>
<img src="http://mrifai.com/?ak_action=api_record_view&id=894&type=feed" alt=" Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;count=none&amp;text=Install%20Prestashop%20Di%20Softaculous" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;count=none&amp;text=Install%20Prestashop%20Di%20Softaculous" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;linkname=Install%20Prestashop%20Di%20Softaculous" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Install Prestashop Di Softaculous"  title="Install Prestashop Di Softaculous" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Fsoftware%2Fpanduan-instalasi-prestashop%2F&amp;title=Install%20Prestashop%20Di%20Softaculous" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/software/panduan-instalasi-prestashop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reset Password Prestashop</title>
		<link>http://mrifai.com/ecommerce/reset-password-prestashop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reset-password-prestashop</link>
		<comments>http://mrifai.com/ecommerce/reset-password-prestashop/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 06:18:02 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=736</guid>
		<description><![CDATA[Reset Password Prestashop masalah pada password alias lupa bin pikun, terkadang terjadi pada admin dari pengguna web. posting ini akan membahas cara merubah password pada admin web terutama sebuah cms toko online yaitu prestashop. mengubah password admin ini susah &#8211; susah mudah, ada 2 cara untuk merubahnya : cara pertama &#62; bisa dari admin langsung [...]]]></description>
			<content:encoded><![CDATA[<h1><em><strong><em><strong><img class="wp-caption" style="float: left;" title="NoPhotoAvailable" src="http://mrifai.com/wp-content/uploads/2010/06/NoPhotoAvailable.jpg" alt="NoPhotoAvailable Reset Password Prestashop" width="120" height="122" /></strong></em><a href="http://mrifai.com/internet/ecommerce/reset-password-prestashop">Reset Password Prestashop</a></strong></em></h1>
<p>masalah pada password alias lupa bin pikun, terkadang terjadi pada admin dari pengguna web. posting ini akan membahas cara merubah password pada admin web terutama sebuah cms toko online yaitu <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/"><em><strong>prestashop</strong></em></a>. mengubah password admin ini susah &#8211; susah mudah, ada 2 cara untuk merubahnya :</p>
<p><span id="more-736"></span></p>
<ul>
<li><strong><em>cara pertama &gt;</em></strong> bisa dari admin langsung seperti mereset password seperti pada umumnya. klik lost lalu masukan alamat <a href="http://mrifai.com/internet/pengertian-email/">email</a> dari username admin tersebut. nanti akan terkirim konfirmasi ke <a href="http://mrifai.com/internet/pengertian-email/">email</a> tersebut dengan password baru. password yang di terima biasanya default dari <a href="http://mrifai.com/internet/ecommerce/pengertian-e-commerce/">prestashop</a> menggunakan huruf kombinasi besar, kecil, angka atau simbol.  contoh gambarnya seperti di bawah ini :</li>
</ul>
<blockquote><p><a href="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-09.gif"><img class="size-medium wp-image-737 alignnone" title="lost password dari admin prestashop" src="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-09-291x300.gif" alt="2010 07 02 09 291x300 Reset Password Prestashop" width="377" height="200" /></a></p></blockquote>
<p><strong><em>catatan: ketikan alamat <a href="http://mrifai.com/internet/pengertian-email/">email</a> username anda (jika masih alamat <a href="http://mrifai.com/internet/pengertian-email/">email</a> untuk username) lalu klik send dan buka <a href="http://mrifai.com/internet/pengertian-email/">email </a>anda password akan terkirim ke <a href="http://mrifai.com/internet/pengertian-email/">email</a> tersebut.</em></strong></p>
<ul>
<li><strong><em>cara kedua &gt; </em></strong>ini di khususkan <a href="http://mrifai.com/internet/pengertian-email/">email</a> untuk username dan password nya juga lupa. yang harus dilakukan login ke <a href="http://mrifai.com/internet/pengertian-web-hosting/">hosting</a> web prestashop ke file manager hosting anda lalu ke folder web prestashop. cari direktory config &gt; file setting.inc.php lalu cari &#8220;_COOKIE_KEY_&#8221; copy kan kode yang tertera, seperti contoh gambar dibawah :</li>
</ul>
<blockquote><p><a href="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-141.gif"><img class="alignnone size-medium wp-image-740" title="2010-07-02-14" src="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-141-300x14.gif" alt="2010 07 02 141 300x14 Reset Password Prestashop" width="617" height="28" /></a></p></blockquote>
<ul>
<li>selanjutnya ke <a href="http://mrifai.com/tutorial-joomla/membuat-nama-database/">phpmyadmin</a> <a href="http://mrifai.com/internet/pengertian-web-hosting/">hosting</a> anda. buka nama <a href="http://mrifai.com/tutorial-joomla/membuat-nama-database/">database</a> yang di buat untuk prestashop cari table ps_employee untuk menggubah username dan password admin prestashop. klik table ps_employee lalu browser sebagai contoh gambar di bawah ini :</li>
</ul>
<blockquote><p><a href="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-131.gif"><img class="alignnone size-full wp-image-743" title="table ps_employee untuk ganti username dan password admin prestashop" src="http://mrifai.com/wp-content/uploads/2010/07/2010-07-02-131.gif" alt="2010 07 02 131 Reset Password Prestashop" width="728" height="153" /></a></p>
<p>catatan:</p>
<p>ubah nama <a href="http://mrifai.com/internet/pengertian-email/"><strong><em>emailny</em></strong>a</a> dan copy kan kode dari <em><strong>_COOKIE_KEY_</strong></em> tadi ke password lalu tambahkan password baru seperti gambar di atas yang bertanda warna biru. lalu pilih <strong><em>MD5</em></strong> klik <strong><em>GO</em></strong></p>
<p>contohnya :</p>
<ol>
<li><em>Kode cookie adalah :  gI3M9S1Uv45wDqkqvGNYF.xAamJY9.zKpykqHCgCxE5m1ozAtQBjFIi</em></li>
<li><em>password baru : 123456</em></li>
<li><em>email : alamaemail@baru.xxx</em></li>
</ol>
</blockquote>
<p>sekian dahulu tutorial kali ini, semoga masalah pada password admin prestashop bisa di selesaikan dengan baik.</p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=736&type=feed" alt=" Reset Password Prestashop"  title="Reset Password Prestashop" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;count=none&amp;text=Reset%20Password%20Prestashop" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;count=none&amp;text=Reset%20Password%20Prestashop" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;linkname=Reset%20Password%20Prestashop" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Reset Password Prestashop"  title="Reset Password Prestashop" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Freset-password-prestashop%2F&amp;title=Reset%20Password%20Prestashop" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/ecommerce/reset-password-prestashop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Instal Virtuemart di Joomla</title>
		<link>http://mrifai.com/tutorial-joomla/instal-virtuemart-di-joomla/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instal-virtuemart-di-joomla</link>
		<comments>http://mrifai.com/tutorial-joomla/instal-virtuemart-di-joomla/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:23:34 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Tutorial Joomla]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=553</guid>
		<description><![CDATA[Posting ini menjelaskan bagaimana cara menginstal virtuemart ke joomla. Virtuemart di instal terpisah dari joomla. untuk versi terbaru dari virtuemart ini versi 1.1.4 stable.  virtuemart bisa di download dari situs resminya klik virtuemart. Setelah selesai mendownload, kemudian ekstrak file hasil download ke direktori tertentu di komputer. Hasil ekstrak file tersebut berupa modul dan plug-in yang [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: large;"><span style="font-size: small;">Posting ini menjelaskan bagaimana cara menginstal <a href="http://mrifai.com/internet/ecommerce/virtuemart/">virtuemart</a> ke<a href="http://mrifai.com/category/tutorial-joomla/"> joomla</a>. </span></span><a href="http://mrifai.com/internet/ecommerce/virtuemart/">Virtuemart</a> di instal terpisah dari <a href="http://mrifai.com/category/tutorial-joomla/">joomla</a>. untuk versi terbaru dari <a href="http://mrifai.com/internet/ecommerce/virtuemart/">virtuemart</a> ini versi 1.1.4 stable.  <a href="http://mrifai.com/internet/ecommerce/virtuemart/">virtuemart</a> bisa di download dari situs resminya klik <a href="http://virtuemart.net/">virtuemart</a>.</p>
<p><span id="more-553"></span></p>
<p><a href="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-05.gif"><img class="shutter" style="vertical-align: baseline;" title="virtuemart" src="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-05-300x195.gif" alt="2010 03 22 05 300x195 Instal Virtuemart di Joomla" width="300" height="195" /></a></p>
<p>Setelah selesai mendownload, kemudian ekstrak file hasil download ke direktori  tertentu di komputer. Hasil ekstrak file tersebut berupa modul dan  plug-in yang nantinya akan kita upload ke server web hosting.</p>
<h1>Install  Virtuemart</h1>
<p>Login terlebih dahulu ke<a href="http://mrifai.com/category/tutorial-joomla/"> joomla</a> administrator ketikan di url anda seperti misalnya ini ( http://domainanda.xxx/administrator ) untuk loginnya menggunakan username dan password yang di buat pada saat menginstall <a href="http://mrifai.com/category/tutorial-joomla/">joomla</a>. cara install <a href="http://mrifai.com/category/tutorial-joomla/">joomla</a> bisa di lihat di <a href="http://mrifai.com/tutorial-joomla/instalasi-joomla-di-localhost/">sini.</a></p>
<p>Setelah login anda pilih <em><strong>extensions &gt; instal/uninstal</strong></em> lalu klik . seperti gambar di bawah ini :</p>
<p><a href="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-01.gif"><img class="shutterset" style="vertical-align: baseline;" title="gambar 1 " dir="ltr" src="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-01.gif" alt="2010 03 22 01 Instal Virtuemart di Joomla" width="210" height="160" /></a></p>
<p>Muncul tampilan untuk upload file yang ingin di instal di joomla. nama file virtuemart yang tadi di download itu <em><strong>com_virtuemart_1.1.4.j15.zip </strong></em>Cara uploadnya klik <em><strong>Browse</strong></em> &gt; <strong><em>cari dimana anda menyimpan folder virtuemart yang di download tadi </em></strong>&gt; setelah itu <em><strong>ok</strong></em>. dan <strong><em>klik Upload File &amp; Instal</em></strong>.</p>
<p><a href="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-03.gif"><img class="shutter" style="vertical-align: baseline;" title="gambar 2" src="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-03-299x188.gif" alt="2010 03 22 03 299x188 Instal Virtuemart di Joomla" width="254" height="160" /></a></p>
<p>Sekarang selesai upload component <a href="http://mrifai.com/internet/ecommerce/virtuemart/">virtuemart</a>. jika sukses instal maka tampilan dan pemberitahuannya seperti dibawah ini.</p>
<p><a href="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-04.gif"><img class="size-medium wp-image-560 alignnone" title="gambar 3" src="http://mrifai.com/wp-content/uploads/2010/03/2010-03-22-04-300x89.gif" alt="2010 03 22 04 300x89 Instal Virtuemart di Joomla" width="400" height="119" /></a></p>
<p>selesai ..</p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=553&type=feed" alt=" Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;count=none&amp;text=Instal%20Virtuemart%20di%20Joomla" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;count=none&amp;text=Instal%20Virtuemart%20di%20Joomla" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;linkname=Instal%20Virtuemart%20di%20Joomla" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Instal Virtuemart di Joomla"  title="Instal Virtuemart di Joomla" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Ftutorial-joomla%2Finstal-virtuemart-di-joomla%2F&amp;title=Instal%20Virtuemart%20di%20Joomla" id="wpa2a_10">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/tutorial-joomla/instal-virtuemart-di-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtuemart</title>
		<link>http://mrifai.com/ecommerce/virtuemart/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtuemart</link>
		<comments>http://mrifai.com/ecommerce/virtuemart/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:08:57 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=475</guid>
		<description><![CDATA[Virtuemart adalah sebuah webshop e-commerce infrastruktur teknologi menginstal yang di kembangkan untuk ekstensi komponen Joomla. Bacalah sebanyak yang anda bisa tentang cara menggunakan dan cara mengkonfigurasinya. Untuk tingkat penting, pekerjaan Anda akan terdiri dalam menginstal, mengkonfigurasi, mengubah dan memperluas Virtuemart dan anda perlu mengetahui aplikasi standar dari Virtuemart. Seluruh kerangka e-commerce sudah benar-benar open source. Dari [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Vir<a href="http://mrifai.com/wp-content/uploads/2010/03/600px-Virtuemart_logo.png"><img class="wp-caption" style="float: left;" title="Virtuemart logo" src="http://mrifai.com/wp-content/uploads/2010/03/600px-Virtuemart_logo-150x150.png" alt="600px Virtuemart logo 150x150 Virtuemart" width="120" height="120" /></a>tuemart adalah sebuah webshop e-commerce infrastruktur teknologi menginstal yang di kembangkan untuk ekstensi komponen <a href="http://mrifai.com/tutorial-joomla/mengenal-joomla/">Joomla</a>. Bacalah sebanyak yang anda bisa tentang cara menggunakan dan cara mengkonfigurasinya. <span id="more-475"></span>Untuk tingkat penting, pekerjaan Anda akan terdiri dalam menginstal, mengkonfigurasi, mengubah dan memperluas Virtuemart dan anda perlu mengetahui aplikasi standar dari Virtuemart.</p>
<p style="text-align: justify;">Seluruh kerangka e-commerce sudah benar-benar open source. Dari perangkat terendah driver di kernel hingga yang paling khusus pemrosesan kartu kredit plugin di Virtuemart, source code lengkap tersedia dan dapat diperbaiki. Jadi tidak ada alasan untuk tidak bisa memperbaikinya.</p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=475&type=feed" alt=" Virtuemart"  title="Virtuemart" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;count=none&amp;text=Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;count=none&amp;text=Virtuemart" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Virtuemart"  title="Virtuemart" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;linkname=Virtuemart" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Virtuemart"  title="Virtuemart" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fvirtuemart%2F&amp;title=Virtuemart" id="wpa2a_12">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/ecommerce/virtuemart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pengertian E-commerce</title>
		<link>http://mrifai.com/ecommerce/pengertian-e-commerce/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pengertian-e-commerce</link>
		<comments>http://mrifai.com/ecommerce/pengertian-e-commerce/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 09:38:42 +0000</pubDate>
		<dc:creator>p4y</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://mrifai.com/?p=501</guid>
		<description><![CDATA[E-commerce adalah istilah yang digunakan untuk menggambarkan penjualan barang dan jasa melalui Internet. Dalam pengertian yang paling umum, hanya menciptakan situs Web yang mengiklankan dan mempromosikan produk anda dapat dianggap &#8220;e-commerce.&#8221; dalam beberapa tahun terakhir, bagaimanapun e-commerce telah menjadi jauh lebih canggih. Bisnis e-commerce sekarang menawarkan toko online yang rumit di mana pelanggan dapat mengakses [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">E-co<a href="http://mrifai.com/wp-content/uploads/2010/03/ecommerce.jpg"><img class="wp-caption" style="float: left;" title="ecommerce" src="http://mrifai.com/wp-content/uploads/2010/03/ecommerce-150x150.jpg" alt="ecommerce 150x150 Pengertian E commerce" width="120" height="120" /></a>mmerce adalah istilah yang digunakan untuk menggambarkan penjualan barang dan jasa melalui Internet. Dalam pengertian yang paling umum, hanya menciptakan situs Web yang mengiklankan dan mempromosikan produk anda dapat dianggap &#8220;e-commerce.&#8221; dalam beberapa tahun terakhir, bagaimanapun e-commerce telah menjadi jauh lebih canggih. Bisnis e-commerce sekarang menawarkan toko online yang rumit di mana pelanggan dapat mengakses ribuan produk, pemesanan, pilih metode pengiriman yang diinginkan dan membayar untuk pembelian menggunakan kartu kredit mereka.<span id="more-501"></span></p>
<p>Apa yang anda butuhkan untuk memulai toko online anda sendiri tergantung pada sejumlah faktor, seperti bagaimana anda ingin menangani transaksi dan jenis keamanan apa yang ingin anda berikan. Sebagai contoh jika anda tidak perlu menerima kartu kredit atau proses transaksi secara online yang anda butuhkan hanyalah sebuah situs Web yang mendaftarkan produk anda. Menyediakan semacam formulir pemesanan dan daftar alamat di mana pelanggan anda harus mengirimkan pembayaran mereka.</p>
<img src="http://mrifai.com/?ak_action=api_record_view&id=501&type=feed" alt=" Pengertian E commerce"  title="Pengertian E commerce" /><p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;count=none&amp;text=Pengertian%20E-commerce" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;counturl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;count=none&amp;text=Pengertian%20E-commerce" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Twitter" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="twitter Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Facebook" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="facebook Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="WordPress" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="wordpress Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_blogger_post" href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="blogger Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="stumbleupon Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="technorati Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Delicious" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="delicious Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="yahoo Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_button_email" href="http://www.addtoany.com/add_to/email?linkurl=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;linkname=Pengertian%20E-commerce" title="Email" rel="nofollow" target="_blank"><img src="http://mrifai.com/wp-content/plugins/add-to-any/icons/email.png" width="16" height="16" alt="email Pengertian E commerce"  title="Pengertian E commerce" /></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmrifai.com%2Fecommerce%2Fpengertian-e-commerce%2F&amp;title=Pengertian%20E-commerce" id="wpa2a_14">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://mrifai.com/ecommerce/pengertian-e-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: mrifai.com @ 2012-02-06 03:42:49 -->
