Joseph Anderson

Results 15 issues of Joseph Anderson

Hi, I want to pull this record: {"meta_id":"179040","post_id":"122","meta_key":"_stock","meta_value":""} From here: http://cheaparoma.com/roue/wp_postmeta/[meta_id]=179038 Is my URL syntax right? How do I perform a get request with a particular column?

Hi, I did a GET request (cheaparoma.com/roue/wp_mp_products/196) and I have these fields: {"id":"196","site_id":"1","blog_id":"63","blog_public":"1","post_id":"836","post_author":"1","post_title":"Mad Hatter (15g)","post_content":null,"post_permalink":"http:\/\/madhatterkush.com\/store\/products\/mad-hatter-15g\/","post_date":"2013-08-11 23:36:36","post_date_gmt":"2013-08-11 23:36:36","post_modified":"2013-08-11 23:36:36","post_modified_gmt":"2013-08-11 23:36:36","price":"0.00","sales_count":"0"} I did a PUT with {"sales_count": "0"} to cheaparoma.com/roue/wp_mp_products/196 and I...

Hi, I have these requirements: 1. I can submit three requests, before I get throttled. 2. To get the one request back, I must wait ten seconds. What code do...

Hi, I am using your tool to throttle orders from Amazon. Here are the parameters: ``` //Loop through them calling GetOrder, since GetOrder has a max request quota of 6...

nopCommerce version: 3.8 In some cases, the the tax rate is 6.25% of part of the item. In the attached example, an item is taxable on $1052, instead of $1315....

discussion / investigation

Hi, My goal is to pull a transactionDetailsSummaryType using the transactionDetailsType Id. I want to pull orders by number, instead of date. Is this possible? What is the relationship between...

question

Hi, I am trying to pull a list of supplier orders from PrestaShop, based on the date_add field. When I make the query, I get an error. Is this field...

question

**Describe the bug** When I create a deal, I see no way to add line items. The DealHubSpotModel has no line items under associations. **Repro Steps** Instantiate the DealHubSpotModel. There...

Hi, I am upgrading a site from ASP.NET MVC 5 to ASP.NET CORE 6. My code from ASP.NET MVC works fine, but the code fails with .NET Core 6. The...

Hi, If you press scan, cancel, home, and scan, the camera never opens. Please see this post on StackOverflow for more info: http://stackoverflow.com/questions/11332855/monotouch-zxing-camera-wont-open It appears when this app runs in...