Questions tagged [schedule]
The schedule tag has no summary.
56 questions
0 votes
0 answers
25 views
Issue with Scheduled Product Export – Need Multi-Sheet CSV
I am facing an issue with scheduled product export in Magento 2. Since CSV files support only 10 lakh rows, I need to split the export into multiple sheets. I have built a custom export model that ...
1 vote
0 answers
730 views
TypeError: get_parent_class(): Argument #1 must be an object or a valid class name, string given in magento/framework/Code/Reader/ClassReader.php
I get this error when I tap "schedule new update" button in a cart price rule page you can see in the image below, I echo $className variable, which causes the error, it displays "...
0 votes
1 answer
199 views
How magento schedule update for magento product programmatically?
How i magento perform schedule update programmatically. which module i check, how magento perform schedule update ? please narrate which file work ?
0 votes
1 answer
148 views
How magento 2 default content scheduling work programmatically
what is the logic behind the content scheduling in magento 2. Using cron ? using event observer ?
0 votes
1 answer
168 views
What is content scheduling and how i achieve this programmatically
How i apply content scheduling in magento commerce programmatically what is content scheduling? how i implement content scheduling?
1 vote
1 answer
651 views
Schedule a price change on Magento 2?
I'm trying to find a way to set prices on specific products to change on a specific date. I know about Catalog Price Rules, but they tend to be more for promotions over a specific period and group of ...
0 votes
1 answer
41 views
Product Drop - Schedule Specific Time
We are using Magento 2 We sometimes have product drops with anticipated demand from social media with a specific time it will be available to purchase on our website Currently we have been listing the ...
0 votes
0 answers
134 views
Magento 2: Set cron schedule dynamically from frontend
I want to set schedule of cron job from values chosen by the customer from the frontend. I have created checkboxes on checkout page through which I want to set the schedule of email reminders chosen ...
0 votes
1 answer
351 views
Changing the layout & design for a specific set of products
On 3 of my products I wanted to change the look & feel along with the layout As an example, I want to move the product title so I have created a new child theme like below /app/design/frontend/[...
0 votes
2 answers
1k views
Magento 2 Enterprise Schedule Update Programatically
M2 Enterprise uses a schedule method to update the price and special price. Would like to know how we can achieve the same functionality by coding programatically. Found this Link but that does not ...
3 votes
0 answers
1k views
Magento 2 catalog_product_alert schedule entries not being created
All store configuration is properly setup, the cron is running, everything else is working, but there are no catalog_product_alert schedule entries being generated or back in stock alerts sent. I ...
1 vote
0 answers
274 views
How to create a scheduler for existing cart price rule in Magento 2?
I would like to create a programmatically scheduler for cart price rule/s and content changes in Magento 2 Enterprise. Can anyone guide me?
0 votes
1 answer
3k views
Magento2 - How to check all running CRON Jobs?
In Magento2 how to check all running CRON Jobs. Is there any way for that?
0 votes
1 answer
268 views
Magento 2 : Schedule promo codes
In Magento 2 how to add automatic schedules to Promo Codes.
1 vote
2 answers
748 views
Run multiple cron groups but not all in magento 2
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 ...