Tag Archives: Software Sagacity

Magento – Additional Properties in the Product Listing

MagentoThe Magento E-commerce platform is a highly customizable online store, with the full source code provided for advanced manipulation and coding.  With the flexibility, however, often comes the challenge of performance optimization.  For example, the default product listing screens only select a subset of the fields from the database that are directly necessary to render the listing.  In the event that the product listing needs to be customized to pull additional information from the database, the underlying PHP code needs to be updated as well.
Continue reading

RSS Twitter LinkedIn Facebook Email

Dynamically Hide Custom Options in Magento

MagentoMagento offers a stable and extensible platform for online store development.  Its full-featured administration and reporting offer businesses the capability to leverage an open-source alternative to a fully custom system.  The stock cart can often handle most of the store requirements through its built-in configuration options, while the open-source backend can be modified as necessary for more advanced customizations.
Continue reading

RSS Twitter LinkedIn Facebook Email