MAGENTO 2
Magento Configuration
7. Setup Email
Step 1:
Access to Admin > Store -> Configuration -> General -> Store Email Address
Setup the email information is support email of site
Step 2:
Access to Admin >Landofcoder -> Smtp email -> Configuration
Setup the email information (Yandex, Gmail, Outlook…)
Step 3:
To check email sent logs, access Admin > Landofcoder -> Smtp email -> Emails log
8. Setup Time zone
Access to Admin > Store > Configuration > General -> Locale options
9. Edit Content Homepage
Access to Admin > Content > Page > Edit line Home page
10. Hidden products on Store view
Step 1: Find products by access to Admin > Catalog > Products (Warning: Using filter – don’t use search by word).
Step 2: Choose products which need to hide (disable) on Store.
Step 3: Choose Action > Change Status > Disable
11. Add social media link (For footer and Contact Us)
Footer: Access to Admin > Content > Blocks > Choose footer-area line > Choose Show/Hide Editor > Change the HTML code below and replace the links of social media
Contact Us: Access to Admin > Content > Blocks > Choose Contact-info-area > Change HTML code and replace the links of social media
<li><a href="link"><img src="{{media url="wysiwyg/facebook.png"}}" alt="" width="24" height="24"></a></li>
<ul class="social">
<li> <a href="https://www.facebook.com/Vellamerch/">
<p class="fab fa-facebook-f"></p>
</a></li>
<li> <a href="https://twitter.com/vellamerchshop">
<p class="fab fa-twitter"></p>
</a></li>
<li> <a href="https://www.instagram.com/vellamerch/">
<p class="fab fa-instagram"></p>
</a></li>
<li> <a href="https://www.pinterest.com/vellamerch/_created/">
<p class="fab fa-pinterest-p"></p>
</a></li>
<li> <a href="https://www.youtube.com/channel/UCWv33forbSda2HhglcTgHaA">
<p class="fab fa-youtube"></p>
</a></li>
</ul>
12. Edit Shipping / Why Buy From Us
Shipping: Access to Admin > Content > Blocks > Choose shipping-tab line > Choose Show/Hide Editor > Change the HTML code
Why buy from us: Access to Admin > Content > Blocks > Choose why-buy-tab > Change HTML code
13. Edit Copyright (footer)
Access to Admin > Content > Blocks > Choose copy-right-area line > Choose Show/Hide Editor > Change the HTML code
14. Change Logo / Favicon
Access to Admin > Store > Configuration > Frontend config > Change logo & favicon of site
15. Configure Paygate
Stripe Information: https://stripe.com/docs/plugins/magento-2/configuration
Magento setup: Access Admin > Stores > Configuration > Sales > Payment Methods. Input the access information get from above step to PayPal / Stripe
Paypal:
Setup Auto Capture:
Stripe:
Last updated