Questions tagged [magento2.1]

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

Released for GA (General availability) on June 23, 2016 [Magento Ushers In New Era of Commerce Innovation with Next-Generation Platform ][1]

Release Notes : Release Notes

Latest Release : 2.1.9

Links :

123 questions
7
votes
1 answer

Apply custom promo rule using observer in Magento 2

I have created new table in Magento 2, for storing custom promorules, now I have created observer for event controller_action_predispatch_checkout_cart_couponPost and inside that observer I want to check if user has entered any custom rule then…
Dhara Parmar
  • 8,021
  • 1
  • 16
  • 27
6
votes
1 answer

Magento 2 : I want to add ifconfig in override block xml

I tried to override block with phtml file from vendor\magento\module-checkout\view\frontend\success.phtml to my file app\code\Custom\Module\view\frontend\checkout\success.phtml and xml file is checkout_onepage_success.xml
Sandip Dutt
  • 175
  • 1
  • 3
  • 8
4
votes
3 answers

Creating shipment does not update items shipped quantity and order is not complete

I'm developing a procedure that has to programatically create shipment for orders that are already paid and invoiced. The problem is that even after creating the shipment, the order status remains to 'processing' instead of going to 'complete'. This…
sissy
  • 2,908
  • 2
  • 28
  • 54
4
votes
0 answers

How to search using the AND operator for Elasticsearch Magento 2

By Default Magento 1 & 2 search functionality will result the records using OR operator which gives sometimes irrelevant records. In Magento 1, its possible by changing the logic in Fulltext.php . Is there any way that I can change the same for…
Vikas
  • 41
  • 1
3
votes
2 answers

Magento 2 Attribute Not Show In Navigation

I have a problem when applying magento 2.1.9 to my project. My attribute is ab_size I have created that attribute with code blow. $categorySetup = $this->categorySetupFactory->create(['setup' => $setup]); $entityTypeId =…
HoangHieu
  • 2,802
  • 3
  • 28
  • 44
3
votes
1 answer

how to addBcc in magento2 custom email template?

I am sending mail using below code. The mail work properly, but Bcc and Cc does not work. Please tell me how to set Bcc and Cc. class Dummy { private $_transportBuilder; public function…
Sanjay Gohil
  • 306
  • 1
  • 14
2
votes
3 answers

Redirect customer to product page from where customer logged in to website Magento 2

In Magento 2, I have a custom login form in Header. If a customer is on the product page for eg : http://www.testwebsite.com/catalog/product/view/id/10 and login from header form then customer should redirect to the same product page instead of…
Rahul
  • 763
  • 1
  • 12
  • 45
2
votes
1 answer

Magento 2 REST api for PayPal module

I am creating an eCommerce application using Magento 2 REST api as backend and Angular 6 in front-end technology. I have successfully integrated add/update/delete/list api of CART I am using Paypal for payment methods, after getting a success…
Sharma Vikram
  • 2,440
  • 6
  • 23
  • 46
2
votes
1 answer

magento 2 dynamic row ui component dont present data

I am trying to create dynamicrow filed in admin form vs ui_component (xml). for example: the dynamic row i am trying to achieve i add the dynamic row component and it looks like in the image above. after set data and save the data, the data…
tal shulgin
  • 31
  • 1
  • 6
2
votes
0 answers

Is there one extension or code to limit Magento 2 REST API per store?

i have a multi-store application on magento 2 integrating with a desktop software by REST. But i see the magento 2 does not limit users per store. Is there one extension or code to limit Magento 2 REST API per store? All responses will be…
Sérgio Thiago Mendonça
  • 1,161
  • 2
  • 13
  • 23
2
votes
0 answers

How to set title tag in magento2.1

As suggested by our SEO guys, they wanted to show title tag on product detail page's thumb images. I am able to manage other image's title tags on the same page but not able to set title tag here. Here is screenshot for more idea.…
Pranav Patel
  • 154
  • 16
2
votes
0 answers

Custom Magento 2 Messages Only Show On /checkout/cart/ Page

I am trying to write a simple extension that utilises the \Magento\Framework\Message\ManagerInterface to add a custom success message on all pages. I have built this observer:
ajmedway
  • 1,492
  • 14
  • 28
2
votes
1 answer

Unable to find setIsInProcess() function definition

I'm trying to programatically create shipment for orders that are already invoiced, but I cannot manage to make it work, in the sense that the shipment is correctly created, for all the items in the order, but order status remains 'Processing'…
sissy
  • 2,908
  • 2
  • 28
  • 54
2
votes
1 answer

Magento 2 sucess/faliure message displaying + concatenated string.

Hello I am new to Magento (Magento 2.1) My problem is that when any message like sign up successfully or order successfully it is displayed word joining with + sign instead of space. like : please help.
Naveen Singh
  • 395
  • 1
  • 3
  • 17
2
votes
1 answer

Magento 2 apply discount on tax issue + FPT

Firstly I am using Magento 2.1.8 version I'm facing an issue with tax total amount and discount from coupon code. Whenever I apply a discount coupon on cart, tax amount stays the same. I have read a few posts saying that Magento 2 option: My…
Macas
  • 560
  • 3
  • 22
1
2 3
8 9