Jump to content

jayb174

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Location
    NYC
  • Activity
    Agency

Recent Profile Visitors

3,152,767 profile views

jayb174's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. I had this similar issue and solved it by making sure all PHP extensions were turned on. If you have access to your WHM, you can do it in EasyApache 4 or request your hosting provider to do it for you.
  2. Hello, Looking to hire someone to fix the order confirmation page in my shop (Prestashop 1.7.4.6). It is taking longer than it should (about 25 seconds). Every other page is loading normally. The only time other pages would take this long is if I recompile files. I tried enabling profiling and other suggestions provided in the forums without success. Also need to fix the product’s download links. I have virtual goods in my shop and there’s a slight delay (3-5 seconds) after clicking the link. I notice it gets slower as the ps_order_detail table grows. (In my previous Prestashop 1.4 downloads were instant when they were clicked.)
  3. Hello, Did you ever got to figure out what code to use to show the number of the product's position? As you mentioned, $product.id_product.position doesn't work.
  4. Anyone knows how to successfully implement this solution in Prestashop 1.7.6.4?
  5. Thanks a lot, modifying the /classes/Validate.php file worked and I can now use HTML5 in short description. Now the issue I have is with using a JPlayer to reproduce the mp3 sound. The player doesn't work and the web browser error is "Uncaught ReferenceError: jQuery is not defined" . Any idea what can be the error?
  6. Hello, I am using Prestashop 1.7.6.4 and I'm trying to add a HTML5 mp3 audio to a product so it shows up in the product list. However, when adding the html I get this error message in backoffice "The description_short field (English (English)) is invalid." Is there a code that needs to be modified in order to be able use HTML in short descriptions? Thank You
  7. Hello, I'm currently using Prestashop 1.4.8.2 in the US and the invoice and order details is showing that it is calculating the discount after taxes is applied. For example it is calculating like this $100 price + 7% tax = $107 - 20% discount = $85.6 I want it to calculate the discount before taxes as follow, $100 price - 20% discount = $80 + 7% = $87 Is there a way to fix this?
  8. Hello, I'm currently using Prestashop 1.4.8.2 in the US and the invoice is showing that it is calculating the discount after taxes is applied. For example it is calculating like this $100 price + 7% tax = $107 - 20% discount = 85.6 I want it to calculate the discount before taxes as follow, $100 price - 20% discount = $80 + 7% = $87 Is there a way to fix this?
  9. Hello, I've been looking for a HTML5 compatible audio code for my shop version 1.4.8.2 to put audio files in the product's short description and came across this code being used now for HTML5 <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> However, I'm still using Prestashop 1.4.8.2 and I don't have the option to disable the "HTMLPurifier Library". Every time I put this code into the product's description editor it disappears. It seems as if Prestashop 1.4.8.2 strips the audio tags. I'm willing to pay someone to help me find a solution so that I can use this HTML5 audio code in the product's short descriptions of my Prestashop 1.4.8.2 shop. Thanks
  10. Thanks. I can try this option. Is this module compatible with Prestashop 1.4.8.2 and the audio sample be on the short description instead?
  11. Hello, I've been looking for a HTML5 compatible audio player for my shop version 1.4.8.2 to put audio files in product description and came across this code being used now for HTML5 <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> However, I'm still using Prestashop 1.4.8.2 and I don't have the option to disable the "HTMLPurifier Library". Every time I put this code into the product's description editor it disappears. Can this code be modified to work in Prestashop 1.4.8.2 and not be stripped? If not, is there any other option for a HTML5 compatible audio player? Thanks
  12. Hello, I'm interested in a fully functional duplication of the official PayPal Europe module. The reason is because I want to have two PayPal Europe modules installed under one Prestashop store. I want to divide customers into two groups. One group would be able to checkout with the PayPal module set to direct sales and the other group would be set to authorize and capture later. I have found ways to duplicate simpler modules like the homefeatured and advertising modules. Even though I can apply the same method to the PayPal module, it can be challenging for me to copy it successfully since this module has many more files and it's more complicated. Basically, I would prefer someone with experience to do it so that I can be sure it was done correctly. My website is running on Prestashop 1.4.8.2 and has Paypal Europe v3.6.3 installed. Experts on this kind of work, please send me a message with a quote for this service. I hope to hear from you guys soon. Thanks
  13. Thanks a lot man. I had hours looking for a solution.
  14. I had somebody help me with this issue. I'm new to this forum. How do I delete and/or marke the post as solved?
  15. Hey guys so I've manage to put the word press audio player in the product description. But now I want that player to come out in the product list also. How can I do this? Here is an example of a Prestashop website that did it. http://open.host22.com/category.php?id_category=2 Please help me get this done. This is vital for my prestahop store to work. Thank You!
×
×
  • Create New...