Skip to main content

Questions tagged [workflow]

Filter by
Sorted by
Tagged with
0 votes
1 answer
50 views

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 ...
Heinlein's user avatar
0 votes
0 answers
603 views

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 ...
DecoMartins's user avatar
2 votes
0 answers
65 views

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 ...
automatix's user avatar
  • 121
1 vote
0 answers
15 views

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 ...
Ron's user avatar
  • 111
2 votes
2 answers
154 views

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 ...
Haim's user avatar
  • 2,142
2 votes
4 answers
7k views

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 ...
Ajwad Syed's user avatar
  • 1,601
2 votes
1 answer
323 views

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 ...
user931780's user avatar
0 votes
1 answer
635 views

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.
Magento Learner's user avatar
8 votes
1 answer
6k views

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 ...
Holly's user avatar
  • 4,933
2 votes
1 answer
679 views

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 ...
Claudiu Creanga's user avatar
1 vote
0 answers
188 views

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 ...
ryanF's user avatar
  • 2,279
0 votes
1 answer
183 views

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 ...
Kay Int Veen's user avatar
  • 1,513
1 vote
2 answers
221 views

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 ...
Bernhard Prange's user avatar
4 votes
2 answers
297 views

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 ...
matt's user avatar
  • 193
5 votes
2 answers
1k views

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) ...
Alana Storm's user avatar
  • 44.5k