Jump to content

bera_ramazan

Members
  • Posts

    1,173
  • Joined

  • Last visited

  • Days Won

    23

bera_ramazan last won the day on September 29

bera_ramazan had the most liked content!

About bera_ramazan

  • Birthday 01/15/1985

Profile Information

  • Location
    Turkey
  • First Name
    Bera
  • Last Name
    Ramazan
  • Activity
    Web development agency

Recent Profile Visitors

14,695,262 profile views

bera_ramazan's Achievements

  1. Easily sell and manage digital product licenses directly through your PrestaShop store! The Digital License Manager module allows you to automatically assign, deliver, and track license keys for software, games, e-books, and other digital products. 🔑 Key Features: Automatic License Assignment – When a customer completes an order, the system automatically assigns an available license key to the product. License Stock Management – Upload license keys via Excel and organize them into groups (e.g., Windows, Office, Antivirus). Customer Dashboard Integration – Customers can view their purchased licenses directly in the My Account panel. Automatic Email Delivery – License keys are sent instantly using PrestaShop’s default mail system. Order Tracking – Each license is linked to the order and product for easy management. Secure & Reliable – Prevents duplicate usage by marking keys as sold once delivered. 🎯 Why Choose This Module? If you sell software, activation codes, or any type of digital key, this module will automate the entire process—from license storage to secure customer delivery. Save time, reduce errors, and offer your buyers a smooth experience. ✅ Compatible with PrestaShop 1.7 and above. ✅ Ideal for software vendors, digital stores, and game key resellers. BUY NOW : https://www.fyazilim.com/en/prestashop-modules/77-digital-license-manager-for-prestashop.html
  2. ana dizinde var/cache klasörü var onun içini boşatıp deneyin olmaz ise admin klasörün adını "admin506doxycvmgzbk2chwb" olarak değiştirin
  3. Kargo takip kodu ve kargoda takip linki girmişseniz buraya otomatik gelir
  4. A practical module that allows you to easily transfer products, customers, and orders from your WooCommerce store to your PrestaShop store. With this module, you can seamlessly integrate your WooCommerce store into the PrestaShop system and complete the migration process quickly and smoothly. It enables you to transfer product and order data from your WooCommerce store to your PrestaShop system without any issues. Thanks to its API-based structure, products, customers, and orders are automatically created in your PrestaShop system. Key Features: 🛍️ Easy transfer of WooCommerce products to PrestaShop (SKU compatible) 📦 Import WooCommerce orders into PrestaShop including customer, address, and cart details 📧 Match existing customers by email address or auto-create if not found 🛠️ Generates 100% compatible orders using PrestaShop’s native Order, Cart, and Customer classes 🌐 Turkish admin panel support Installation is easy and configuration is straightforward. Simply enter your WooCommerce REST API credentials and start syncing! Who Is This For? Store owners migrating from WooCommerce to PrestaShop Businesses using both platforms simultaneously (Woo + Presta combo) Companies managing accounting, inventory, or order systems centered around PrestaShop Developer Friendly: Built with clean and extendable PHP code, this module is also open for customization by developers. BUYNOW: https://www.fyazilim.com/en/prestashop-modules/74-prestashop-woocommerce-integration-module.html?SubmitCurrency=1&id_currency=2
  5. paytr de ayarlar kısmından hangi modülü seçtğinizi seçince bildirim urlsini size otomatik verir
  6. merhaba bildirim urlsi doğru çalışıyor mu ona bakınız eğer doğru çalışmıyor ise ödeme bekleniyorda kalır. Sipariş aşamasında telefon no zorunlu zaten 3.parti uygulamaları yani teksayfa ödeme modülleri(one page checkout) ile de zorunlu yapabilirsin
  7. Bu modülü ben yeniden düzenlemiştim, deneyebilirsiniz
  8. $this->api = 'XXX'; $this->link = 'https://fyazilim.com'; $id = 100; // ID Prestashop product $idStok = 571; // ID Stock aviable $stock = 10; $xmlData = <<<XML <prestashop> <stock_available xmlns:xlink="http://www.w3.org/1999/xlink"> <id><![CDATA[$idStok]]></id> <id_product xlink:href="$this->api/api/products/$id"><![CDATA[$id]]></id_product> <id_product_attribute><![CDATA[0]]></id_product_attribute> <id_shop xlink:href="$this->api/api/shops/1"><![CDATA[1]]></id_shop> <id_shop_group><![CDATA[0]]></id_shop_group> <quantity><![CDATA[$stock]]></quantity> <depends_on_stock><![CDATA[0]]></depends_on_stock> <out_of_stock><![CDATA[2]]></out_of_stock> <location></location> </stock_available> </prestashop> XML; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $updateUrl); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PUT'); curl_setopt($ch, CURLOPT_POSTFIELDS, $xmlData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_USERPWD, $this->api . ':'); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/xml', ]); $response = curl_exec($ch); if (!$response) { echo "CURL Hatası: " . curl_error($ch); curl_close($ch); return; } curl_close($ch); echo "Response: " . htmlentities($response);
  9. This is not the topic I was warned about, I was warned about a message in 2017, this message has nothing to do with this here is the link to the topic I was warned about: https:// www.prestashop.com/forums/topic/564280-prestashop-sitesini-android-ve-app-store-uygulamas%C4%B1na-%C3%A7evirme/#comment-3481268 as you can see there is nothing about this topic
  10. What you are doing is wrong, relying on your authority. I request Prestashop moderators to investigate this issue. There is no advertising or malicious intent in this matter. @endriu107 @Rhobur @nadie@ecommerce16
  11. I demand that this unjust punishment be lifted. There is an error here, there is no advertisement or anything else, look, I said you can do this with java codes in the answer.
  12. Hello friends @safa, (https://www.prestashop.com/forums/profile/26379-safa/) the Turkey forum editor in this forum, is constantly penalizing the topics I write about unjustly. He is constantly penalizing my topics despite me following the forum rules. I want the moderators to intervene in this issue He has given a 21-day ban for this location without any reason. https:// www.prestashop.com/forums/topic/564280-prestashop-sitesini-android-ve-app-store-uygulamas%C4%B1na-%C3%A7evirme/#comment-3481268
  13. o renkler sadece buttonda yok link ve başka yerlerde de kullanılmış theme.css de şu kodu düzeltmen lazım .btn .btn.btn-primary bunun gibi buton kodlarını düzenlemen lazım
×
×
  • Create New...