Skip to main content

Questions tagged [group]

0 votes
2 answers
771 views

After copying all files / db on my local VB when I tried to setup permissions: find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} + && find var vendor pub/static pub/media ...
Sakara's user avatar
  • 1
1 vote
2 answers
631 views

I need to know how we can achieve this when the user changes its group to another customer group that has a different price. This is working when the user logout and gets login again but I want to ...
Nilesh Dubey's user avatar
  • 1,095
0 votes
1 answer
386 views

I'm getting this error : Notice: Object of class Magento\Store\Model\Group\Interceptor could not be converted to int in /var/www/html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 3065 ...
Clong's user avatar
  • 1,354
2 votes
0 answers
37 views

I am having issues trying to allocate a digital product as well as a physical product to be sold in a bundle or group. I have read comments above but it does not help with Shipping costs? If I add the ...
Dawn Loucks's user avatar
1 vote
0 answers
74 views

I have a custom customer attribute (registrationcode), on the registration form when the customer gives a code it automatically set the good group price. How to update the group price when the ...
Sebastien's user avatar
2 votes
0 answers
41 views

if set "Privileged Customers" group for a customer, than ablity to add vouchers for this customer. Otherwise exception should be thrown with the next message "Customer isn't in a privileged group". ...
Andrey Smolin's user avatar
1 vote
4 answers
4k views

How to get Magento 2 customer group ID if user is logged in, in a .phtml file? I have already tried with: protected $_customerSession; public function __construct( \Magento\Customer\Model\...
alexcr's user avatar
  • 1,487
0 votes
0 answers
206 views

I am using magento version 2.3.1 with the "Porto" theme installed. I have set a group price for a product. In the frontend I see the original strikethrough price and the set price for user group. Is ...
Mattia Girgenti's user avatar
0 votes
0 answers
114 views

To display Name of tax rule on the product details page I creat a module through this link (Magento 2: How can display Name of Tax Rule on product page). And it's working successfully check below ...
irshad's user avatar
  • 171
1 vote
1 answer
461 views

I create two tax rule name rule1 and disability tax ,check below images Now I want to display these two tax rule names on the product page. any help will be appreciated.
irshad's user avatar
  • 171
1 vote
2 answers
748 views

I wanted to run the following way. php bin/magento cron:run --group="test_group1","test_group2","test_group3" OR php bin/magento cron:run --group="test_group1,test_group2,test_group3" What is the ...
Ghulam Akbar's user avatar
0 votes
0 answers
232 views

I am creating a custom product viewed report. I am facing issue in interval column. Below is my collection $collection = $this->customreportsFactory->create()->getCollection(); $collection-...
Ravi Soni's user avatar
  • 1,819
0 votes
1 answer
162 views

I am trying to override this following function. /** * Extract the form values from attributes. * * @param array $attributes * @param int $storeId * @return array */ private function ...
jibin george's user avatar
0 votes
0 answers
112 views

With the code below I can load all the attributes from a specific group, in this case attribute group with id: 37 <?php $av_attribute_group = $_product->getAttributes(37); foreach ($...
n00bly's user avatar
  • 623
2 votes
1 answer
984 views

In constructor inject dependency protected $productAttInterface; \Magento\Catalog\Api\ProductAttributeManagementInterface $productAttInterface $this->productAttInterface=$productAttInterface; and ...
HaFiz Umer's user avatar
  • 1,700

15 30 50 per page
1
2 3 4 5