How can I check if a product has Schedule Update in Magento 2 Programmatically ?
I just need check if exists Schedule Update associated with a product.
Related
is it possible to have multiple auto subscriptions like this:
All - every feature is unlocked -> 4.99$ per week
Feature 1 - Only feature 1 is unlocked -> 2.99$ per week
Feature 2 - Only feature 2 is unlocked -> 2.99$ per week
Feature 3 - only feature 3 is unlocked -> 2.99$ per week
PS. Price of every auto subcription is just for reference.
Users can auto subscribe to all features individually, but its cheaper to subscribe to All.
So, it is possible to subscribe to Feature 1, Feature 2, Feature 3 seperately and should not be possible to switch from subscribed feature to other feature not paying 2.99 as user could try out all features just by paying for one.
If I were to create every auto subscription in its own group then user would probably get billed for all subsriptions if user subcribed to features individually and later decided to go All route. All subcription should cancel out billing of other Features.
If I were to create every subcription inside one group then user could switch Feature subscriptions paying only 2.99?
I can't seem to solve this.
I am trying work on multi bundle products but when trying to add to cart the product is showing out of stock.
I want to show the sku of the product with which the error is created so that I can get the idea of the related product from bundle options
check screenshot here
From cart, you can get all available products. From there you can check each product and add an error message if the product is currently out of stock.
I have a requirement where i need to get approvals from multiple users and workflow can be proceeded to the next step when all the users have approved. I wanted to know how we can achieve or design a single workflow model to achieve the requirement
You can add a separate participant step for each approver/approverGroup. Afte r approval from one approver/approverGroup, next step would send approval request to next one.
Once all are done, you can proceed further.
OR
Complex one [Not recommended]
You can create your custom process step to send notifcation to all approvers and in the next operation, proceed only when each one of them has approved[keep that record on seprate node of each workflow instance ]
I'm new to ServiceNow and followed this tutorial Workflow for Servicenow Incidents to create a simple workflow for an approval request.
The steps that I took on studio of my developer instance:
Created an application "ServiceNowApp"
Created a table "Order"
Created a field "Status"
Created a workflow as described on tutorial
My intention is to trigger the workflow by the creation of a new record on Order table and change the Status field based on the decision of the responsable user.
Any advice is welcome to accomplish the goal
Thank you
When you create the Order table, make sure it extends the Task table. This will allow you to add an approval to it.
Based on that post you should be able to follow things as you build it out in the same manner, just select your Order table.
You can do it using core activities Approval - User and Set Values in your workflow.
(Your Order table doesn't need to extend Task table.)
Approval - User creates an approval record for the responsible user and the user can open the record to approve/reject it in the My Approvals menu.
Set Values sets Status field to any value.
Your workflow would look like below:
You can add the trigger conditions on the workflow itself while creating the workflow.
You can also choose the table and then choose any status field you want to act on the requests.
Below is the snapshot which might help you understand the concept.
Let me know if you need any help.
Regards,
Ishaan
I'm using SOAP to add a shipment to a Magento order but I need to have the ability to modify existing shipments, and add additional shipments.
I can add a shipment and a track # but if the user voids a shipment for some reason I'd like to remove the shipment and then create a new shipment. I don't see a way to do this.
If I just try to add another shipment then I get a SOAP error.
Uncaught SoapFault exception: [102] Cannot do shipment for order
yes you can do it,you need creat SOAP app for shipment & you need add new extension for magento.
example:
1.mine shipping app via SOAP,provide query shipping fee for magento.
http://ship.chinabuye.com/Soap_Server.php?wsdl
2.a plugin on magento side,can be defined SOAP URL & discount.you can preview in cart
http://www.chinabuye.com