Questions tagged [workflow]
The workflow tag has no summary.
29 questions
0
votes
1
answer
50
views
Can I edit Magento 2 LESS files from the Chrome Dev Tools?
I had a pretty comfortable workflow in Magento 1 where I've added the 'skin' directory to the workplace in Chrome Dev Tools and could edit the CSS files right from the Dev Tools. Is something like ...
0
votes
0
answers
603
views
Local PC development w/ ElasticSearch - High Memory Usage makes my desktop unusable
I´m new to Magento and I´m trying to install Magento locally in my work desktop to test my code development before pushing it back to the Integration Branch.
I already tried with the "Local ...
2
votes
0
answers
65
views
What is the standard order process workflow in Magento 1?
I'm trying to understand the order process in Magento 1.7. The background is: I'm extracting the payment (and later the complete checkout) from Magento to another system, but the order processing ...
1
vote
0
answers
15
views
Workflow: delivering items "to a table" (eg in a bar)
Having not deployed any Magento solutions before, I'm trying to figure out if Magento really is the sort of solution I'm looking for. I've installed the OS edition on a VM and have been trying to ...
2
votes
2
answers
154
views
Composer merge conflicts
We have a develop branch.
Every new feature gets created on a branch that runs off the develop branch.
Then a pull request is made to the develop branch.
This triggers our CI/CD and slowly but ...
2
votes
4
answers
7k
views
Magento 2 follows MVVM architecture or MVC architechure?
I am understanding the logic behind working in separate folders in Magento 2 and came across bundle of articles talking about same thing in different ways.
Some explain MVC logic behind it and some ...
2
votes
1
answer
323
views
Magento 2: How do you move Catalog/CMS changes to production?
The magento 2.2 documentation, in its Pipeline Deployment Overview , states the following (brackets & emphasis mine):
[the production system is] Your live store. You should make minimal ...
0
votes
1
answer
635
views
Magento 1.9.3 Capture payment without invoice?
Is it possible to add a Capture button in order view? It seems Magento can only capture the payment when invoice is created. But I need to already Capture the payment when order is made.
8
votes
1
answer
6k
views
How to enable CSS source Maps for Magento 2
How do you enable CSS source Maps for Magento 2's front-end workflow.
I'm learning M2 and have created a custom theme, called "mytheme", inheriting from the out-of-box luma theme. I'd like to use ...
2
votes
1
answer
679
views
magento2 still serves files from root/pub/ directory even in dev mode
App mode is developer (checked also in env file).
Nginx has root www/.
www/index.php is hit.
Placed a die() statement in www/pub/index.php to make sure that the file isn't hit. It is not hit.
But ...
1
vote
0
answers
188
views
Magento 2 Code Repository Approach
I would like to know how members of the community are approaching the storage of the M2 codebase (ex: git) and sql dumps for scalability and quick deployments (also allowing for quick rollbacks).
I ...
0
votes
1
answer
183
views
Change the way magento2 is installed so its upgradeable
There are many ways to install magento2, deploying from GIT, Downloading from magentocommerce or doing a composer installation.
What i find odd is that those 3 different ways of installing result in ...
1
vote
2
answers
221
views
Workflow for Magento Database
I am planning on a Magento Workflow for staging and live enviroment.
I want to use git for the filesystem. The workflow here is sorted already.
But how to manage Database modifications?
While on ...
4
votes
2
answers
297
views
Workflow - handling databases during development
I work for a small agency and we often have more than one developer working on a magento project. We work locally, and then commit to github after each phase of development. The problem we are having ...
5
votes
2
answers
1k
views
Convert a Quote into a Backend Order
Is there a non programatic way to convert an existing cart/quote into an order in a stock Magento CE system? Stock Magento EE system?
If not, how are merchants handling the (seemingly common) ...