Show Posts


Topics - HADY

Pages: [1] 2 3 ... 5
1
Opinions / affiliate Program
« on: March 26, 2024, 02:07:15 AM »
Hello AbanteCart Team,

I want to say that AbanteCart still my best choice for many reasons, I would like to see a lot of features such affiliate program so is there any chance to see it soon ?

Best regards

2
Customization help / Dropdown Sub-Category
« on: March 23, 2024, 04:28:47 AM »
Hello,

I did searched the forum about such thing but I didn't found any results. i need your help to make some changes in the Sub-Categories to make them with Dropdown function. I'm using recently AbanteCart v1.3.4. with php 8.3.

Thank you in advance

3
Template Support / Countdown timer on AbanteCart v1.3.4
« on: January 10, 2024, 08:33:56 AM »
Hello,
HAPPY NEW YEAR

I'm trying to test countdown timer code as follow on last version of AbanteCart v1.3.4 and php 8.1 but it doesn't worked.
The test loaded on my next website: wwwdotglobaloverlinedotcom
 
What is missing please?



<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
p {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}
</style>
</head>
<body>

<p id="demo"></p>

<script>
// Set the date we're counting down to
var countDownDate = new Date("Jan 5, 2025 15:37:25").getTime();

// Update the count down every 1 second
var x = setInterval(function() {

  // Get today's date and time
  var now = new Date().getTime();
   
  // Find the distance between now and the count down date
  var distance = countDownDate - now;
   
  // Time calculations for days, hours, minutes and seconds
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  var seconds = Math.floor((distance % (1000 * 60)) / 1000);
   
  // Output the result in an element with id="demo"
  document.getElementById("demo").innerHTML = days + "d " + hours + "h "
  + minutes + "m " + seconds + "s ";
   
  // If the count down is over, write some text
  if (distance < 0) {
    clearInterval(x);
    document.getElementById("demo").innerHTML = "EXPIRED";
  }
}, 1000);
</script>

</body>
</html>



Thank you all

4
Support / orders disappearing
« on: July 18, 2023, 06:48:37 AM »
Hello,

There is a problem on Admin page and on clients account when looking for some orders but they are disappearing and only could be seen at PhpMyAdmin server.

How to get back these disappeared orders to be seen for clients and for admin ?? 

5
Support / restricted access to Admin login page
« on: March 08, 2023, 06:08:34 AM »
Hello,

I did searched too much this community but couldn't find related issue.

Is that possible on AbanteCart to make the login to website admin page restricted by specific PC ?

Is that possible on AbanteCart? if yes, tell me how please?

Thanks

6
Templates / Small Website logo on Google search results
« on: January 28, 2023, 01:24:28 PM »
Hello,
How to Change little logo next to search results on google
I have tried everything to get this logo to change for my listing on Google. Does anybody know where Google pulls this image from? Google has the correct logo for my knowledge panel but I can't make heads or tails of where the logo next to google results come from. I have tried a bunch of things found on Google but nothing I have found specifically says 'this is why the logo is this'.

I attached images of the logo's that I am talking about.

Thanks

7
General Discussion / Weekly - Monthly - yearly sales reports lists
« on: December 06, 2022, 03:08:34 AM »
Hello,
How to print on paper a list of some client's to know what he/she bought through a specific period for example in last year??

 

8
General Discussion / Color Picker
« on: November 28, 2022, 03:21:06 AM »
Hello guys,

I searched th forums but i couldn't find any related post which could solve my question.

I need to know how to add color picker to product to make it easier for client to make multiple order from same product in different colors and to be mentioned the color code in a separated box with the required quantities. 

9
Upgrade / contact us form on AbanteCart v1.3.3
« on: August 23, 2022, 03:52:52 AM »
Hello!


The contact us form doesn't working on AbanteCart v1.3.3. In the log errors there is nothing explaining why it wont's to work.


Any ideas pleas ?


10
Templates / AbanteCart mail.php
« on: July 07, 2022, 06:25:03 AM »
Hello,


I searched too much about AbanteCart mail.php  but still cannot find a solution for this issue, can you guide me? how its working with mail.php on AbanteCart ? what is the required configuration to make working? where is these files and what should be edited to place coordinates ?


I hope you will support us guys,

Thanks

11
Templates / Error: Network is unreachable (101)
« on: June 10, 2022, 09:13:54 AM »
Hello,


Since 3 days the website cannot send emails through gmail SMTP protocol. and always getting this Error: Network is unreachable (101)

What's happening with this issue and how to fix it?


Thanks

12
Templates / sending new status notifications to multi emails
« on: March 29, 2022, 08:49:21 AM »
Hello,

I'm looking for a way sending new status notifications to multi e-mails in the order of some clients as they did requested.


How to do that??

Thanks...

13
Support / PHP 8.1 compatibility
« on: January 24, 2022, 04:24:56 AM »
Hello,

I would like to ask if AbanteCart v1.3.2 compatible with PHP 8.1. Am asking because i gave it a try, the admin page working fine but the website interface appeared just like a blank page.


Thank you...

14
Templates / Promotional text
« on: January 14, 2022, 08:27:27 AM »
Hello,

Is there any way to write the (Promotional text of product in html) as in the Description ??

Thank you...

15
Templates / Meta Tag Description
« on: January 13, 2022, 04:12:58 AM »
Hello,


Is it possible to increase the number of words which we can write in the Meta Tag Description of categories??? If yes, how?

Thank you...

Pages: [1] 2 3 ... 5

Powered by SMFPacks Social Login Mod