News:

AbanteCart v1.4.3 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - HADY

#1
Opinions / affiliate Program
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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...
#16
Embedding / embedding categories
January 07, 2022, 08:56:15 AM
Hello,


I use last versions of Abantecart and php on website

I embedded a categories html code in a new category but i got a problem in the website when showing that category screen as you can see this in the screenshot.

What to do to fix it ??


Thank you
#17
Template Support / Edit Account
September 30, 2021, 10:08:12 AM
Hello,

I would like to prevent the client from changing some personal details such Name surname email etc.

How to lock these fields to be read only?


Thanks...
#18
Templates / SimpleDisk configuration
September 07, 2021, 09:08:41 AM
hello!

I need your help and support to tell me if this Mod. will work on v1.3.1 or not and if yes, which one should be used? Have you test it and use it before ? what is your opinions and suggestion in this issue? How to configurate it on AbanteCart ?


Thanks...
#19
New Features Discussion / Agreement Account Terms
September 07, 2021, 08:58:40 AM
Hello!

In our business the client should check all boxes for (About Us - Privacy Policy - Return Policy - Shipping Policy - Terms and Conditions - GDPR) and confirm that he did read all contains included in all of those statements pages.  those sections should be checked one by one. These are the New terms now in Turkey to be sure there will not be any conflicts in the future between both sides seller and buyer. Also there is equivalent time for reading the statements will activate the checkbox to be clicked. for example: if the (About us page) takes around 5 min. to be read the checkbox will be activated after 5 min. only and not before.  ;D :D ;) :) . This is good point for next version :)

What do you think guys?
#20
Templates / Currencies on website v1.3.1
September 01, 2021, 04:04:39 AM
Hello,

1st of all, when we use on website the default currency for showing the prices for example USD the total showing on website admin side not correct.

EXAMPLE:

When a client using the EUR currency to place the order, the total for example 100EUR but on admin side the total showing us 100USD. and the opposite true. Finally, in the end of working day if we take a look on totals of sales for today we see them all in one currency which been default on website showing prices. The correction should be made to show us how much total sales was separately for each currency i guess.



How to make the website show us exactly and correct data about the total depending on currency itself ??


Thanks...

Forum Rules Code of conduct
AbanteCart.com 2010 -