Jump to content

sshare

Members
  • Posts

    112
  • Joined

  • Last visited

sshare's Achievements

Newbie

Newbie (1/14)

7

Reputation

  1. Hi Guys, I am new to Prestashop 1.7, and I would like to know if it is possible to set a minimum order quantity per carrier, all whilst using weight ranges for shipping? In short I would like: - Carrier "A" to be available only for orders of 200 € and above, and it will be free of charge. - Carrier "B" is available for all orders regardless of minimum order quantity, and is calculated based on weight. - Carrier "C" is local pick up and is free, regardless of minimum order quantity or price. How can I apply the minimum of 200 € for order/cart value for carrier "A"?
  2. Hi Guys, I'm trying to display the minimal_quantity in the product-list.tpl, I copied the following from the product.tpl <!-- minimal quantity wanted --> <p id="minimal_quantity_wanted_p"> {l s='The minimum purchase order quantity for the product is'} <b id="minimal_quantity_label">{$product->minimal_quantity}</b> </p> And have also tried to add the following to the bottom of my product-list.tpl: {addJsDef minimalQuantity=$product->minimal_quantity|intval} Only I can't get the product minimal quantity to show, can someone please point me in the right direction?
  3. Could anyone please tell me what needs to be added to CategoryController to make it work on product list please? Am on 1.6.x
  4. Hi Guys, I would like to add a message where the price would normally be when out of catalog mode. I have my shop going into catalog mode at a certain time each day, and I would like to display the order opening times in the same place as the price normally is when orders are being taken. I know it's to do with "if $PS_CATALOG_MODE " but I cannot get it to work for some reason. Any help is highly appreciated.
  5. Thank you both for the replies guys highly appreciated. I managed to find what it was and thought I would share just in case someone else runs into the same issue. I had a temporary index.html file uploaded to the root from before and my server defaults to index.html instead of the index.php file for the Presta installation, once I remove the file it all works fine. Hope it can save someone the headache, have marked as solved.
  6. Hi Everyone, I'm getting the dreaded "TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror" error when trying to create an account on my new shop. I've gone through many existing threads and tried the solutions, only to find it that it has something to do with friendly URL being turned on. Has anyone run into the above error with Friendly URLs activated? When I deactivate it I can create an account fine, but with it, it's impossible. Any help is highly appreciated.
  7. Hi Milos, It was a free module back when I first got it, no idea if it became a pay version or not after, do you have anything available?
  8. Hi Everyone, I used to have phrasespot's module installed on my shop, now due to some circumstances I have had to reupload my shop, and did not have a back up of the module, so it's now gone. Does anyone happen to have that module laying about and can help me? My shop is running Prestashop 1.4.x due to a custom theme, and I can't find the module anywhere. Any help is highly appreciated.
  9. I would like to add that payment is taken with PayPal on these orders, so not sure it has anything to do with that, the PayPal module is 3.8.1, with express checkout set to NO.
  10. I'm having an issue on a shop which has been running for a while without issues. It's on 1.4.8.2 (I know but unless the bosses want to change the theme - which they do not - we can't update to the new version). We are recently getting orders sometimes where the states for Spain haven't been filled out, yet when we test it we have no way of not selecting the state, it simply will not let us save the address. Please help as it means we have to contact the customer to ask for shipping costs to be paypal'd separately, which is a bit embarrassing. I'm thinking it might be javascript related, but then I doubt the shop would work at all with js disabled. Any help is highly appreciated.
  11. Hi Samyha, Thanks for the reply, is there any fix for me to apply to the 1.4 as our theme doesnt allow us to upgrade unfortunately.
  12. Hi Guys, I would like to modify the top horizotal menu to include a link to the special offers. I'm using Prestashop 1.5. At the moment I have 2 main categories that each have 5 and 6 subcategories, I would like to have an extra button with "Special Offers" that links to the price drop page under the subcategories, like so: - Main Category 1 - Sub Category 1 - Sub Category 2 - Sub Category 3 - Sub Category 4 - Sub Category 5 - Sub Category 6 - Special Offers - Main Category 2 - Sub Category 1 - Sub Category 2 - Sub Category 3 - Sub Category 4 - Sub Category 5 - Special Offers I know it will link to the price drop page which will display anything with a reduced price regardless of category, but that doesnt bother me too much. I've looked at the TPL files of the menu as I wanted to add a line of code in the <ul> of the submenu, but there is hardly any code there to begin with. Any ideas on this one please?
  13. It works Milos, many thanks for the super quick help on this one. I will mark my topic as solved.
  14. Am trying it now, will report back. Off Topic, do you have any idea on this please? ( https://www.prestashop.com/forums/topic/393140-voucher-problem-amount-added-to-tax/ )
×
×
  • Create New...