UK base magento Commerce hosting.
-
zendnwar
-
July 3, 2013
-
Magento
-
224 Comments
2020Media.com 5quidhost Ltd aegis Aspiration Hosting Brontobytes Citrus Digital Dx3webs.com Enciva Solutions Ltd eUKhost Ltd Hand Coded Hands-on Web Hosting UK HelpingHandHost UK Hex UK Infrenion Networks Jigowatt Ltd MEMSET NetPowered UK Nexcess No Wires LTD NuBlue Orchard Hosting pl13.net Hosting Pipe Ten Hosting RSHosting UK Simple Ecommerce Simple Servers Sonassi Hosting The New Media Company tsohost Turnkey Ecommerce Solutions …
Continue Reading
USA base Magento E-commerce Hosting
-
zendnwar
-
July 3, 2013
-
Magento
-
230 Comments
A2 Hosting Arvixe Aspiration Hosting BitLab Hosting BODHost.com BigNM Web Hosting BuyHTTP CHK Hosting CiviHosting Coeus Blue Crucial Web Hosting, Ltd CWIHosting eLief Epsilon9 Enciva LLC EWD Hosting Express VM FastDomain Frontier Solutions GreenGeeks Hands-on Web Hosting US HardHat Hosting US HelpingHandHost US HostDrive Hosted Cubes HostKnox HostMagix.com Host Monster iHubNet Hosting Solutions Infinet & Evergraph, Inc Infrenion Networks Little …
Continue Reading
How to Load a Product by SKU in Magento?
-
zendnwar
-
July 2, 2013
-
Magento
-
0 Comments
This is very simple work, just add below code and set your SKU value to get Product. <?php $sku = ‘your-sku-value’; $product = Mage::getModel(‘catalog/product’)->load($sku, ‘sku’); if ($product->getId()) { echo $product->getName(); } else { echo ‘Product not found with reference of SKU= ‘ . $sku; } ?> Hope it will work.
Continue Reading
What is Magento Encryption Key?
-
zendnwar
-
July 1, 2013
-
Magento
-
0 Comments
The Magento Encryption Key is generated during the Magento Installation. It is used for the encryption and the security storage of the sensitive data in the script’s database. The Magento Encryption Key is kept in the app/etc/local.xml file.The ENCRYPTION_KEY string is replaced by the actual encryption key. <crypt><key>< !CDATA-encryption-key-></key></crypt> You need it if want to move your store data to …
Continue Reading
How to connect ODBC
-
zendnwar
-
July 1, 2013
-
Others
-
0 Comments
$conn = odbc_connect(‘pga’, ”, ”); // pga is your access .mdb file. if (!$conn) { exit(“Connection Failed: ” . $conn); } If you have any query please reply me.
Continue Reading
How to connect to MS Access DB with ODBC on Windows 7
-
zendnwar
-
July 1, 2013
-
Others
-
0 Comments
1. Open the app ODBC Data Source Administrator in Windows 7 (search ODBC from Start Menu). 2. Under User DSN tab, click the Add… button. 3. In the Create New Data Source dialog select Microsoft Access Driver (*.mdb), click Finish button. 4. A new dialog box opens, called ODBC Microsoft Access Setup, now click Select button to select database, notice …
Continue Reading
Online Hotel Booking in Makkah
-
zendnwar
-
June 29, 2013
-
Others
-
0 Comments
Hotel Guide Makkah, a trusted online booking system. A team of hotel professionals are involve at your services(hotel information, lowest price accommodation information, near by hotel). User can get the granted low price then other online booking. For detail information please Click here
Continue Reading
How to change database name in word press?
-
zendnwar
-
June 13, 2013
-
Word Press
-
0 Comments
Please go to root folder and open wp-config.php May be line number 19. define(‘DB_NAME’, ‘wordpress’); // chane your database name replace with “wordpress”. /** MySQL database username */ define(‘DB_USER’, ‘root’); // please set your user name replace with “root” /** MySQL database password */ define(‘DB_PASSWORD’, ”); // please set your password /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); /** Database Charset …
Continue Reading
Advantage of Object Oriented Programming
-
zendnwar
-
June 10, 2013
-
Advanced PHP(OOP)
-
0 Comments
Re-Usability of your code: If you will use OOP technique for creating your application then it will gives you a greater re-usability. For example, if you have created calculator class at one place then you can use the same calculator class in your application. Easy to Maintain : Application develop using oop technique are easier to maintain than normal programming. …
Continue Reading
Simple web Site Development in Dhaka
-
zendnwar
-
June 10, 2013
-
Others
-
0 Comments
Web design & developments are ideal for most individuals and small businesses. If you need an affordable, reliable place to develop your site — with live, 24/7 support by expert staff who understand you — you’ve come to the right place. Economy Deluxe Premium Home page 10 Link pages Domain for one year 1GB Disk Space 3GB Data Transfer 3 …
Continue Reading