Jump to content

gazzza182

Members
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • First Name
    Gary
  • Last Name
    Eaton

Recent Profile Visitors

330 profile views

gazzza182's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi Is it possible to integrate Prestashop with an ePos system, in order to maintain accurate stock levels? e.g. We have a physical store running an epos system, and a Prestashop website. The stock has to be manually monitored on the website to ensure that we don't oversell products. I'd like to integrate the database to enable the ePos and website to talk to each other and update stock levels accordingly. Anyone with experience of this? Thanks!
  2. Hi Using 1.6.1.14. I have a special customer group set up, who are entitled to 10% discount on purchases. Is it possible for them to view the original product price similar to how it appears when a discount voucher is added? eg. £36 £40 10% Currently, when the customer is logged in, it just shows the reduced price, rather than the original price / percentage saving, so it's not immediately obvious to the customer that their discount is being applied. Any ideas or workarounds greatly appreciated!
  3. Thanks! this does work. I would like to be more specific if possible. For instance, the customer group 4 is a discount card holder group, so I'd like to display "Discount Card Holder" on the invoice page, for each order placed by someone in group 4. Is this possible?
  4. Will I be able to get this to work on invoice.tpl for the PDF invoice?
  5. I'd like to be able to show the customer group on the invoice, but have not found a solution as yet. On my front end pages, I can display a message depending on the customer group like this: {if Group::getCurrent()->id == 4} **MY MESSAGE** {/if} Is there a way of doing this for invoices?? Version 1.6.1.4 Thanks!
  6. Hi This is brilliant!! Is there any way of getting it to display on the PDF Invoice?? It's good to know when ringing orders through a till point.
  7. Sorry to bring up an old problem, but I'm having this exact issue. Products which are visible nowhere, are showing up in Productscategory module. Any ideas how to change this?
  8. I have a strange problem. A few customers have messaged to say that they are unable to view their recent orders online. Having looked into this, it appears that they have placed an order as a guest, but with the same details as used on their customer account! I tried to order as a guest myself, with my e-mail, which is already linked to a customer account, and received the error message "An account using this email address has already been registered." It seems that customers who were imported into the database can check out as a guest. Customers who register on the site cannot check out as a guest, although I don't understand why. Did I miss out something on the customer import? Using 1.6.1.4 Thanks!
  9. Sorry for dragging up an old thread, but i had the same problem, wanting to use the short description as the H1 tag on the product page. The problem is that the tinyMCE adds the P tag to the short description, which isn't w3c compatible. To stop this happening, I simply went to the following file: admin_folder\themes\default\template\controllers\products\informations.tpl At around line 335, there is the code: {include file="controllers/products/textarea_lang.tpl" languages=$languages input_name='description_short' class="autoload_rte" input_value=$product->description_short max=$PS_PRODUCT_SHORT_DESC_LIMIT} Simply remove the line class="autoload_rte", and it changes the field to a simple text box. I thought this might be useful for anyone having similar issues!
  10. What's the point of even having a size filter then?? It just doesn't make sense. A customer only wants to see items in their size. This is a basic requirement for any site.
  11. Unfortunately I now have a new problem. When an item sells on eBay, the module creates a duplicate listing. I'm getting inundated with warnings from eBay saying that I have duplicate listings. Ridiculous
  12. This is exactly the problem. If the product has a quantity of 0 in Small, 1 Medium and 1 Large, then it shouldn't show when you select Small in the filter - yet it does. It's really misleading for the customer, and therefore leaves them with low confidence on the accuracy of their search. Does that make sense?
  13. I can confirm that it works for me. On a uk site.
  14. i have the exact same problem with a clean install of PS 1.6.1.4 & Block Layered V2.1.3. I have small, medium, & large shirts. Small is out of stock, Medium & Large are in stock. PS shows Small (1) Medium(1) Large(1) I have enabled "Hide Filter Values When no Product Is Matching", but this makes no difference. It's infuriating and misleading!
  15. It may be worth starting a thread in a different part of the forum, or trying to contact the person who originally dealt with this problem on the thread.
×
×
  • Create New...