Search the Community
Showing results for tags 'how'.
-
Hi. How to make existing field to be required? I checked Localization/Country but I can't or don't know how to make it required. I'm trying to bypass hard-coding if possible, to not scramble my project. Thanks for replies.
-
Hi. I just want to add new field in registration form. That field will be filled with phone or mobile phone number. I'm using Prestashop 1.7.2.4. Can I apply this simply for guest and user? Is it possible through module? Thanks for replies.
-
Hello everyone, i'm new here We're checking PS features to decide if this will be part of our new ecommerce, and so far it looks very nice and complete, but we need an important functionality we didn't find in the back office . Let me explain better. Periodically, we send the details of our ord...
-
Hi everyone, I try to create my app, using Angular 4 and Ionic. My api is fully set, I can get product, combination and other. Now I try to create a login form. For doing this, I get a email and plaintext password. I try to crypt the password, matching to prestashop customer's db password....
-
hello I want to pass my smarty variable in stores default module blockcart's ajax-cart.js file. how can i do this..?
-
Hello fellow geeks, so I am trying to add an extra menu link on the user account, I do it but how to move it left?
-
hi all Story short. I have moved webserver from one to another. Everything seemed to work untill I got an email from a new customer. It is not possible to sign up as a new customer? Is this something with my database or some settings? Old customers (or registered customers if you will) can order...
-
Hello, Note: This is regarding Block layered Navigation module in prestashop 1.6.3 well i want to include a custom filter "discount" into layered navigation block that should take value dynamically from uploaded value from CSV.(CSV IMPORT PRO -module) I want to display it in "%" and "amount...
-
Hello Guys, I am new in Prestashop 1.6. I am creating two different stores, technology & Fashion. My only concern is, regarding MultiStore: * Do I need to install another prestashop to create the second store in order to connect it in multistore?...
- 10 replies
-
- multishop
- multistore
-
(and 7 more)
Tagged with:
-
Hi everyone, Well, this is my first topic here. I am representing AwakeningStore.Com and I would like to activate PayPal feature of Payment Standard that allows us to accept payments from credit card owners who do not have PayPal accounts: https://www.paypal.com/webapps/mpp/paypal-payments-stan...
-
hello I am developing a module. and I want to display some data with cart summary just above payment methods displays before payment done (last step of checkout). I have register hook "displayPayment" but my template file not display. so is there any way to display on that page using any other hook...
-
I want to make order payment from back office using payment method like as done in front office, what exactly done now is when im doing order payment from back office I think only databse record (update ) add into payment. not doing validation and make payment to my payment methods account like pa...
- 3 replies
-
- payment
- transaction
-
(and 7 more)
Tagged with:
-
I want to pass parameters or variables from one controller to another. for example what actually I want to do is. I have override PaymentModule's validateOrder() method from that method I have to pass array data like cart info etc to my modules OrderConfirmation hook function.
- 6 replies
-
- parameters
- variables
-
(and 4 more)
Tagged with:
-
I want to know from where the function call or identify function call such as I have situation as follows. In my module development I have override cart's getOrderTotal() method to add some surcharges as my modules requirements, so I want to call that method only if its call by Payment Methods (or...
- 4 replies
-
- prestashop
- identify
-
(and 3 more)
Tagged with:
-
Hi, All are my url indexed in google along with xxxx.com/?content_only But i have other content to display around the product. Help me to remove ?content_only=1 in url Current URL: http://cyberwala.com/home/11656-hp-proliant-ml310e-gen8-v2-e3-1240v3-1p-8gb-u-b120i-sata-500gb-4-lff-4...
- 1 reply
-
- ?content_only
- URL
-
(and 2 more)
Tagged with:
-
How I can do to make the multistore, bills go to independent numbering Store 1: Invoice #CU0001 Store 2: Invoice #CU0001 Explain I have two stores!! The store number 1, have 2 orders, so that the consecutive of the orders goes to 3, But in store number 2, I don't have an...
- 1 reply
-
- multistore
- invoice
-
(and 6 more)
Tagged with:
-
Hello , I have used multiple select input type in my modules configuration but when i submit it gives me only last selected options value inspite of all that are selected value for getting value I have used Tools::getValue() function. please give me some solution so that i can get all selected opt...
- 3 replies
-
- prestashop
- helperform
-
(and 6 more)
Tagged with:
-
hello I am using ps 1.6.0.9 Is there any one can help me.., I have change order status when order place successfully. for that I have created new order status when module install. in orderConfirmation hook I have written following line of code. its change order status as well but what conflict w...