Blog
hope you can help me out! Best regards Joost [2020-03-28 19:24:43] main.CRITICAL: Class MagentoFrameworkSessionConfigConfigInterfaceProxy does not exist {“exception”:”[object] (ReflectionException(code: -1): Class MagentoFrameworkSessionConfigConfigInterfaceProxy does not exist at /home/admin/domains/aquariumvissenwinkel.nl/public_html/dev/vendor/magento/framework/Code/Reader/ClassReader.php:26)”} [] [2020-03-28 19:24:44] main.CRITICAL: Class MagentoFrameworkSessionConfigConfigInterfaceProxy does not exist {“exception”:”[object] (ReflectionException(code: -1): Class MagentoFrameworkSessionConfigConfigInterfaceProxy does not exist at /home/admin/domains/aquariumvissenwinkel.nl/public_html/dev/vendor/magento/framework/Code/Reader/ClassReader.php:26)”} [] [2020-03-28 19:26:19] main.CRITICAL: […]
I created a custom api to get review and rating summary: public function getRatingSummary($productId) { $result =[]; $product = $this->_productRepository->getById($productId); $idArray = [$productId]; $reviewsCollection = $this->_reviewCollectionFactory->create() ->addFieldToFilter('entity_pk_value',array("in" => $idArray)) ->addStatusFilter(MagentoReviewModelReview::STATUS_APPROVED) ->addRateVotes(); $ratingSummary = $reviewsCollection->getSelect(); $starsData = array(); foreach ($reviewsCollection->getItems() as $review) { foreach( $review->getRatingVotes() as $_vote ) { $rating = […]
The store is composed of different websites with multiple stores and multiple storeviews. I’m developing a functionality to get the particular storeview depending on the location of the customer and get its product catalog with prices. But when I go to get the information from the current store I am […]
How to get the Customer Address like above format and how to print it, If there is more than one customer address how to get the particular address of the customer. Thanks in Advance 🙂
On a Dell Inspiron 3493 laptop with a Windows 10, 64 bit preinstalled, I have tried to test some Linux distributions (Linux Mint 19.3 Cinnamon 32 bit, Linux Lite 64 bit last version). I created bootable usb by RUFUS. Unfortunately, by pressing F12 at startup, the option for booting from […]