Jump to content

democolis

Members
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • First Name
    Costas
  • Last Name
    Niklis

Recent Profile Visitors

182 profile views

democolis's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. How can i get the state name to insert it in the Orders Table?
  2. Hello, Is any way to use all the existing functions and controllers of backoffice but instead of default back office orders tpl file to call my own tpl file? BUT i dont want to override the default file..i want to use another back office tab..ex..orders 2.. Can this done? if yes, how? Thanks
  3. ERROR: http://s3.postimg.org/590cgsw2b/error.png CORRECT: http://s15.postimg.org/vitoifkd7/correct.png Did you understand?? THanks
  4. Hello, Everything seems to be fine but the problem still exists. checked date, cleared cache, clear cookies, i created a new account.. but nothing..:/ What can be happen after the upgrade? Prestashop is so good at upgrades..i don't know what happened. seems like the reduced price is the same with the normal price.
  5. Hi, Thanks for your reply. No, it seems like my reducted price never been set. So my cart shows the starting price. If for example a product costs 20EUR and i have set 50% percent discount it appears that the cost is 20EUR instead of 10EUR and when i add it to the cart it costs 20EUR. What can i do to fix that issue?
  6. Hi, After the upgrade from PS 1.5 to the latest PS 1.6 version my reduction price doesn't appears anywhere. I checked product page and product list page but nothing seems to appears. I have set a product price = 30 and a discount of 20% but in the frontend i get only the price of 30. Normally in frontend product page it should appears NOW PRICE: 24 and PriceWithoutReduction: 30 Can anyone help me? Thanks
  7. I did it with the code below with no result: !$this->registerHook('rightColumn'); what i am doing wrong? Thanks
  8. Hello, How can i make the crossselling appears in the right column of my prestashop? I added this code below in my crossselling.php with no result: function hookRightColumn($params) { return $this->hookProductFooter($params); } Any Ideas? Thanks
  9. Hello, I have a problem. I have use the default "other" field of prestashop as a field in which user fill in his doorbell name. I have made it required via Address.php but now during the registration process if somebody forget to fill in this field it takes an error saying that: there is 1 error: other required . How can i translate this message and make it doorbell name required instead of other required? Can somebody help me? Thanks!
  10. Hello, I would like to fix my invoice.tpl to appear in the invoice pdf file only the "Name" and "address" of buyer. (NOT THE WHOLE BLOCK OF INVOICE ADDRESS) address1 ( i need this) address2 other firstname lastname (i need this) company vat_number postcode city Country:name phone phone_mobile Also i woud like to insert labels in front of name and address if is possible. example: Address: address1 FullName: firstname lastname Can anyone help me? Thanks a lot!
  11. I found a way to do that (Customer.php) but the problem is that the new account process can not skip the password and not continues like i am a guest and insert me in guest group. How can i do that? i want to skip the registration if the password is null and make the registration if the password is not null. Thanks!
  12. Hello, I try to find a way to make the password field in the checkout (during the new account procedure) optional. I don't want to use the Guest Checkout. I need the default checkout and i have make a js file which show/hide the password on click. If somebody click to insert the password, then the account creation will be done but if he want to make an order without choosing password then the order will be done as a guest checkout. So, how can i make the password field optional first? Thanks a lot.
  13. I have the modified module in this path: themes/<yourtheme>/modules/blocklayered2/ and the original: themes/<yourtheme>/modules/blocklayered2/ also in pubic_html/modules/blocklayered2 i have the modified module and in pubic_html/modules/blocklayered i have the original. Is something wrong? Thanks
  14. Hi, I am using block layered navigation to filter my eshop products. I have duplicate this module by copying the entire folder and rename every file-folder from blocklayered to blocklayered2. I have change the blocklayered.tpl and now is not seems nice in responsive in small screens. That's i want is to have the blocklayered(the edited) in position TopColumn and to appears only in large,medium screens and the default blocklayered(not the edited) in position LeftColumn and to appears only in small screens to look nice as responsive. I have made it work but the price range selector conflicts with the other blocklayered module in TopColumn position and doesn't work correctly. The price range bar dont appears at all. How can i make it work correctly? Thanks
  15. i can see that the comment goes to psxxx_message table in the message column.. NOT in the note column in the order_invoice table as you said. How can i take that i want from mysql? where i have to write the code to get the note from the psxxx_message table? Can you help? Thanks
×
×
  • Create New...