Magento Version: 1.7.0.21. Table Core_config_dataChange the web/unsecure/base_url and web/secure/base_urlof the Path field to the currently used URL2. Table Log_url_infoChanging field URLs and referer, using SQL statements to bulk ModifyFor example:UPDATE ' Log_url_info ' SET url=replace (URL, ' Http://127.0.0.1/magento2 ', ' http://localhost/magento ') WHERE url like ' http://127.0.0.1/magento2% ';UPDATE '
German language Pack replacement under WIN10, similar to other languages1. Download the language pack and find the language pack in the Magento store2. Create a new folder in the local Magento installation directory 3. Copy the contents of the extracted folder (not the folder itself) to 4. In the installation directory, run the following: cmd to enter Magento ins
Magento removes index. php1. from the URL and modifies the configuration file in APACHE2. DocumentRoot/home/magento/ lt; Directory/ gt; OptionsFollowSymLinksAllowOverrideAll change to All lt; Magento remove index. php from the URL
1. modify the configuration file in APACHE2.
DocumentRoot/home/magento/
Options Fol
magento url rewrite using config .2012-08-03 14:34:22| Category: Magento| Report | Font size Subscription I've been depressed for two days.Http://127.0.0.1/magento/sitemap/index/attr/code/size/value/26The address is too complex to be easy to write through regular expression is rewrite on ok haha/sitemap/index/attr/code/$1/value/$21Http://127.0.0.1/
package informationInstalling dependencies (including Require-dev) from lock file-Installing Magento/magento-composer-installer (0.1.5)downloading:100%-Installing braintree/braintree_php (2.39.0)downloading:100%This will be a success.The above describes how to solve the Magento2 installation process is missing two PHP extension problems: Ext-intl and ext-xsl, including aspects of the content, I hope to be
first, the global invocation method:By this method each page will refer to this JS file, unless it is similar to the jquery system files, otherwise this method is not recommended.File path:/app/design/frontend/default/your_template/layout/page.xmlYou'll see a lot of XML code like ADDJS, which is one of the advantages of Magento, and it's easy and flexible to configure files through XML.As follows:XML code
action method="Addjs">script>varien/js.jss
First of all, you should ensure that your server environment, to meet the operational requirements of Magento, if you are using Magento dedicated space do not have to worry about, if not, please check my previous article to detect your operating environment (http://www.hellokeykey.com/ magento-system-requirements/)1. Make sure the setting is Yes in System->config
This extension adds new links to your page specification Magento head, a more in-depth explanation to see this post. Yards of Joachim Houtman.You can download or install the extension via Magentoconnect. Put all your questions and comments about this extension [in] yoast. Common domain name format.Frequently Asked QuestionsThis plugin works together with the Fooman speedster module?If you use the canonical URL Mag
This article to give you the use of Magento friends to introduce how to get the shopping cart product quantity and price and display, below I will give you the students detailed introduction.
Get all the product information of the shopping cart
The code is as follows
Copy Code
$items = Mage::getmodel (' Checkout/cart ')->getquote ()->getallitems ();$items = Mage::getsingleton (' checkout/session ')->getquote ()->getallitems
Magento Code order creation process look directly at the code. The following code is how to create a perfect order from a program.Require_once ' app/mage.php ';Mage::app (' default ');//Initialize the program, set the current store$store = Mage::app ()->getstore (' Default ');Get users by e-mail, and of course not get, create guest orders$customer = Mage::getmodel (' Customer/customer ');$customer->setstore ($store);$customer->loadbyemail (' [email pr
Share one of the key parts of magentocomparison: j2t-rewardpoints42.96.152.234magento382.rar. I like it. Don't download contact me eamilto: admin@gupiaoqihuo.com share a magento more critical essential points distribution plug-in J2T-RewardPoints
Http: // 42.96.152.234/magento/382.rar
I bought it on a website and now I have contributed to the free download for everyone.
I like it.
Contact me if you cann
Share one of the key parts of magentocomparison: j2t-rewardpoints42.96.152.234magento382.rar. I like it. Don't download contact me eamilto: [email #160; protected] share a magento essential points distribution plug-in J2T-RewardPoints
Http: // 42.96.152.234/magento/382.rar
I bought it on a website and now I have contributed to the free download for everyone.
I like it.
Contact me if you cannot download
Function Description: Today to do a background form element display date time, beginning to think with Magento backstage use of Form element label (1) function, only need to set type types set to date can, but set up, start how also can't get out, and want to load some JS package in the background, Refer to the external JS plug-in to achieve this function, and then consult the company technical cattle, said can directly call the
Magento PayPal express checkout (quick checkout) page does not jump to the Liberation method of PayPal
In magento 1.9.0.1, PayPal quick checkout has been set up, but does not jump when you click PayPal to pay. After searching online for a long time, some friends said that PHP's curl was not opened, but I did not jump to it.
I opened the magento log function and e
Quickly build Magento Makingware Nginx host environment in centos this article mainly uses yum to install LNMP host environment suitable for magento running. * Applicable to pure Centos. If there are httpd and other processes, stop httpd first. After installing nginx/1.2.2 Mysql5.5 PHP5.3.14 APC 3.1.9, select the corresponding centos version to import the external software library, don't get it wrong Oh no
Plug-in name: cloudzoomExtension key: magento-community/cloudzoomWeb: http://www.magentocommerce.com/magento-connect/QuartSoft/extension/3768/cloudzoom
Introduction: The image magnifiers on the product page are very common functions. In the 1.3 era, a plug-in called "magento jqzoom" is used. This plug-in has not been updated for a long time, in addition, the lat
Then the previous article uses the API to create configurable products configurable product says. Magento product types can be divided into simple product, Group product, configurable product, Virtual product, Bundle product, downloadable products. One simple product is the simplest and belongs to the basic product. Configurable products and bundle product are built on these simple products.Configurable product and Bundle products can track inventory
This article introducesHow to display magento user comments to the product details page: Magento1.4.1.1 is used as an example.
Open/APP/design/frontend/default/your_theme/layout/review. xml and copy the following code:
Open/APP/design/frontend/default/your_theme/layout/CATALOG. xml and find
Product View
->
Paste the copied code
Because the block name product_additional_data has been used on the product pageChange the as comment on this block to pro
Magento errors during product import:"Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract: getexceptions () in appcodecoreMageAdminhtmlBlockSystemConvertProfileRun. php on line 167"The current Magento version Magento1.5.1.Solution:Find the file "appcodecoreMageAdminhtmlBlockSystemConvertProfileRun. php"Comment out #167-#168 rows, like// If (! Is_null (parent: getException
Magento background failed to login solution
Workaround One:
This is a cookie problem, using a non-IE core browser such as Firefox to solve this problem, although the way the browser handles cookies is similar but not 100% identical, Magento Other versions have this problem.
The way to fix this problem in detail is to navigate to: app/code/core/mage/core/model/session/abstract/varien.php.
Around 70 lines
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.