Daily Archives: March 29, 2020
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: […]
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 🙂
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 […]
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 = […]
I’m working on an old Lenovo T430s with Intel HD Graphics 4000. It has a mini display port, on which I’m using a miniDP-to-HDMI adapter. I’m trying to get audio over this configuration. I know the laptop used to work this way, as did the cable. I know the monitor […]