Skip to content

magento man

Your experience with Incognet LLC

Hello! (due to board restrictions for new members, I cannot use links in this post.). I was searching for a hosting solution that resp… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1904065&goto=newpost

The nonce is already used by the consumer with ID

After Oauth handshake completes and the 4 Oauth values are generated I test an API call like this one: curl –location ‘https://[server name]/index.php/rest/V1/categories’ –header ‘Authorization: OAuth oauth_consumer_key=”cxxxx”,oauth_token=”xxxx”,oauth_signature_method=”HMAC-SHA256″,oauth_timestamp=”1695063776″,oauth_nonce=”ibgFTWU7PrC”,oauth_version=”1.0″,oauth_signature=”L37dcwgYkiVRq6dBmZws6xMtm100KSTytXTb0OA5LqY%3D”‘ –header ‘Cookie: PHPSESSID=g0obvg0d093llskg743pqmvebf’ and response I get is: { “message”: “The nonce is… Read More »The nonce is already used by the consumer with ID

REST API – probe error

how to get orders that are older than 1 hour from the current time. When I type NOW() -60, I get an internal error, log file never existed.

SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: After Updating a Module

On My site i am running old version of Advanced Product Options Suite Extension for Magento 2 by mageworx. I just updated the Advanced Product Options Suite Extension into latest version. I tired updation with upload Extension files manually also… Read More »SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: After Updating a Module

Tax calculation after discount

So I have a custom discount applied the following way: on vendormoduleetcsales.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Sales:etc/sales.xsd”> <section name=”quote”> <group name=”totals”> <item name=”testdiscount” instance=”vendormoduleModelQuoteDiscount” sort_order=”500″/> </group> </section> </config> On my vendormoduleModelQuoteDiscount.php class Discount extends MagentoQuoteModelQuoteAddressTotalAbstractTotal { public function __construct( MagentoFrameworkEventManagerInterface… Read More »Tax calculation after discount