Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tutoriais
Wiki
Wiki
Magento
SimpleSchema
SimpleSchema
· Changes
Page history
Update SimpleSchema
authored
Aug 27, 2019
by
Jonatan Machado
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Magento/SimpleSchema.md
Magento/SimpleSchema.md
+2
-2
No files found.
Magento/SimpleSchema.md
View page @
7ccc0d87
`
`
``
<?php
$priceSchema
=
$_product
->
getFinalPrice
();
$nameSchema
=
$_product
->
getName
();
...
...
@@ -35,4 +35,4 @@ foreach ($_product->getMediaGalleryImages() as $image) {
}
</script>
`
\ No newline at end of file
```
\ No newline at end of file