Jump to content
thirty bees forum

Saha

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by Saha

  1. When I logout and click back button on the browser , it shows me the logged in screen . Although when I click on any link within the logged in state it than redirects me to login.

    Ideally It should show me login screen right away when I click back button on browser .

  2. For example I have received an update for cart block module from 2.0.1 to 2.0.2

    I am not sure whether I have made changes in version 2.0.1

    One way that I know is to download version 2.0.1 cart block module and than compare with my 2.0.1 version but I am not able to find the download for cart block 2.0.1

    Any help would be greatly appreciated

  3. @lesley for example if an indian seller is dropshipping some item from china, when he receives an order for the same item. He directly tells the dropshipping service to courier it to customer's address .

  4. I have implemented two carrier api (shipping). Whenever seller uses my website's shipment. I have cron job which runs and updates the shipping status (since seller creates the shipment from either of the 2 carrier). In case of drop shipping the seller has his own logistics (not using my website's shipment).

    What to do in this case since I don't have any shipment data from seller.

  5. { “error”:{ “rootcause”:[ { “type”:“illegalargumentexception”, “reason”:“query malformed, empty clause found at [1:533]” } ], “type”:“illegalargument_exception”, “reason”:“query malformed, empty clause found at [1:533]” }, “status”:400 } @lesley @mdekker Anyone

  6. Setting http.cors.enabled : true http.cors.allow-origin : "*" In Elastic config located at config/elasticsearch.yml Fixed the Issue. But Now i am getting { "error":{ "root_cause":[ { "type":"illegal_argument_exception", "reason":"query malformed, empty clause found at [1:533]" } ], "type":"illegal_argument_exception", "reason":"query malformed, empty clause found at [1:533]" }, "status":400 }

×
×
  • Create New...