Jump to content

helldog2004

Members
  • Posts

    422
  • Joined

  • Last visited

About helldog2004

  • Birthday 12/22/1986

Contact Methods

Profile Information

  • Location
    Netherlands
  • Interests
    Fighting sports and security
  • Activity
    User/Merchant

Recent Profile Visitors

6,269,549 profile views

helldog2004's Achievements

Newbie

Newbie (1/14)

26

Reputation

6

Community Answers

  1. On Prestashop we use the bxSlider at the bottom of each product page, but if we watch the website on a mobile device it shows that images are not resizing at all. If you look at for example on https://www.paardenkruiden.nl/bitloos-hoofdstel/1699-sidepull-bitloos-hoofdstel-linda-tellington-jones-lindell.html you can see that below the product itself the other products all have the same size. If you resize the screen the 'andere producten in dezelfde categorie:' images are resizing while 'Andere klanten bekeken ook de volgende producten' images keep the same size. The code being used is within a .js file: if ($('#bxslider li').length && !!$.prototype.bxSlider) $('#bxslider').bxSlider({ minSlides: 1, maxSlides: 6, slideWidth: 178, responsive: true, slideMargin: 20, pager: false, nextText: '', prevText: '', moveSlides:1, infiniteLoop:true, hideControlOnEnd: true, }); The slideWidth should be resizable. Thanks for the help.
  2. Okay, don't ask me why but I solved it by doing the following: I went to advanced settings --> Performance on the .be domain shop; I disabled all options under CCC, restarted the page and then enabled all settings under CCC. That seemed to have solved my issue.
  3. Hi all, I am having trouble with the multishop feature right now. We are having one theme installed on paardenkruiden.nl and also added the domainname paardenkruiden.be. On desktop it does not display any trouble, but once looking at the website on mobile the .be domain is showing squares with crosses on the ::before and ::after content whereas the .nl domain is showing no issue on the mobile phone. What could be the problem here?
  4. I am having the same issue with the lingerie theme. I can't find the line which need to be removed. I am not making use of the states, and the following is my StatesManagement.js file /** * Template Prestashop SweetLingerie * * @author Prestacrea * @copyright Prestacrea * @license See PDF documentation * @website http://www.prestacrea.com */ $(document).ready(function() { bindStateInputAndUpdate(); }); function bindStateInputAndUpdate() { $('.id_state, .dni, .postcode').css({'display':'none'}); updateState(); updateNeedIDNumber(); updateZipCode(); $('select#id_country').change(function(){ updateState(); updateNeedIDNumber(); updateZipCode(); }); if ($('select#id_country_invoice').length !== 0) { $('select#id_country_invoice').change(function(){ updateState('invoice'); updateNeedIDNumber('invoice'); updateZipCode('invoice'); }); updateState('invoice'); updateNeedIDNumber('invoice'); updateZipCode('invoice'); } } function updateState(suffix) { $('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)').remove(); var states = countries[$('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()]; if(typeof(states) !== 'undefined') { $(states).each(function (key, item){ $('select#id_state'+(suffix !== undefined ? '_'+suffix : '')).append('<option value="'+item.id+'"'+ (idSelectedCountry === item.id ? ' selected="selected"' : '') + '>'+item.name+'</option>'); }); $('.id_state'+(suffix !== undefined ? '_'+suffix : '')+':hidden').fadeIn('slow'); } else $('.id_state'+(suffix !== undefined ? '_'+suffix : '')).fadeOut('fast'); } function updateNeedIDNumber(suffix) { var idCountry = parseInt($('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()); if ($.inArray(idCountry, countriesNeedIDNumber) >= 0) $('.dni'+(suffix !== undefined ? '_'+suffix : '')+':hidden').fadeIn('slow'); else $('.dni'+(suffix !== undefined ? '_'+suffix : '')).fadeOut('fast'); } function updateZipCode(suffix) { var idCountry = parseInt($('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()); if (countriesNeedZipCode[idCountry] !== 0) $('.postcode'+(suffix !== undefined ? '_'+suffix : '')+':hidden').fadeIn('slow'); else $('.postcode'+(suffix !== undefined ? '_'+suffix : '')).fadeOut('fast'); }
  5. I have no idea why this is happening, but I made sure the older img/p folder has been changed to p_old and created a newer folder with the img/p name. Copied all images from the older folder inside the newer folder, and for some reason the bug dissapeard. Anyway, problem solved..
  6. I just figured out that by renaming the img/p folder to something like img/p_old and recreate a new p folder the new products work perfectly. The old images aren't of course not showing up. Also figured that if I use the older folder I can't ADD images to already existing products. But with the new img/p folder I can.. What the hell is going on....
  7. Hi all, I just upgraded my Prestashop from 1.6.0.11 to version 1.6.1.16 to make sure some of the crucial bugs I previously had is fixed. This, of course, just comes back with a couple of other bugs I would like to have solved. All images of products I had uploaded on version 1.6.0.11 has no problems at all, but products I want to add since I have the upgraded version does just show up an 'no image available' thumbnail. But if I click on the product itself, it does show a big picture. I will attach images to this post to show what I mean. I did try to following before posting this forum topic: 1. Regenerate thumbnails. 2. Disable friendly url's (enabled it after it showed no results). 3. Gave the img folder in FTP a 777 permission (changed it back to the standard 755 after no results). 4. Turned off redirect to canonical URL together with the disabling friendly URL (enabled after no results). 5. Changed the 'home' to 'home_default' in the files product-list.tpl and product-comparion.tpl (I am using the theme SweetLingerie). 6. regenerated the .htaccess file. 7. created tools.php within override/classes with the following code: <?php class Tools extends ToolsCore<br> { public static function apacheModExists($name) { return true; } } Everything to no avail. What could be the cause here?
  8. Hi @Enigma32, thanks for coming back, and sorry for my late response. Yeah other payment gateways like PayPal (without the use of Sisow) is working perfectly (that makes certain that the Sisow plug-in is the culprit. I had a short communication via e-mail with Sisow creators but they don't seem to be in a hurry (first reaction was: This is probably the mistake of PS themselves). Well, told them other payment gateways aren't showing any problems. So we decided to step over to MultiSafePay as they seemed to do the job on multiple other websites hosted by us. Thanks for helping @Enigma32 and @Scully.
  9. Hi @Scully, that is something we already did, we figured that this is not being received by customers. The rest of the e-mails are being received, like status changing of an order.
  10. Well the payment gateway just replied with an email, and according to them this has nothing to do with their plug-in. Which is basically bringing me no-where..
  11. Hi @Scully, of course I did contact the payment gateway, waiting for reply. Still I ain't going to just wait for a reply from them, was hoping someone else had the same problem I have right now. What better way to find out then to go to the PS Forums. Right?
  12. Hi everyone, I am encountering a crazy problem within PrestaShop which is probably Sisow to blame. I am hoping someone else encountered this problem as well before and knows a solution. We are using Sisow as payment gateway to use iDeal (Dutch pyament gateway), Mistercash, credit card and more. Now it seems that customers aren't receiving any confirmation emails after succesfully paying for a product, while the administrator DO is receiving an email. All other e-mail stuff is working perfectly though, after creating an account, changing status of orders in BO, contact form and others are working without problems. Extra information: Website is running on PrestaShop 1.6.0.14 Customers do are receiving confirmation email if paid via for example PayPal without the use of Sisow. Thanks for taking a look into it.
  13. Nevermind, solved the issue by adding the calculation right after $product.price If you want to remove tax as in 21% then the code should be: <span class="price" style="font-weight: bold; color: #E74522; font: 600 21px/26px 'Open Sans', sans-serif;"> {if isset($product.qt_disc)} Vanaf: {convertPrice price=$product.price - $product.attribute_price} <br /> <span class="price product-price" style="color: #717171!important; font-size: 10px!important;"> {if !$priceDisplay}({convertPrice price=$product.price / 1.21 - $product.attribute_price} excl.btw){/if} </span> {/if} </span><br /> {if !isset($product.qt_disc)} <span class="price product-price"> {if !$priceDisplay}{displayWtPrice p=$product.price_without_reduction}{/if} </span> {/if} New code for removing just 21% is: <span class="price" style="font-weight: bold; color: #E74522; font: 600 21px/26px 'Open Sans', sans-serif;"> {if isset($product.qt_disc)} Vanaf: {convertPrice price=$product.price - $product.attribute_price} <br /> <span class="price product-price" style="color: #717171!important; font-size: 10px!important;"> {if !$priceDisplay}({convertPrice price=$product.price * (1 - 0.21) - $product.attribute_price} excl.btw){/if} </span> {/if} </span><br /> {if !isset($product.qt_disc)} <span class="price product-price"> {if !$priceDisplay}{displayWtPrice p=$product.price_without_reduction}{/if} </span> {/if}
  14. Hello everyone, currently I am showing the lowest attribute price possible on the product list template. But below the price I want to display the same lowest price without tax. Currently I have the following code displayed for products with attributes: <span class="price" style="font-weight: bold; color: #E74522; font: 600 21px/26px 'Open Sans', sans-serif;"> {if isset($product.qt_disc)} Vanaf: {convertPrice price=$product.price - $product.attribute_price} <br /> <span class="price product-price" style="color: #717171!important; font-size: 10px!important;"> {if !$priceDisplay}({convertPrice price=$product.price - $product.attribute_price} excl.btw){/if} </span> {/if} </span><br /> As you can see only when products have attributes the lowest attribute prices will be displayed and below this lowest price I have the same code but with the text "excl. btw", which should display without tax but don't know how. Please take a look at https://www.koppiesh...-kantoor-papier and see the product "Plano Superior 75 gram - A4 - 500 vel". The (€3,13 excl.btw) should look like (€2,59 excl.btw) Thanks for helping out.
×
×
  • Create New...