Search the Community
Showing results for tags 'ecommerce'.
-
I am going to build an e-commerce website. Which are necessary platforms I need besides an open source such as Magento, Shopify, Prestashop ? Which open source do you recommend me ? Please explain your recommendation. I've been really impressed by magento because I've found some very useful extensions I think I want to add on my website such as Magento 2 One Step Checkout, Magento 2 Wholesale Fast Order, mgento 2 points and rewards, magento 2 request a quote, magento 2 ajax cart and completely been blown away by its diversity of extensions. What do you think about Magento ?
-
I am going to build magento e-commerce website. Which are necessary extensions I need? Below I mentioned some extension that someone recommended me to install on Magento store. Reviews, Product Lables, Magento Notification and completely been blown away by its diversity of extensions. Which one do you recommend me?
-
Because the ecommerce script is so simplified and efficient, I can't figure which and where data is being get and set from in order to style the navigation menu - such as adding a drop down menu item. v_public_home.php <ul class="products"> <?php $this->get_data('products'); ?> <!-- this data will hold all the data: product, image, price, add to cart button --> </ul> This piece of scripts gets data from the m_categories.php which is also very OOP that I can't figure out where the html starts and finishes. Any ideas on where to start looking in order to add a drop down menu?? Thanks in advance
-
Hi Ben I just wanted to know how to change the currency to GBP £ in the ecommerce script you demonstated. Thank you