Search the Community
Showing results for tags 'UP'.
-
Hola a todos. He estado buscando y no encuentro este tema. ¿Es posible que el apartado filtros aparezca en el apartado superior con un desplegable? existe algún modulo que haga esto? (he hecho un pequeño apaño con el paint) ¿Es esto posible? o tenemos que adentrarnos en el código y modificarlos nosotros? Muchas gracias
-
Hello I do have a problem with the Emailtemplate. On top there is a variable called "shop_logo" on all the templates. Can you tell me why there isn't the logo? If the mails were sent, the logo is still not there. Thanks Randy
-
Buenos dias, He añadido un campo debajo de total(sin coste de transporte), que se llama descuento comercial. entonces sobre el total, hago un descuento, pj 10%, me sale el importe de descuento, y funciona perfectamente. Pero al pulsar botón up/down, o modificar directamente la cantidad de cada linea de pedido, me refresca automaticamente el total de pedido, y el total de pedido con coste de transporte, pero NO me refresca automaticamente el importe de descuento. Pienso que algo de ajax, pero no sé de donde me meto. Espero que me ayudeis!!!! Mils gracias :) :)
- 2 replies
-
- carrito
- refrescar automatico
-
(and 3 more)
Tagged with:
-
Hi everyone: I am using prestashop 1.6.1.1 and basicly I have two types of products: The first group are fabrics that are sold in increments of 10 cm with a minimum quantity of 30cm. The second group are the rest of products that are sold 1 by 1 with a minimum quantity of 1. When I am doing the queckout, the "shopping-cart-product-line.tpl" file runs "themes/default/js/cart-summary.js" javascript file. This file defines the number of units to up or down the total quantity of the product. My problem is: if the total quantity of the product is >=30 units I want to increase the total quantity in 10 units (because the product is a fabric). If the total quantity of the product is < 30 units I want to increase the total quantity in 1 unit (because the product isn´t a fabric). In order to do this, I studied the code of the "cart-summary.js" file but I don´t find the way to do it because I don´t find the variable that contains the total quantity of the product. Any idea how i could get it? Thanks in advance. function upQuantity(id, qty) { if (typeof(qty) == 'undefined' || !qty) qty = 1; var customizationId = 0; var productId = 0; var productAttributeId = 0; var id_address_delivery = 0; var ids = 0; ids = id.split('_'); productId = parseInt(ids[0]); if (typeof(ids[1]) !== 'undefined') productAttributeId = parseInt(ids[1]); if (typeof(ids[2]) !== 'undefined' && ids[2] !== 'nocustom') customizationId = parseInt(ids[2]); if (typeof(ids[3]) !== 'undefined') id_address_delivery = parseInt(ids[3]); $.ajax({ type: 'POST', headers: { "cache-control": "no-cache" }, url: baseUri + '?rand=' + new Date().getTime(), async: true, cache: false, dataType: 'json', data: 'controller=cart' + '&ajax=true' + '&add=true' + '&getproductprice=true' + '&summary=true' + '&id_product=' + productId + '&ipa=' + productAttributeId + '&id_address_delivery=' + id_address_delivery + ((customizationId !== 0) ? '&id_customization=' + customizationId : '') + '&qty=' + qty + '&token=' + static_token + '&allow_refresh=1', success: function(jsonData) { if (jsonData.hasError) { var errors = ''; for(var error in jsonData.errors) //IE6 bug fix if(error !== 'indexOf') errors += $('<div />').html(jsonData.errors[error]).text() + "\n"; if (!!$.prototype.fancybox) $.fancybox.open([ { type: 'inline', autoScale: true, minHeight: 30, content: '<p class="fancybox-error">' + errors + '</p>' }], { padding: 0 }); else alert(errors); $('input[name=quantity_'+ id +']').val($('input[name=quantity_'+ id +'_hidden]').val()); } else { if (jsonData.refresh) location.reload(); updateCartSummary(jsonData.summary); if (window.ajaxCart != undefined) ajaxCart.updateCart(jsonData); if (customizationId !== 0) updateCustomizedDatas(jsonData.customizedDatas); updateHookShoppingCart(jsonData.HOOK_SHOPPING_CART); updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); if (typeof(getCarrierListAndUpdate) !== 'undefined') getCarrierListAndUpdate(); if (typeof(updatePaymentMethodsDisplay) !== 'undefined') updatePaymentMethodsDisplay(); } }, error: function(XMLHttpRequest, textStatus, errorThrown) { if (textStatus !== 'abort') { error = "TECHNICAL ERROR: unable to save update quantity \n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus; if (!!$.prototype.fancybox) $.fancybox.open([ { type: 'inline', autoScale: true, minHeight: 30, content: '<p class="fancybox-error">' + error + '</p>' }], { padding: 0 }); else alert(error); } } }); }
-
Hi fellow geeks, so I have this permanent links on to of the pages which act like a top menu but they act up. For example if you visit the page sometimes they show up, sometimes they don't and you have to refresh the page, and if you click on them the same problem occurs where they vanish and other links appear. Also the search bar sometimes appears and vanishes. You can see the site here: http://www.tivicr.com/seguritico The links are: Alarmas Camaras Discreto Personal contacto Thanks!
-
Hi I just installed Prestashop yesterday, everything works well today when logging in to the admin area, surprisingly my custom modules are gone In the module page, it's clearly stated that there are 86 modules installed but on the list it only showed 50 modules I turned on the debugging and it showed nothing Oh, just forgot that since today there are error showed up 4 errors [bankwire] Error found in config file: StartTag: invalid element name [bankwire] Error found in config file: Premature end of data in tag compatibility line 2 [bankwire] Error found in config file: Premature end of data in tag module line 2 [bankwire] Error found in config file: Premature end of data in tag modules line 2
-
hi where I can translate my pop up cart ? I have all the word translated in cart module but dont know wher is pop up cart? pleas help me
-
Hi I am have issues trying to get the cart to work on my shop. I am using the matric theme with block top cart. I upgraded prestashop to 1.5 to 1.6 everything was working fine in-till I clicked on view my cart or the log in link buttons which now display a No input file specified. error!? so as the cart was not working correctly I rolled back the upgrade back to 1.5 but a still get this error! Please help as I cant seem to fix this. My site is http://lusciousliving.co.uk/ Thanks in advance
- 1 reply
-
- blocktop cart
- up
-
(and 3 more)
Tagged with:
-
My hosting does not support memcached module nor the cacheFS thing. So now i'm stuck with a slow site. My new solution is, hopefully works, is to use gzip compression. Im just wondering if i can just add the gzip function to the top of main page, index.php, or i would have to add that function to every single php and tpl file?
-
Link to chat in the horizontal menu
lixotuka posted a topic in Addons, modules and themes developers
Hi I want to put a link to open the window chat in the horizontal menu. I contacted the guys Offerchat and they told me that it can be done with knowledge of Javascrpit. If anyone knows how to do, I appreciate the help. I'm using Prestashop 1.5.6.1. Regards (SORRY FOR MY ENGLISH) -
Hello everyone, There is a problem with my shopping cart block on my two sites. The text 'Shipping' is not lined up with the shipping amount and the text 'total' is not lined up with the total amount. It looks like it just went one step down. I also do not know how long it has been like this but I have just noticed it. Is there any way to fix this? (Picture is attached) Thanks
-
I was editing text in homefeatured.php and in blockcms.php and since then my categories strip on top is colored over white and only shows the category if you hover over with a mouse. Ive changed the files to originals and still same problem accurs... No idea what had caused this so hopefuly some one can help, here are screen shots and this is how it supposed to look like
- 1 reply
-
- design
- categories
-
(and 2 more)
Tagged with:
-
Hi there, My client, RockTheBike.com has prestashop integrated with their wordpress site. There's an error on one of the products. If you check out this product page here: https://rockthebike.com/store/products/8-fender-blender-pro.html You can see that if you select "cusotm color" which costs $#00 extra, the price changes to reflect it. But if you select the Vitamix upgrade on the next dropdown, it doesn't increase the price by $250 as it should. I messed around in the prestashop back office and was able to determine that if I removed the color choice, the Vitamix upgrade started working. So it appears that there's a bug where you can only have one upgrade per product or the second one doesn't work. Can anyone suggest a solution to this problem? We're currently running PrestaShop 1.4.3. Would upgrading to the latest version fix this issue? Thanks for your help! -James
- 3 replies
-
- prestashop
- up
- (and 4 more)