-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfc41f0
commit e79fa57
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# magento2-crosssellproduct | ||
# Magento2 Crosssell Products On Detail Page | ||
|
||
The Cross Sell Products extension display cross sell products on product detail page. | ||
|
||
# Installation Instruction | ||
|
||
- Copy the content of the repo to the <b>app/code</b> | ||
- Run command: <b>php bin/magento setup:upgrade</b> | ||
- Run command: <b>php bin/magento setup:static-content:deploy</b> | ||
- Now flush cache: <b>php bin/magento cache:flush</b> | ||
|
||
|
||
# Screenshot | ||
|
||
<h3>Product Page</h3> | ||
<img src="https://prnt.sc/h18itm" border="0"> |