Jump to content

Search the Community

Showing results for tags 'cc'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 6 results

  1. Hi, Is there a way to add in Presta 1.6 extra email addresses as cc and bcc to the customer contact form so a copy of the messages is sent to another email address than the one set up? Thanks
  2. AuthorizeAIM module is not connecting with Authorize.net though the keys are correct and work on eBay. Unlike the FedEx or UPS con not modules AuthorizeAIM does not provide any feedback that the module is on line and working. Currently using 1.6.1.1.8
  3. I have been working some time now with Prestashop and before some months switched to develop with PHPStorm, the best and most complete PHP IDE out there. Unfortunately, I had always issues with code completion in Prestashop, which is based on how Prestashop uses the override class model. One example: The code for the class "Cart" that is instantiated as object is residing in the core file classes/Cart.php, the core class however is not named "Cart" but "CartCore". Only when a class is overriden, it is named "Cart" and inherited from "CartCore" and as that, an IDE can create this association only by that time. Additionally, Prestashop's PHPDoc is incomplete and where it exists, the wrong return classes are sometimes specified etc. To ease my development with Prestashop and PHPStorm and make code completion work a great way nearly everywhere, since I couldn't find the slightest solution anywhere, I went into creating an "extension" that helps achieve that. You can download it here and integrate it into your PHPStorm project the way it is described and you will have immediately code completion for almost any instantiated class, $this variables and more. https://github.com/dkarvounaris/PHPStorm-CC-PrestaShop It's not covering 100% yet, but is nearly complete and should have everything that is daily required. Please let me know if there is something to improve it. Contributions are welcomed too. I hope, this will be helpful to many.
  4. Hi everyone, I need to share what is written to customers and the e-mail flow is very simple to keep updated. I am not a coder and it looks a simple request to me. QUESTION: any module or change to the code to send myself all messagges written to customers? Here is a simple example: 1) in the order page, I write a message to the customer 2) the customer receives the message 3) I need to receive a copy sent to the customer 4) I would like to share the message and send it to an e-mail address Extra question: it possible to share all the changes in status order with an e-mail address? Here is an example: 1) in the order page, I change the status of the order 2) the customer receives the message 3) I need to receive a copy sent to the customer 4) I would like to share the message and send it to an e-mail address I hope there is a free module or a simple change to the code :-) Thanks for your help Navid
  5. Hi guys, I'm in need to create a payment method plugin for my Prestashop that uses the VPOS payment platform to accept credit cards. Title of petition: Interdin Payclub Web Payment Plugin Type of project: Prestashop payment plugin/module Development type: Online Proyect description: Using generated private and public keys we are gonna send an XML array to Interdin's VPOS platform which is gonna return us a response with the status of the credit card transaction and if it's a success then we are gonna process the transaction in our Prestashop. Budget: $200 Offer time: 3 days So if you interested please contact me. Email: [email protected] Regards.
  6. Hi, I using PS 1.5.4.0 and I think there is a bug in CCC handling of @import CSS sentences. I my case, a CSS file linked prior optimizing with CCC has: ... @charset "utf-8"; /* CSS Document */ /* -------------------------------------------- TYPOGRAPHY -------------------------------------------- */ @import url("http://fonts.googleapis.com/css?family=Germania+One|Noto+Sans:400,400italic,700,700italic"); ... But the resulting optimized file, *_all.css has: @import url("http://www.d-diferentes.com/themes/dd/css/grid_prestashop.css");@import url("http://www.d-diferentes.com/modules/parchedd/views/css/http://fonts.googleapis.com/css?family=Germania+One|Noto+Sans:400,400italic,700,700italic"); ... Where " http://www.d-diferentes.com/modules/parchedd/views/css/ " should not be and it is the URL of the original CSS file (in a module). Someone know what should be fixed, and how, to prevent that incorrect optimized @import url? TIA, Antonio.
×
×
  • Create New...