Evaluating bids

Build Module that can mange dynamic prices on Grouped Products Magento 2

Published on the April 23, 2020 in IT & Programming

About this project

Open

Please find the attached document with our task.

In high level, I plan to add dynamic change price on grouped page, so if we can add like this example script to grouped page..

Total_QTY= SUM[QTY(ProductA,ProductB,ProductX,ProductY)]; //Total_QTY will get the totall QTY on these products (ProductA,ProductB,ProductX,ProductY) //

if Total_Qty >= 5
new_price=10;
Price(ProductA,ProductB,ProductX,ProductY)=new_price; //change prices to new_price (10) on all these products (ProductA,ProductB,ProductX,ProductY) //

else

if total_Qty >=10
new_price=5;
Price(ProductA,ProductB,ProductX,ProductY)=new_price; //change prices to new_price (5) on all these products (ProductA,ProductB,ProductX,ProductY) and show //
else
return

Category IT & Programming
Subcategory E-commerce
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Other (Other APIs)
Roles needed Developer

Delivery term: Not specified

Skills needed