Questions tagged [documentation]
The documentation tag has no summary.
36 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
52
views
How to send personalized messages via chatbot to confirm orders and abandon carts
I am looking to create an automation to send personalized messages with a chatbot through an intermediary API and trigger order confirmation and cart abandonment.
In other words, whenever an order is ...
0
votes
2
answers
346
views
Indentation Style (Code style) Magento 2
Hey, I wanna check if there is some documentation about the code style for magento, specially regarding the best practices Indentation style for magento.
I will give 2 examples, and I wanna also know ...
0
votes
1
answer
161
views
Magento 2.1.10 ce Developer Documentation
Where can I find the Developer Documentation for an older version of Magento, specifically, version 2.1.10.
Magento's website only has the DeVDocs for 2.2 and while these are okay I would they aren't ...
3
votes
1
answer
768
views
Is there any documentation tool available for GraphQl?
I need to document both Magento2 in-built and custom GraphQl endpoints. (Just like we use swagger to document APIs). So far I tried the below tools. But both seem to be covering a limited number of ...
0
votes
1
answer
408
views
Where can I find the full syntax specification for Markup Tags (double curly braces)?
I have found some documentation for Magento's Markup Tags, but nothing that would appear to be complete. For search-ability, I've also seen them described as "double curly brace syntax", &...
1
vote
1
answer
790
views
Magento 2.4 dev.docs: about recommended Elasticsearch configurations
There are two different recommendations/examples:
"The Magento application and Elasticsearch are installed on different hosts (Running on separate hosts is secure, enables Elasticsearch to be ...
0
votes
1
answer
292
views
setup:static-content:deploy -f (Documentation)
Please I did not understand this in documentation.
Running this command with the -f argument can fix issues regarding deployment of static content, but removes all symlinks and deploys the actual ...
0
votes
0
answers
38
views
Where can I find a list of features in Magento along with explanations?
For example, this link: https://info2.magento.com/rs/magentosoftware/images/magento-feature-list.pdf - has a great list of features, but without any explanation of what that feature is about.
For ...
0
votes
1
answer
39
views
Where is the source of the following text inside the documentation?
On the DevDocs https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/css-topics/using-fonts.html Link, there is the following text bellow the mixin example:
@font-display: swap is declared by ...
6
votes
1
answer
493
views
Where can I find official documentation of the internal functions and methods used by Magento's default/core modules?
Am I missing something or does Magento not provide any documentation about the core/default modules it uses?
Let's use an example: say I want to create a module which incorporates various core ...
2
votes
3
answers
6k
views
Where is the Magento 1.9 developer documentation?
The only good/bonafide documentation I can find is here:
https://devdocs.magento.com/guides/m1x/magefordev/mage-for-dev-1.html
but in that documentation, it even states that there's much more to learn....
1
vote
1
answer
61
views
Are Magento Object propertyNames that are prefixed by "_" different from ones that aren't?
what does this tell me ? Is there a place in the devdoc's I wasn't able to find or is this a convention I don't know about?
thanx for your help...
0
votes
1
answer
46
views
Are there any Magento Code Release Notes?
I have been looking for some kind of code release notes. I have browsed through the released notes information and through all the versions trying to find any kind of clear statement where they say ...
2
votes
1
answer
357
views
Online Customers --> How is this checked?
So,
In this doc:
Online Customers
It is explained how Magento 2 checks if customers are online and how to set the interval to check this.
BUT
What is not so clear, is how Magento 2 does this. ...
0
votes
2
answers
217
views
Magento 2 : How to write a custom extension? [closed]
There is already a question on how to write a custom extension at How to write a custom extension? , but most of the answers I read , while being good and really detailed are about magento 1, so felt ...