Search found 44 matches

by adityabanerjee
10 Nov 2022, 06:45
Forum: Help
Topic: Refactoring
Replies: 5
Views: 1327

Re: Refactoring

This is what my manifest.jsb2 looks like { "projectName": "ebdaa", "licenseText": "proprietary", "pkgs": [ { "name": "ebdaa CSS", "file": "ebdaa.css", "isDebug": true, "fileIncludes": [ { &q...
by adityabanerjee
10 Nov 2022, 02:10
Forum: Help
Topic: Refactoring
Replies: 5
Views: 1327

Re: Refactoring

Hi Aimeos @aimeos I have this file named stocklog.js. Now how can I load it when requests are made and try to perform them only if the HTML contains the required nodes. $(function() { Aimeos.Product.StockLog.init(); }); Aimeos.Product.StockLog = { init : function() { this.StockLog = new Vue({ el: '#...
by adityabanerjee
02 Nov 2022, 02:04
Forum: Help
Topic: Refactoring
Replies: 5
Views: 1327

Re: Refactoring

How can I do it? Could you please explain the files I need to go in to check this?
by adityabanerjee
28 Oct 2022, 06:51
Forum: Help
Topic: Refactoring
Replies: 5
Views: 1327

Refactoring

What we observe in the admin page of the website is that in the network tab we see our custom pages that we have created are also been called every time. The ajax is been requested for all the pages. So we want to serve the request only for the specific tabs in the admin. I have attached screenshot ...
by adityabanerjee
02 Aug 2022, 07:16
Forum: Help
Topic: Set price and cost to zero
Replies: 2
Views: 717

Re: Set price and cost to zero

Please assist here.
by adityabanerjee
01 Aug 2022, 11:16
Forum: Help
Topic: Set price and cost to zero
Replies: 2
Views: 717

Set price and cost to zero

Hi Aimeos, I want to set price and delivery cost to 0 when the status of the order is set to Cancelled. This is what I have right now. <?php /** * @license LGPLv3, https://opensource.org/licenses/LGPL-3.0 * @copyright Metaways Infosystems GmbH, 2011 * @copyright Aimeos (aimeos.org), 2015-2021 * @pac...
by adityabanerjee
14 Jul 2022, 21:01
Forum: Help
Topic: Changing delivery status
Replies: 1
Views: 588

Changing delivery status

Hi Aimeos,

If I am trying to change the delivery status then the order.base.price goes to 0 on some delivery statuses. Could you guide me where to check if I am seeing this behaviour ? Which file I have to check?

Regards
Aditya
by adityabanerjee
22 Mar 2022, 13:16
Forum: Help
Topic: Sub tota coming zero
Replies: 7
Views: 1764

Re: Sub tota coming zero

No, I think the issue still persist.
by adityabanerjee
16 Mar 2022, 10:47
Forum: Help
Topic: Sub tota coming zero
Replies: 7
Views: 1764

Re: Sub tota coming zero

<?php /** * @license LGPLv3, https://opensource.org/licenses/LGPL-3.0 * @copyright Metaways Infosystems GmbH, 2011 * @copyright Aimeos (aimeos.org), 2015-2021 * @package MShop * @subpackage Order */ namespace Aimeos\MShop\Order\Item\Base; /** * Default implementation of the shopping basket. * * @pac...
by adityabanerjee
09 Mar 2022, 09:31
Forum: Help
Topic: Sub tota coming zero
Replies: 7
Views: 1764

Re: Sub tota coming zero

Please assist. What could be the reason?