-
Posts
227 -
Joined
-
Last visited
-
Days Won
1
FME_Modules last won the day on July 18
FME_Modules had the most liked content!
About FME_Modules
- Birthday 03/04/1989
Contact Methods
- Website
Profile Information
-
Location
Austin
-
Interests
Internet Marketing, E-commerce, Business, PrestaShop Templates
-
Activity
Web development agency
Recent Profile Visitors
20,194,809 profile views
FME_Modules's Achievements
-
FME_Modules started following Update Prestashop 1.7 to 8 , [MODULE] PrestaShop Admin App - Mobile Store Management (iOS - Android) , Probleme ? sur toutes mes photos. and 7 others
-
Tired of being tied to your desk to manage your PrestaShop store? The PrestaShop Admin App empowers you to control every aspect of your store directly from your Android or iOS device. Whether you're traveling, at home, or in a meeting, your store management stays seamless and efficient. Prestashop Admin App Comes in Two Flexible Versions to Suit Your Needs Prestashop Admin App - Saas Module: A monthly subscription plan for ongoing updates and support. Comes with 15 days free trial PrestaShop Admin App - Classic Module: Classic Version: A one-time payment option for lifetime use without recurring fees. Why Choose the PrestaShop Admin App? Stay Connected 24/7: Monitor your store's activity in real-time with instant notifications for orders and new customer registrations. Complete Control Over Orders: Process, update, and track orders, ensuring your customers get the best service, anytime, anywhere. Powerful Product Management: Easily manage your inventory, product attributes, EAN codes, dimensions, and more. Insightful Store Analytics: Access a user-friendly dashboard that provides key metrics like sales trends, top-selling products, visitors, conversions, and profit margins. Multi-Language Support: Reach a broader audience with an interface that supports multiple languages. Secure Data Handling: Rest assured with robust encryption protecting your store's sensitive data. Key Features: Real-time Order & Customer Management: View, process, and update orders. Add, edit, or delete customer information and addresses on the fly. Advanced Product Management: Add new products or update existing ones. Manage categories, CMS pages, brands, and suppliers with ease. Comprehensive Insights: Get detailed stats on sales, profit, and visitor data, all at your fingertips. Push Notifications: Never miss a new order or customer registration with customizable notifications. User-Friendly Setup: The app integrates seamlessly with your PrestaShop store using a simple QR code or connection key. How It Works: Step 1: Get the module by visiting this link Step 2: Download and Install the Module Step 3: Download and Install the Mobile App from Apple iOS or Android store Step 4: Connect the App with Your Store Follow this user guide for more information. Compatibility: Supports PrestaShop 1.7 and 8.x Download & Learn More: Visit the official Addons marketplace for details, screenshots, and pricing: 👉 PrestaShop Admin App Saas - Addons Marketplace 👉 PrestaShop Admin App Classic - Addons Marketplace Demos for Saas Module: Backend Module Demo for Saas App Android App For Saas Module iOS App For Saas Module Demos for Classic Module: Backend Module Demo for Classic App Android App For Classic Module iOS App For Classic Module Take your store's management to the next level. Try the PrestaShop Admin App today and experience the freedom of managing your business from anywhere.
-
- mobile app
- admin
-
(and 1 more)
Tagged with:
-
Can you please verify/check the below-mentioned points ? 1) Permission Issues: Sometimes, file permissions can change, preventing the server from accessing the image files. Ensure that the permissions for your image folders are set correctly (typically 755 for folders and 644 for files). 2) Try to regenerate your Images. How to Do It: For PrestaShop 1.6 Go to the PrestaShop back office. Navigate to Preferences > Images. Use the Regenerate thumbnails option. This will regenerate the thumbnail images for all your products. 3) Try to regenerate your .htaccess file. How to Do It: Go to the PrestaShop back office. Navigate to Shop Parameters > Traffic & SEO. Scroll to the bottom and find the Save button under the Set-up URLs section. Click it to regenerate the .htaccess file. --------------------- 4) Review and Secure Your Site Check for Other Malicious Files: After removing the suspicious PHP file, perform a thorough scan of your entire site directory for any other malicious files. Look for unusual files or folders that you don’t recognize, especially in your root and modules directories. Review Index Files: If your index files were modified, carefully compare them to a backup (if available) or the default versions. Look for any code injections or changes that could point to bad links or scripts. Reinstall Core Files: Consider reinstalling core PrestaShop files to ensure none are compromised. Be cautious to back up your current configuration and database first.
-
Automatic retrieval of information from the order page
FME_Modules replied to StIvSZ's topic in General topics
if you're working with the order detail page in the back office, it might be in src/PrestaShopBundle/Resources/views/Admin/Orders/ The order information is generally handled by the AdminOrdersController. Check if you need to modify this controller or if you're working directly within a template. Thanks -
Email Configuration: Go to Advanced Parameters > Email and double-check that Use /usr/sbin/sendmail is correctly selected. SMTP Test: Try configuring PrestaShop to use SMTP instead of sendmail temporarily to see if that resolves the issue. Fill in the SMTP server details provided by your hosting provider or email service. 2: Make sure sendmail is properly installed and configured on your server Thanks
-
A "502 Bad Gateway" error in Prestashop can be caused by server issues or configuration problems. To fix it, try: Checking server logs for detailed error information. Clearing Prestashop’s cache and regenerating the .htaccess file. Increasing PHP limits like max_execution_time and memory_limit. Maybe any module cause the problem, Kindly check if there any module related to cms pages. Thanks
-
Privacy Policy in UK english and also in US english?
FME_Modules replied to Gatto_Rosso's topic in Taxes, Translations & Laws
You’re right that a multilingual website needs a Privacy Policy in each supported language. However, you typically don’t need separate policies for UK English and US English unless there are specific legal requirements. A single policy can cover both regions if it addresses the relevant laws. Thanks -
Hello, Make sure these tags are inside the <head> section. Clear your PrestaShop cache and check your page source to verify the tags are appearing. Use Twitter's Card Validator (https://cards-dev.twitter.com/validator) to see if there are any issues. Also check: Open your site in a web browser. Right-click on the page and select “View Page Source” or “Inspect” Look for the meta tags you added (e.g., <meta name="twitter:card" content="summary_large_image">) in the <head> section of the HTML. if its not shown then your changes not applied Hope this helps!
-
Hello, Could you also check if the mail function on the site is working properly? Look at the mail logs to confirm whether the issue is just with the mail alert module or if emails from the whole site have stopped working. Thanks!
-
Update Prestashop 1.7 to 8
FME_Modules replied to Hoomanxx's topic in Upgrading PrestaShop from a previous version
Hello, The latest stable version of PrestaShop 1.7 is 1.7.8.11. If your site is running well on your current version of PrestaShop 1.7, and your modules and theme are working fine, they should work with 1.7.8.11 too. However, if you want to upgrade to PrestaShop 8, you’ll need to check if all your modules and theme are compatible, as some might not work due to compatibility issues. So, I recommend updating to the latest PrestaShop 1.7 version now. Create a copy of your site on a subdomain, and then test the update to PrestaShop 8 on that copy. I hope this helps! Thanks -
If you want to make changes directly in code to adjust the length/value of product name then below are the path mentioned:- /PrestaShop directory / mails / _partials / order_conf_product_list.tpl (expected line 46) original code which you can see is:- <strong>{$product['name']}</strong> you can modify it like that or as per your requirement:- <strong>{$product['name']|truncate:10:"..."}</strong> Best Regards
-
Bonjour petit soucis de sous catégorie
FME_Modules replied to elrayen's topic in Discussion générale
Bonjour, si vous souhaitez supprimer complètement la section de sous-catégorie de la page de liste, alors dans le thème par défaut, voici le chemin du fichier /themes/classic/templates/catalog/_partials/subcategories.tpl vous pouvez éditer ce fichier et commenter le code et la sous-catégorie supprimée Merci -
Grosses Dankeschön
- 7 replies
-
- domain umzug
- neue domain
-
(and 1 more)
Tagged with:
-
oki, wenn Sie auch das Hosting geändert haben, müssen Sie durch Bearbeiten neue Datenbankinformationen in dieser Datei hinzufügen /app/config/parameters.php Bitte aktivieren Sie auch den Debug-Modus, indem Sie die Datei bearbeiten /config/defines.inc.php Zeile 29: wahr /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } /* Compatibility warning */ if (!defined('_PS_DISPLAY_COMPATIBILITY_WARNING_')) { define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); } Geben Sie auch die URL der Website an, damit wir die Einzelheiten des Fehlers überprüfen können Danke
- 7 replies
-
- 1
-
- domain umzug
- neue domain
-
(and 1 more)
Tagged with: