View list_layout_1-new.phtml
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
<div class="product details product-item-details"> | |
<?php /* @escapeNotVerified */ echo $block->getProductPrice($_product) ?> | |
<?php $_productNameStripped = $block->stripTags($_product->getName(), null, true); ?> | |
<?php /* @escapeNotVerified */ echo 'sku:' . $_product->getSku() ?> |
View list_layout_10-add.phtml
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
<?php /* @escapeNotVerified */ echo 'sku:' . $_product->getSku() ?> |
View list_layout_1.phtml
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
<div class="product details product-item-details"> | |
<?php /* @escapeNotVerified */ echo $block->getProductPrice($_product) ?> | |
<?php $_productNameStripped = $block->stripTags($_product->getName(), null, true); ?> |
View .html
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
<a href="{{store url='XXX.html'}}"> |
View contact_index_index(2).xml
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
<title>Contact Us</title> |
View contact_index_index(3).xml
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
<title>Your Title</title> |
View contact_index_index(3).xml
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
<title>New Title</title> |
View contact_index_index(3).xml
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
<title>Contáctenos</title> |
View contact_index_index(2).xml
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
<title>Contact Us</title> |
NewerOlder