Mani rathnam
Members-
Posts
104 -
Joined
-
Last visited
Profile Information
-
Location
Chennai, TamilNadu
-
Interests
Programming
-
Activity
Developer
Recent Profile Visitors
6,240,286 profile views
Mani rathnam's Achievements
-
MultiStore - Show all not working properly
Mani rathnam replied to Mani rathnam's topic in Core developers
Hi NemoPS, This is the 2nd shop in the multistore. 1st shop is working fine. Not sure what is the issue ? Can you please help me where is the prob and where should i check ? Regards, Mani -
MultiStore - Show all not working properly
Mani rathnam replied to Mani rathnam's topic in Core developers
Hi, When i click on the category, the URL is like this "http://thecraftshop.in/wholesale/index.php?controller=prices-drop" when i change the show to 70 or 175, it is changing to "http://thecraftshop.in/wholesale/?n=70".. so it is coming to home page. can anyone please help me where is the issue ? Thanks in advance, Mani -
MultiStore - Show all not working properly
Mani rathnam replied to Mani rathnam's topic in Core developers
Hi Musicmaster, Thanks. It is secured site. Without logging in, we cant see the issue. and it is happening in Live site. I cant share the credential. No error. Attached is the screenshot for your reference. in the screenshot, highlighted in red. If i select 70 or other 175, it is redirecting to home page. No errors. It is happening only in PRICE DROP screen. It is working fine in other categories. Thanks in Advance, Mani -
Hi, We have Multistore and both stores are working fine. But in one of the store, when i select to see 70 products in the page, the page gets refreshed and redirecting to home page. Due to this issue, customers not able to see more products in a page. anyone please help me ? Thanks in advance. Mani
-
Multiple mails are sending for 'Shipped' status
Mani rathnam replied to Mani rathnam's topic in Core developers
Fixed. we are using another module for shipping. That module is sending another mail for 'Shipped' status. -
Not able to see the core mails in the Translation screen
Mani rathnam replied to Mani rathnam's topic in Core developers
Found the issue. If there is any zip file (compressed files) in the mails folder, it is creating this issue. -
Not able to see the core mails in the Translation screen
Mani rathnam replied to Mani rathnam's topic in Core developers
Thanks for the response NemoPS. I will try and update. Can you please help me why I am not able to see the mails in the screen ? and it is saying, 1 missing translation also. We didn't do any changes in the mails setup or anything. So not sure what is the issue. Regards, Mani -
Not able to see the core mails in the Translation screen
Mani rathnam replied to Mani rathnam's topic in Core developers
Anyone faced this issue ? Still it is not working for me. Can anyone please help me on this ? It is in PROD and we are not able to change any content. Regards, Mani -
Database session is not getting closed
Mani rathnam replied to Mani rathnam's topic in Core developers
Anyone please help me on this ? Thanks in Advance. Mani -
Thanks for the response. i am not sure whether it is curl or not... below is the code call for API. $requestParamList = array("MID" => $merchant_id , "ORDERID" => $_POST['ORDERID']); $check_status_url = 'https://pguat.paytm.com/oltp/HANDLER_INTERNAL/TXNSTATUS'; $responseParamList = callAPI($check_status_url, $requestParamList); I want to see what is the response we are getting from this. I tried the below functions. But no use. All are returning blank or page is not getting loaded. var_export, var_dump, array_values My doubt is, if i use these functions, it will display in website right ? I am using web php tool (which is in Control Panel)for modifying the code. I don't have console to test/print the output. I have to run and test in the PROD instance directly which is not recommended by my client. is there any other way to get the response ? Regards, Manirathnam S
-
Database session is not getting closed
Mani rathnam replied to Mani rathnam's topic in Core developers
Thanks musicmaster. Before I realize that the server is using more resources, the page is going down. I will try this option and update you. Meanwhile, can i use explicit code to close the connection. example: Db::getInstance()->disconnect(); is that right way to do ? Thanks in Advance. Mani -
Hi All, I have copied one of the existing Stats report module and created a new one. Modified the sql query inside the stat module. It is working fine. But it is taking too much resource and bringing the site down. When we asked the Prestashop support team, they said, it is because the query in the new stat module is not closing the database session after running the sql query. I am not sure how to resolve this and i am having doubt that why the same issue in not there in the existing modules. Can anyone please guide me on this ? It is happening in PROD and as of now we disabled the newly created modules. Thanks in Advance. Mani