Jump to content

malloco

Members
  • Posts

    35
  • Joined

  • Last visited

3 Followers

About malloco

  • Birthday 12/11/1979

Profile Information

  • Location
    Spain
  • Activity
    Project Owner

malloco's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • One Year In Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

2

Reputation

  1. Hi there, I would like to know how to display in product page the Cost Price of a product. I use two different prices: Cost price and PriceTI and Prestashop 1.7 (and others) only shows Price TI. I need to show both. FE. Black T-Shirt Cost price: 3.00 € Pvp: 5.00 € Anybody can help?
  2. Hi to everyone, First of all, thank you in advance for reading this case. My shop is a private shop for a closed group of clients and they use it to place orders twice a week (I am working for a food distributor and our clients are supermarkets and food shops). Their orders are big, they buy 5 units of rice, 12 of bread, 25 of body milk.... and so on. So they need a fast and easy way to add products in their carts, as they already know the products they are buying (they are usually the same). COMPUTER VERSION I am using prestashop 1.6.1.5 with the graphielon theme. I have added the button add to cart to product-list in order to make the process easier to our customers. And I am not using the option "Redirect to checkout". So, they simply go to a manufacturer's page and then select quantity and click on add to cart of all the products they need. When they are finished, they simply click on the cart and go to check-out. MOBILE VERSION As the graphielon theme is not responsive, I have created a mobile file inside graphileons' to enable the mobile version of my shop by copying and customizing the mobile file of the default theme. Mysteriously and unexpectedly, It is working fine, but when I add products from a product-list it always redirects me to the checkout page. I think I should change some code of my mobile template because I already have the option 'Do not redirect to checkout' enabled in my back. So, Does anybody knows what should I change? Can anybody help me with this? Thank you so much in advance,
  3. Hello to everybody, I would like to add a column in the back office related to the Price of Sale to Public. Now what I have is two columns: The first one shows me our purchase price, and the second one the Price of Sale to Public. I am using the 1.6.1.5 version and this is what I have added: $this->fields_list['wholesale_price'] = array( 'title' => $this->l('Precio tienda'), 'type' => 'price', 'align' => 'text-left', 'filter_key' => 'a!wholesale_price' ); $this->fields_list['price'] = array( 'title' => $this->l('PVP'), 'type' => 'priceTI', 'align' => 'text-left', 'havingFilter' => true, 'orderby' => true, 'search' => true, ); The problem is that the second one shows the Price but without taxes and i need the Price of Sale to Public (taxes included) Thank you so much,
  4. Hi everyone, I'm doing this in my mobile template in category-product-list.tpl. the problem is that I only add 1 single unit per product. I think I should change something in cart.js but i don't know what. Can anybody help me? thank you so much in advance
  5. Hello everybody: I use the graphileon template for Computer View, and as this theme does not include a mobile version that fits me, I have copied the default theme/mobile file in my graphileon theme/mobile file. What I am doing is to change this template in order to have a clear and simple mobile template. Everything goes well, but I am having a problem. I would like to add the button "Add to cart" in Category-Product-list.tpl with this code (I am using Prestashop 1.6.1.3) <p></p> <div id="displayMobileAddToCartTop"> {hook h="displayMobileAddToCartTop"} </div> <div id="add_to_cart" class="btn-row"> {assign var='cart_btn_class' value='btn-cart'} {assign var='cart_btn_icon' value=''} {assign var='cart_btn_theme' value='e'} {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} {assign var='cart_btn_class' value=$cart_btn_class|cat:' disabled'} {assign var='cart_btn_theme' value='c'} {else} {assign var='cart_btn_icon' value='data-icon="plus"'} {/if} <button type="submit" data-theme="{$cart_btn_theme}" name="Submit" class="{$cart_btn_class}" value="submit-value" id="Submit" {$cart_btn_icon} >{l s='Añadir al carrito'}</button> </div> <!-- .btn-row --> The button appears but it does not work. I do not know what I am doing wrong. Could anybody give some clues? Thank you so much in advance,
  6. Hola a todos: He creado una plantilla para el móvil de manera un poco rudimentaria. El tema que uso es graphileon y no trae un versión responsive para el movil. Lo que he hecho ha sido copiar la carpeta mobile del default theme en la carpeta graphileon/mobile. Utilizo el Prestashop 1.6.1.3. Así ya tengo plantilla. Aunque sean diferentes, me merece la pierna porque desde un móvil / tableta se ve mucho mejor. Ahora lo que estoy haciendo es adaptar esta plantilla y simplificarla mucho. Aparentemente, funciona todo estupendamente, pero hay una cosa que quiero hacer que también la tengo hecha en el tema para el ordenador. y es... Quiero poder añadir al carrito desde Category-Product-list no sólo desde product. Para ello, he probado con muchas cosas y la que tengo actualmente es: he incluido en Category product list lo siguiente: <p></p> <div id="displayMobileAddToCartTop"> {hook h="displayMobileAddToCartTop"} </div> <div id="add_to_cart" class="btn-row"> {assign var='cart_btn_class' value='btn-cart'} {assign var='cart_btn_icon' value=''} {assign var='cart_btn_theme' value='e'} {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} {assign var='cart_btn_class' value=$cart_btn_class|cat:' disabled'} {assign var='cart_btn_theme' value='c'} {else} {assign var='cart_btn_icon' value='data-icon="plus"'} {/if} <button type="submit" data-theme="{$cart_btn_theme}" name="Submit" class="{$cart_btn_class}" value="submit-value" id="Submit" {$cart_btn_icon} >{l s='Añadir al carrito'}</button> </div> <!-- .btn-row --> Se me muestra el botón y cuando hago clik, no consigo que se añadan al carrito. He probado con activar las cookies del navegador movil pero nada... Si alguien me pudiera ayudar, se lo agradecería Gracias!!
  7. Hola 60fps yo he copiado la carpeta mobile del tema default dentro de la carpeta de la plantilla que utilizo para la version de ordenador y luego la he ido modificando hasta que se ajuste a lo que busco. y parece que funciona. Todavía tengo algún problemilla por resolver pero funciona. Espero haberte ayudado saludos .
  8. Buenos días He intentado resumir brevemente lo que quiero hacer. Os explico un poco mejor. A veces tenemos la necesidad de hacer un presupuesto de pedidos grandes a clientes que nos compran habitualmente. ¿Cómo lo hacemos? Lo que hacemos es un pedido desde el back, creamos un pedido nuevo, asignamos el cliente y vamos añadiendo productos. El problema es que, al ser pedidos grandes, queremos hacer descuentos especiales a cada cliente y lo que me gustaría es poder incluir el descuento sobre la línea de producto. (es decir, como me va a comprar más de 100 productos tipo 1 le aplico un 10 sobre ese producto en concreto). Se que actualmente el programa te permite introducir cupones o vales descuento al pedido desde el back, pero eso supone tener que crearlos previamente para un cliente y para los 2000 y pico productos que manejamos y todas las posibilidades, ya que para el cliente nº1 igual quiero darle un descuento, pero para el cliente nº 2 sería otro. (Todo esto sería muy laborioso) Alguien se le ocurre como puedo hacer esto? he estado buscando módulos de presupuestos y alguno he visto, pero no me deja meter los descuentos por línea de producto. La otra es hacerlo con un excel pero es mucho más incomodo. Alguna idea? Gracias y saludos a todos!!
  9. Hello I had the same problem. Try to create a Cart rule, and assign the +1 as a gift. When a customer adds 1 unit to cart, automatically gets another unit as a gift. It is quite different when you have an offer like 5+2. In this case, I have calculated the discount as a percentage, so when customers add 7 units of my product, they get a %discount off (equivalent to that 2 free units). Hope it works for you
  10. Lo acabo de conseguir, una " que me había comido! Muchas gracias por tu ayuda! Saludos
  11. No me sale He puesto en el product.tpl lo que me dices y he modificado global. css y por si acaso product.css pero nada. No se qué puede ser...
  12. Hola Ventura No lo consigo aqui es donde se supone que tengo que añadirlo <p class="clearfix" style="margin-top:5px"> <a class="button" href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> <a class="exclusive button ajax_add_to_cart_button" href="{$link->getPageLink('cart', true, NULL, "qty=1&id_product={$accessory.id_product|intval}&token={$static_token}&add")}" rel="ajax_id_product_{$accessory.id_product|intval}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> </p> ¿donde añado <span class="exclusive" data-title="{l s='Texto en el tooltip'}">? Gracias otra vez
  13. Mil gracias Ventura, lo pruebo ahora mismo y te comento qué tal me ha ido Un saludo
  14. la tengo sin publicar. Es graphileon. una plantilla gratuita. http://www.graphileom.fr/demo1.5/thgr00027v/index.php esta es la demo de la plantilla que estoy utilizando. Si no te sirve, avísame y trato de hacer algo para que puedas ver lo que te hace falta Gracias por contestar
×
×
  • Create New...