So you want to create an online business? Welcome to the club! The freedom of releasing your own content or products for anyone in the world to access is liberating. Your website could lead to fame and fortune … but where do you start? This article lists popular options for […]
Daily Archives: February 10, 2022
I need to install the following extension on Magneto store: https://github.com/bitExpert/magento2-force-login I’m using this commend: composer.phar require bitexpert/magento2-force-customer-login but after enter “Authentication required (repo.magento.com)”, it is start “Generating autoload files” then the following error appears Installation failed, reverting ./composer.json to its original content. [ErrorException] chmod(): Operation not permitted as alternative […]
I am looking for an bash script which will create the basic new module skeleton. I’ve found this post useful but it only works from the root. Any solution? Thanks in Advance!
This is an image from a product page. Notice that there’s a semi-transparent overlay at each side of the image, each containing the left and right arrows. The overlay should be eliminated, but the arrows maintained. Can that be done? Please note: while the cursor is over the image is […]
When I create a simple product with a single image it takes 17 seconds to save, I have changed the indexing to schedule and removed all extensions and themes. On debugging further I can see that the delay is caused by the media(media/catalog/product) I have 3000 products where my product […]
I am looking to implement the checkout using the API as documented here: https://devdocs.magento.com/guides/v2.4/rest/tutorials/orders/order-intro.html I can do the whole checkout using the API if I use a simple payment method such as “Check / Money order”. However, if I use an advanced third-party payment integration that has its own payment […]
I want to make a .iso file from my modified Feren OS so that I can share this with my Friend and put it on my Laptop. Is there a way to do it?
I have Markdown content that looks like this (A) some text (A) some more text (A) and so on I’m using pandoc to render this to PDF (pandoc -o test.pdf test.md). This produces content that turns the (A)‘s into an ordered list, with labels (A), (B), (C). I just want […]