-
Content Count
411 -
Joined
-
Last visited
-
Days Won
4
Everything posted by Daniel Patilea
-
I can help you with the this. Please send me a PM with your email so I can send you a quotation for the module.
-
As I stated in my initial reply of this post, "a light version integration" and "As soon as their API provides support for Payment Gateways I will make the implementation." should be more than sufficient to conclude that this is not a API payment integration module. The screenshots of the module are pretty obvious I think. as long as it helped a couple of people I think it really needs to be here. you don't get to decide the price of a module you did not developed
-
Trebuie sa iti adaugi toate produsele la indexul de cautare. Info aici.
-
I developed a light version Prestashop Revolut Module integration that may help. As soon as their API provides support for Payment Gateways I will make the implementation.
-
Usually the debug is displayed on your browser tab when there's an error. You can also view errors in error_log file from the root folder of your site.
- 2 replies
-
- 1
-
-
- debug mode
- debug
- (and 8 more)
-
A posible workaround for this issues is to set a unique key value for the id_cart column in the ps_order table.
-
Optiunea de cautare in numele produsului este bifata?
-
Este facuta indexarea pentru toate produsele in setarile de Cautare?
-
Erori dupa actualizare modul
Daniel Patilea replied to Catalina 's topic in Instalare, configurare şi upgrade
Activeaza Debug mode ca sa vezi ce erori ai exact. -
Pentru rezolvarea cerintelor tale ai nevoie de ajutorului unui programator. Nu sunt greu de rezolvat dar nici usor.
-
Eroare stergere produs(doar unul)
Daniel Patilea replied to eugenhadan 's topic in Discuţii generale
Ai setat DEV Mode pe true sa vezi ce erori sunt? -
GDPR PRO - Complete EU compliant integration
Daniel Patilea replied to Daniel Patilea 's topic in Paid Modules & Themes
You can check the demo here -
GDPR PRO - Complete EU compliant integration The General Data Protection Regulation (GDPR) comes solve the issue of data protection for customers. GDPR PRO is the complete EU compliant integration module for this. Download it from here. Features: Option to easily enable/disable GPDR PRO on the shop; Option to add HTML information block on top of the main GPDR page; Option to add HTML information block on the bottom of the main GPDR page; Option to add a GDPR Badge; Option to set the location of the GDPR Badge; Option to set custom HTML for the GDPR badge data; Option to customize the Right to data portability page; Option to aprove/reject the customer requests(export data, delete account, etc) before going live; Option to set the informations that are being exported for the customers; Responsive design; Informations included; Documentation included; Free support; Icons included. Benefits for customers: Right to data portability – ability to download personal data from the shop; Right to be forgotten – customer has the ability to delete his account and informations; Right to be anonymous – customer has the ability to anonimize his datas; Right to be informed – customer is informed when his data is gathered; Right to have informations corrected – customer can request/apply and update for his informations; Right to restrict processing – customer can restrict his informations on the shop; Right to object – customer have the ability to stop processing of their infos for direct marketing; Right to be notified – customers have the right to be informed if there is any security flaw on the shop; Download it from here.
-
What kind of function would you like to execute?
-
Restrictia se poate face custom cu niste linii de JavaScript. Ca alternativa exista modulul pentru facturare care face acest lucru.
-
[Rezolvat] Afisare judet in comanda
Daniel Patilea replied to IonutBogdan 's topic in Instalare, configurare şi upgrade
Salut Bogdan! Poti verifica la International > Locations > Tab-ul States daca judetele sunt importate si sunt activate. Daca pana aici e ok mergi la International > Locations > Tab-ul Countries > Romania > verifica daca la Formatul adresei este trecut si Orasul -
Prestashop 1.7 Smarty global variables
Daniel Patilea replied to catalin.pop 's topic in Core developers
As a developer, since the 1.7 version was launched, I often found myself in the need of a list with Prestashop 1.7 Smarty Global Variables and I know many others were in this situation. Same as you maybe, reading this article, you may also looking for a similar list. So here it is, use it wisely ("with great power comes great responsibility"). The most used arrays: {$urls|@var_dump} -> Contains Prestashop urls; {$shop|@var_dump} -> Contains shop variables (shop name, email, phone, etc...); {$page|@var_dump} -> Contains current page variables; {$currency|@var_dump} -> Currency variables; {$language|@var_dump} -> Language variables; {$customer|@var_dump} -> Customer variables; {$configuration|@var_dump} -> Configuration variables; {$link|@var_dump} -> Link variables; {$breadcrumb|@var_dump} -> Breadcrumb variables; And here are some ready-tu-use variables: {$currency.name} -> Name of the active currency. {$currency.iso_code} -> ISO language code enabled. {$currency.sign} -> Symbol of the active currency {$currency.iso_code_num} -> Active Currency ISO Code {$shop.name} -> Store name in Prestashop 1.7 {$shop.email} -> Store Email in Prestashop 1.7 {$shop.logo} -> Image routing store logo in Prestashop 1.7 {$shop.favicon} -> Route favicon image of the store in Prestashop 1.7 {$shop.address.address1} -> Store address 1 in Prestashop 1.7 {$shop.address.address2} -> Store address 2 in Prestashop 1.7 {$shop.address.postcode} -> Store Zip Code in Prestashop 1.7 {$shop.address.city} -> Store City in Prestashop 1.7 {$shop.address.state} -> Province of the store in Prestashop 1.7 {$shop..address.country} -> Shop Country in Prestashop 1.7 {$shop.phone} -> Store phone in Prestashop 1.7 {$shop.fax} -> Store Fax in Prestashop 1.7 {$language.name} -> Language name enabled {$language.iso_code} -> ISO language code enabled {$language.language_code} -> Language code enabled (for Spanish, fr for French, tc ..) {$language.is_rtl} -> (1 -> On / 0 Off (for when language is written from right to left) {$language.format_lite} and {$ language.format_full} -> Simulated date format and full date format {$language.id} -> Language ID enabled {$customer.lastname} -> Customer Last Name in Prestashop 1.7 {$customer.firstname} -> Client Name Prestashop 1.7 {$customer.email} -> Prestashop Customer Email 1.7 {$customer.birthday} -> Prestashop client birthday 1.7 {$customer.newsletter} -> Subscribed to the newsletter in Prestashop 1.7 (1 subscribed / 0 unsubscribed) {$customer.newsletter_date_add} -> Newsletter subscription date {$customer.ip_registration_newsletter} -> IP Registration Customers newsletter {$customer.optin} -> Subscribed to offers from our partners in Prestashop 1.7 {$customer.date_add} -> Client creation date in Prestashop 1.7 {$customer.date_upd} -> Last updated client update in Prestashop 1.7 {$customer.id} -> Customer ID in Prestashop 1.7 {$customer.id_default_group} -> Default group to which the client is associated in Prestashop 1.7 {$customer.is_logged} -> Check if the client is "logged in" in Prestashop 1.7 {$customer.gender.name [$ customer.gender.id]} -> Client Gender (Mr / Ms) {$customer.addresses [Address ID] .city} -> Client city of address 'X' that has partner. (Address ID, because a client can theoretically have multiple addresses) {$customer.addresses [Address ID] .alias} -> Address alias {$customer.addresses [Address ID] .firstname} -> Addressholder last name {$customer.addresses [Address ID] .lastname} -> Name of address holder {$customer.addresses [Address ID] .company} -> Company name of address holder {$customer.addresses [Address ID] .address1} -> Address 1 {$customer.addresses [Address ID] .address2} -> Address 2 {$customer.addresses [Address ID] .postcode} -> Mailing address {$customer.addresses [Address ID] .id_state} -> Address Province ID {$customer.addresses [Address ID] .state} -> Province address {$customer.addresses [Address ID] .state_iso} -> ISO address province code {$customer.addresses [Address ID] .id_country} -> Country address ID {$customer.addresses [Address ID] .country} -> Country of address {$customer.addresses [Address ID] .country_iso} -> ISO country address code {$customer.addresses [Address ID] .phone} -> Address phone {$customer.addresses [Address ID] .phone_mobile} -> Mobile phone address {$customer.addresses [iD Address] .dni} -> Address ID {$customer.addresses [Address ID] .vat_number} -> Customer VAT number {$customer.addresses [Address ID] .formatted} -> Client formatted address {$urls.base_url} -> Store address {$urls.current_url} -> Current address (url) where we are {$urls.shop_domain_url} -> Store domain {$urls.img_ps_url} -> Image root directory url {$urls.img_cat_url} -> Url directory of images of the categories {$urls.img_lang_url} -> Url of the language images directory {$urls.img_prod_url} -> Url of the product images directory {$urls.img_manu_url} -> Url directory of manufacturers images {$urls.img_sup_url} -> Url of the providers directory {$urls.img_ship_url} -> Url directory of images of carriers {$urls.img_store_url} -> Store url {$urls.img_url} -> Url of the image directory of the template {$urls.css_url} -> Template URL directory url {$urls.js_url} -> Template JS directory url {$urls.pic_url} -> Url file directory uploaded {$urls.pages.address} -> Url from the "My Address" section {$urls.pages.addresses} -> Url from the "My addresses" section {$urls.pages.authentication} -> Url section of the authentication page {$urls.pages.cart} -> Cart section url (order summary) {$urls.pages.category} -> Url section of categories {$urls.pages.cms} -> Url of the content section {$urls.pages.contact} - > Url section of the contact form {$urls.pages.discount} -> Url of the discount voucher section {$urls.pages.guest_tracking} -> Tracking url for unregistered clients {$urls.pages.history} -> Url from the order history section {$urls.pages.identity} -> Url of the section "Personal data" {$urls.pages.index} -> Page url {$urls.pages.my_account} -> Url section of my account {$urls.pages.order_confirmation} -> Url section of the order confirmation page. {$urls.pages.order_follow} - > Url in the "Order Tracking" {$urls.pages.order} -> Url of the order page {$urls.pages.order_return} -> Url of the order return page {$urls.pages.order_slip} -> Url of the order slip page {$urls.pages.pagenotfound} -> Url of section "404 (Page not found)" {$urls.pages.password} -> Url of the section "Recover Password" {$urls.pages.pdf_invoice} -> Pdf invoice page url {$urls.pages.pdf_order_return} -> Pdf order return page url {$urls.pages.pdf_order_slip} -> Pdf order slip url page {$urls.pages.prices_drop} -> Url section we lowered prices / products discount / discounts {$urls.pages.product} -> Product tab url {$urls.pages.search} -> Url of the searcher section {$urls.pages.sitemap} -> Site Map section url {$urls.pages.stores} -> Url of the section "Shops / Our stores" {$urls.pages.supplier} -> Url from the providers section {$urls.pages.register} -> Url log page {$urls.pages.order_login} -> Order login page url {$urls.theme_assets} -> Url of the "assets" directory of the template / themes / template / assets / {$urls.actions.logout} -> Url to close section in the store- 17 replies
-
- 6
-
-
-
- prestashop 1.7 smarty variabl
- 1.7 global variables
- (and 2 more)
-
Prestashop 1.7 Smarty global variables
Daniel Patilea replied to catalin.pop 's topic in Core developers
You can check the FrontController.php file, many variables are listed there- 17 replies
-
- 2
-
-
- prestashop 1.7 smarty variabl
- 1.7 global variables
- (and 2 more)
-
Firma/persoana - servicii de programare
Daniel Patilea replied to bikegeek 's topic in Discuţii generale
Salutare! Ti-am trimis PM. -
Aici gasesti o solutie
-
Discount la toate produsele in Prestashop 1.6
Daniel Patilea replied to Elena0102 's topic in Discuţii generale
Gasesti aici informatii despre asta -
Module and Service Error
Daniel Patilea replied to culdasergiu 's topic in Instalare, configurare şi upgrade
sterge public inainte de class PsVerticalMegamenu extends ObjectModel {
