Skip to content
Advertisement

Tag: e-commerce

Error Logging Into Magento 2: Open Source admin panel

SO I followed instructions here: https://www.thecoachsmb.com/6-steps-to-install-magento2-4-2-on-xampp-windows-using-composer/ to install Magento 2 into a fresh install of xammppv3.3.0 running Php7. Once its time to get into the Admin account, It first said the information was incorrect or locked. I ran the commands all commands came back successful. The I recieve the following: Error processing your request So i look into the log

Laravel 5.8: Can you help me with this problem

I’m using Laravel 5.8 to develop my Online Store. And in this store, every product has a field of prd_delivery and it can be set one of these values: city_free_delivery country_free_delivery null When it is null, it means that it does not have any free delivery type. And when users select their products, these situations must be applied: Note that

How do I filter clothing on sizes with PHP and AJAX?

I am trying to make a e-commerce filter system with PHP and AJAX. I have watched some guy on YouTube and it worked, but my e-commerce website is in the clothing industry and his was with electronics… So he did not explain how to filter sizes which is stored with quantity (for example: S:2, M:3, L:4) with the filter systems.

How to use nested foreach loop in laravel for populating submenus?

I need to populate the menubar submenus using Laravel. Menus are populating but submenus are not working. This is my blade file. @foreach($categories as $c)

How to remove Woo commerce Product Page Image Anchor?

I’m a WordPress Developer past 2 Years. I’m facing some issue into Woocommerce Product page Template. I have created Product in Woocommerce. Open Product Detail/Single page. When clicking on Product Image it opens in popup/Same page. Please Help me to remove the anchor from product Image. Thanks In Advance. Answer Please use the below code to remove the link from

Advertisement