News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

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

Messages - G. O.

#32
Hello,

I want to try this option and create store and independent subdomain for other languages so after creating a subdomain.mywebsite.com on cPanel I did followed the instruction on admin and created the new subdomain but stopped there.
The process how will go to next steps and what shall i do?

i searched documentations webpage but not available any more on next
link: https://www.abantecart.com/ecommerce-documentation/admin-user-manual/system/multistore-set-up

is there any guide process to follow?
#33
Upgrade / upgrading from V.1.4.1 to V. 1.4.2
May 02, 2025, 01:00:02 PM
Hello,

I tired to upgrading from V.1.4.1 to V. 1.4.2 but i couldn't and got next error log and screenshot.


2025-05-02 19:54:07 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `fuw2_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /core/lib/package_manager.php on line 832



What shall I do in my case?
#34
General Support / Re: Contact Us Form on v.1.4.1
April 19, 2025, 06:09:32 AM
Quote from: llegrand on April 17, 2025, 10:29:40 AM
Hello,  a couple of things that may help solve your ongoing issues.

First in your original post you indicated PHP 7.3,  I assumed that was a typo as cart v 1.4.1  only works on 8.2 or 8.3
You can check the PHP recommendations here.

https://abantecart.atlassian.net/wiki/spaces/AD/pages/3768390/AbanteCart+System+Requirements

Next,  Gmail and Yahoo both started REQUIRING DMARC be enabled for your site.   Here is the Google article
https://support.google.com/a/answer/2466580?hl=en

sorry, i use 8.3 but a mistake been when clicking on numbers.
#35
Template Support / Re: Blurb text on V.1.4.1
April 17, 2025, 04:22:46 AM
any suggestion to fix this issue please?
#36
Thank you for suggestion.
Noted and SOLVED
#37
Templates / Login page on mobile screen on V.1.4.1
April 17, 2025, 03:39:16 AM
Hello,

I just realized that login page even on AbanteCart demo website has issue with the width and the page scrolling right and left due to the create account button on this link: https://demo.abantecart.com/index.php?rt=account/login when you try access this link on mobiles, however i tried this at least on my mobile which it's screen size 360X800 so you can give it a try and check that too. I tried to find the css style to do some changes but i couldn't find it in the style.css file. Also i tried to use the Google Inspect tool but also I couldn't find it's source location. Can you tell me which file i should edit please ?

Also, could you add the fix to next version so it won't appear once again please?
#38
General Support / Re: Contact Us Form on v.1.4.1
April 17, 2025, 03:28:44 AM
any updates related to this issue planned maybe for next version ?
#39
Quote from: Basara on April 14, 2025, 03:05:00 AM
Hello.
There are third-party extensions available that can help you achieve exactly what you're looking for.
You might want to check out these two extensions on the AbanteCart Marketplace:
Facebook Meta Tags – adds proper Open Graph meta tags for Facebook.
X Meta Tags – specifically for Twitter Cards.


thank you for sharing, what if i don't want to use 3rd parties tools and just wanna edit my template file?

shall i add these tags to each category and product html description section or there is something else could be done and will not be effected or changed when will be a new version upgrade process?
#40
General Support / Re: Contact Us Form on v.1.4.1
April 13, 2025, 10:59:23 AM
Quote from: abolabo on April 13, 2025, 08:35:56 AM
try to remove all messages. i guess nofitication depends on repeating

actually i do this step every time i try something new so that's also passed.
#41
General Support / Re: Contact Us Form on v.1.4.1
April 12, 2025, 06:06:50 PM
the final solution i did followed as next:

I placed my Gmail email in the extension of forms then store email and activated the Google reCAPTCHA v3 and in the form settings i did as you can see in the screenshot pics and form working fine and emails arriving to my Gmail inbox with all details in the form but the only problems i have now is on admin dashboard there is no notification message telling me there is an enquiry and in the arrival email to my inbox the sender of form's name doesn't appearing in the details, also the sender of orders receiving an email not as a sender of orders but as a web store owner which says You have received an order. I think we are very near to solve these small issues.   
#42
General Support / Re: Contact Us Form on v.1.4.1
April 12, 2025, 02:35:18 PM
Quote from: abolabo on April 12, 2025, 09:35:22 AM
Your contactUs form works as expected.
I created new customer, changed store email to mine
and i got this email to another mailbox address.
See screenshot

i see that you tried the form and here in the screenshot pics the results i got.
#43
Hello,

I already searched the forum but couldn't find a useful solution on:
How to integrate meta tags on all categories and products to push sharing function to show the category/product name, image and description?

I edited the head.tpl file and placed the next code but that only will work with the main webpage URL
<!-- Essential Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="index, follow" />
<meta name="author" content="" />
<meta name="description" content=" is a trusted manufacturer of premium uniform fabrics for all industries. Discover our durable and comfortable collections today." />
<meta name="keywords" content=" uniform fabrics, industrial fabrics, medical fabrics, airline uniforms, textile manufacturer, durable textiles" />

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="" />
<meta property="og:description" content="Premium uniform fabric collections crafted for durability and comfort across industries." />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="resources/image/19/2d/c.jpg" /> <!-- Replace with your actual image -->

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="Explore our high-quality, industry-standard uniform fabrics." />
<meta name="twitter:image" content="resources/image/19/2d/c.jpg" /> <!-- Replace with your actual image -->
<meta name="twitter:site" content="" /> <!-- Replace with your Twitter handle if available -->

<!-- Security & Performance -->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<meta name="referrer" content="no-referrer-when-downgrade" />

<!-- Mobile Web App & Theme Color -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="theme-color" content="#005f73" />


how to make the same technique to inject information and retrieving them pre-sharing the categories/products URL links on 3rd websites?

can we expect a good news in next AbanteCart Version related to this issue?


Thank you Team
#44
General Support / Re: Contact Us Form on v.1.4.1
April 12, 2025, 10:24:17 AM
Quote from: abolabo on April 12, 2025, 09:35:22 AM
Your contactUs form works as expected.
I created new customer, changed store email to mine
and i got this email to another mailbox address.
See screenshot

according to your answer I placed the store email as (abcotex.llc@***.com). ContactUsFrm emails now arriving to inbox of Gmail mentioned in the website store email but I don't know how you got that screenshot result but i just tested the form again and as i said in the previous answer that only (Enquiry) appearing in the email and admin side notification message.  can you try to submit the contact us form now and give it a try please?
#45
Quote from: vinateams on June 16, 2017, 09:34:30 AM
Quickly and easily design AbanteCart Themes with VNC - AbanteCart Template Framework.



Full features include:

  • Add more buttons in tinymce editor
  • Add relation products base on category
  • Quick print in invoice page
  • Modify system hooks in some files
  • Custom admin logo
  • HTML Meta Code
  • Add main_menu with item contain any block
  • Twig engine for template
  • Clone layout featured
  • Advanced theme customizing with flexible theme options
  • Flexible Backup & restore theme data (Isolation)
  • Built in block with JS library option
  • Add blocks: viewed_products, offers,main_menu
  • Product special countdown, viewed products, refine search
  • Share buttons, facebook meta tags
  • Suffix URL, rich snippets, google site map
  • Bulk generate SEO url, redirect 301, URLs alias manager
  • Repairing tools
  • Clean checkout page interface

*NOTE: This extension require minimum php version is 5.6+

Download FREE and reference documents on the Marketplace

where is that tool link?

Forum Rules Code of conduct
AbanteCart.com 2010 -