magento1 | MyParcel plugin for Magento | Ecommerce library
kandi X-RAY | magento1 Summary
kandi X-RAY | magento1 Summary
MyParcel plugin for Magento 1
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Mass print labels
- Get shipping data
- Get price rate limit
- List shipping rates
- Get session message
- Download log files .
- Copy address to order
- Get quote address
- Validate save location data .
- Save Consignment option
magento1 Key Features
magento1 Examples and Code Snippets
Community Discussions
Trending Discussions on magento1
QUESTION
I have installed magento 1.7 with the database name magento1.7 and now I want to replace this with current live dump with the name magento.
I have changed dbnames in local.xml and config.xml,cleared cache and other things in magento. But now I am getting the below error when i load my magento local.
...ANSWER
Answered 2019-Jul-03 at 10:30SET FOREIGN_KEY_CHECKS=0;
this then import and delete all value in log_visitor_inf.. tables then its run your website. Delete this folder var then check the website.
QUESTION
I have been trying to parse this JSON that I am getting from an API. It just doesn't seem to work. It inserts the whole response into a single object or array when I try to pass it into an object or array. I'm just posting the API response and not my code that I tried:
...ANSWER
Answered 2018-Sep-23 at 08:42https://www.npmjs.com/package/really-relaxed-json can help you out here. Unfortunately for some reason StackOverflow snippets cannot run it when included as an external resource (from CDN https://cdn.jsdelivr.net/npm/relaxed-json@1.0.1/relaxed-json.js), so I created a Stackblitz demo here:
https://js-ei2iz2.stackblitz.io <-- check the console
Here's the editable example:
QUESTION
Get Access Token request of OAuth1.0 only work once for Magento1.9 after being redirected back from Authorization URL. Next time when requesting for Access Token I get reject_token. What I noticed there is difference in signature of both objects' signature.
Request 1(successful):
...ANSWER
Answered 2018-Nov-30 at 06:20The problem is in the second line.
QUESTION
I migrate magento1 database to magento2 and when I open magento2 frontend and backend than this error occurs.
"Unable to load theme by specified key: 'rwd/astra'","1":"#0
I have no custom module or theme in magento2 then why this error is produced?
Does anyone have a solution for this problem?
...ANSWER
Answered 2018-Jan-25 at 07:13Go to your database, in table "design_change" delete row has "design" value same error.
QUESTION
after no sleep night full of googling and trying things, I need your help. My created controller for Magento 1.9, is inaccessible at the address: http://magento1.at/customblog/test/test
...ANSWER
Answered 2018-Mar-02 at 10:17Try to have a look to two typos in your router section in module.xml
You wrote standart instead of standard inside tag
QUESTION
I'm trying to delete the documents from my Index with specific productIDs.
Here's the sample code:
...ANSWER
Answered 2017-Jul-29 at 04:10The issue comes from the fact that your using elastic.v3
which targets ES 2.x.
Since you're using ES 5.3.1, you need to use elastic.v5
, so simply replace this line
QUESTION
We just upgraded our site from Magento 1.9.1.1 to Magento 1.9.3.3.
Unfortunately, our site is broken, so I have investigated the issue. The error notification are as follow.
...ANSWER
Answered 2017-Jun-20 at 11:45Add js in catalog.xml file on catalog_product_view section
QUESTION
I'm beginner in Magento, and I used Magento1.9 CE, I want to add an attribute, programmatically, in catalog/product. I mean, that I want to see it in orange box that I highlighted on
I change version in magento/app/code/core/Mage/Catalog/etc/config.xml file
...ANSWER
Answered 2017-Jul-04 at 13:13You should not change anything from core modules. First you need to create a local module in magento then only you can able to add product attribute programatically.That is the proper way to add attribute.
This links may help you for create product attributes
If you are not aware about create new module in magento means refer this url
http://inchoo.net/magento/programming-magento/magento-hello-world-module-extension/
If you need further assistance means ask me.
QUESTION
I Install the Mailchimp extension in magento1.9 and Directly I added the API key in the system->configuration->mailchimp and Iam getting Following Error.
for Api Call: API call to lists?fields=lists&count=100 failed: Problem with the SSL CA cert (path? access rights?) -
SSL version-3
Mailchimp version - 1.5.1.
Operating System: CentOs
Can anyone please help..
...ANSWER
Answered 2017-Mar-28 at 14:05Try this:
- Download cacert.pem file from here: http://curl.haxx.se/docs/caextract.html
- eg: Save the file in /etc/pki/tls.
Open your php.ini file and add this line:
QUESTION
I have one configurable product and many associated products.In the product page,i changed the options but product price is not change. Iam using magento1.9
Can anyone please help..
...ANSWER
Answered 2017-Apr-17 at 13:41Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install magento1
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page