
jayb174
Members-
Posts
17 -
Joined
-
Last visited
Profile Information
-
Location
NYC
-
Activity
Agency
Recent Profile Visitors
3,152,653 profile views
jayb174's Achievements
Newbie (1/14)
0
Reputation
-
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.)
-
PS 1.7 Display Category Position number in the product-list.tpl
jayb174 replied to m3442a's topic in Core developers
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. -
Anyone knows how to successfully implement this solution in Prestashop 1.7.6.4?
-
Allowing HTML on short description of product list
jayb174 replied to jayb174's topic in General topics
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? -
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
-
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?
-
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?
-
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
-
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?
-
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
-
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
-
Thanks a lot man. I had hours looking for a solution.
-
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!
-
Formatting in short description
jayb174 replied to siric's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Can anyone tell me how to adapt this fix to prestashop v 1.4.8? I manage to put an audio player in the product description but it doesn't show in the product list short description.