Skip to main content

Questions tagged [magento-2.0.7]

Denotes questions related to Magento CE and EE 2.0.7

Filter by
Sorted by
Tagged with
0 votes
0 answers
77 views

The module code base doesn't match the DB schema and data. Magento_Theme schema: 2.0.1 -> 2.0.0 Magento_Theme data: 2.0.1 -> 2.0.0 Magento_Customer ...
samdoit's user avatar
1 vote
2 answers
1k views

I have successfully rewrite Magento\Customer\Model\AccountManagement using preference but after enabling paypal express its giving me error like below, on checkout and cart page. <?xml version="1....
Chirag Prajapati's user avatar
0 votes
0 answers
157 views

I am trying to enable bundle js feature but getting this issue on product view page SyntaxError: missing ; before statement </div>'}}(window,document,location,"undefined"! Any one have idea ...
Ashish Jagnani's user avatar
1 vote
0 answers
88 views

When going to our base url we get a white screen on the homepage: http://95.85.37.169/ We migrated from magento 1.9.0.1 to 2.0.7 and cannot figure out why this is crashing now. I cannot figure out ...
Axel Dekker's user avatar
0 votes
2 answers
2k views

The only solution i found so far is to add cacheable="false" to recently_viewed block in xml, but this did not work. Is there any other way to force magento show "Recently Viewed" block on product ...
Anna's user avatar
  • 1,685
2 votes
1 answer
152 views

I want hide a multiple shipping method in frontend based on customer group. Please tell me Where I have to put the condition to check shipping method with customer group? If match then shipping ...
Kamlesh Jha's user avatar
  • 1,066
0 votes
2 answers
451 views

I need to change my backup directory to some other directory which is different from Magento installation root directory. How can i do this?
Salma Saiyad's user avatar
  • 1,224
0 votes
1 answer
850 views

I need to add a new field to shipment grid and this field must contain items price incl tax. So I also should plug into the shipment saving prosess to calculate and save this field value.
Anna's user avatar
  • 1,685
1 vote
0 answers
496 views

I have overriten the content.html minicart template in my theme, currently the code looks like this: <!-- ko if: cart().summary_count --> <div class="detailArea"> <div> <ol ...
Henry Bui's user avatar
  • 471
3 votes
2 answers
3k views

I have to remove add to cart button from product detail page when product store has 0. How to achieve this
Pinku's user avatar
  • 537
1 vote
1 answer
628 views

I have created the custom attribute to upload the business proof file during registration. I am able to store the file in /pub/media and file name in Database and the file name also displaying in ...
Venu Joginpally's user avatar
0 votes
2 answers
169 views

Is there any way to create tax rule based on cart total product unit price? I need to implement New York 4% state tax for purchase price over $110. Thanks. A little clarification. Tax should be ...
Anna's user avatar
  • 1,685
4 votes
3 answers
5k views

How to disable payment method Check / Money Order only on frontend, but left available for admin on backend ? I can't find solution for M2
Anna's user avatar
  • 1,685
0 votes
1 answer
1k views

<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance dc" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <...
Rahul Katoch's user avatar
  • 1,119
2 votes
1 answer
179 views

In magento 1 $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM); how can I set this in ...
Rahul Katoch's user avatar
  • 1,119
6 votes
2 answers
8k views

I want call block methods from controller. My files are below Controller namespace Vendor\ModuleName\Controller\Index; use Magento\Framework\App\Action\Action; use Magento\Framework\App\Action\...
Pinku's user avatar
  • 537
0 votes
0 answers
1k views

I am not able to find correct approaches to done this work. I found some resources but there they guys are using model files also but they didn't explain about that files. My codes are below ...
Pinku's user avatar
  • 537
1 vote
0 answers
5k views

I am working on one custom module and i need product load when any ID is clicked. Loading is handle by ajax. I am not aware of ajax in Magento 2. Can anybody give me small demo of ajax in Magento 2 ...
Pinku's user avatar
  • 537
1 vote
0 answers
140 views

I am having some content in .html file in checkout page, I want to translate that content to french but I am unable to translate. I tried many methods but still not getting.I translate all phtml files ...
Rising's user avatar
  • 53
2 votes
3 answers
4k views

I have done this but my code is not working for all types of product. layout file <?xml version="1.0"?> <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
Pinku's user avatar
  • 537
0 votes
2 answers
3k views

My layout file code is cms_index_index.xml <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/...
Pinku's user avatar
  • 537
0 votes
1 answer
995 views

My template file code is $listBlock = $this->_listBlock; $addToCartUrl = $listBlock->getAddToCartUrl($_product); ?> <form data-role="tocart-form" action="<?php echo $...
Pinku's user avatar
  • 537
3 votes
1 answer
4k views

I have created one custom attribute and also i have added some product under that attribute now i need product collection of that attribute. Below is my block code for collection but it's not working ...
Pinku's user avatar
  • 537
3 votes
0 answers
179 views

I want to send productId when vendor tab is clicked . vendor_section current ajax url is :- dailydealadmin/index/vendor. But I want this url like this :- dailydealadmin/index/vendor/productId/5. ...
Manish Goswami's user avatar
1 vote
1 answer
73 views

This is link jquery in my local ../pub/static/frontend/../../en_US/jquery/jquery.min.js and I want change to https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js Anyone help me?
Nguyen Cong Binh's user avatar