Jump to content

FreshCommerce

Members
  • Posts

    29
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Tenerife, Islas Canarias, España
  • Interests
    eCommerce, Web Development, Creativity, usability, User interfacesm Music & Sports
  • Activity
    Web development agency

Recent Profile Visitors

3,370,548 profile views

FreshCommerce's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. Hello! in our case we are using ajax pagination and PS 1.5.6. When you click "Next" or "Prev" the URL is like: http://www.domain.com/es/20-product-category#/page-2 Variable "$pages_nb" it´s OK with the total of pagination pages... but "$p" is always =1 so the code doesn´t work. Any idea of how to implement this in PS1.5 with friendly urls activated?
  2. Buenas! A través de otro post he leído sobre este módulo: http://addons.prestashop.com/es/aplicaciones-front-office-prestashop-modulos/5093-eticket.html Quizás te sirva
  3. One of the most important features Prestashop still lack of in my opinion.
  4. Buenos días. Estamos desarrollando 2 proyectos que deberán integrarse con SEUR. ¿Alguien sería tan amable de enviar el enlace a descarga de esta primera versión del módulo oficial? Nos encantaría probarlo Un saludo
  5. In PS 1.5 you can hide statuses in the select of the order management page looking in: AdminFolder/themes/default/template/controllers/orders/helpers/view.view.tpl About line 114 you´ll find {if ($state['id_order_state'] .... and exclude the ids you want to hide (or directly type what statuses you want availables) Example: Remove the code {foreach from=$states item=state} {if $state['id_order_state'] != $currentState->id} <option value="{$state['id_order_state']}">{$state['name']|stripslashes}</option> {/if} {/foreach} And add your options manually <select id="id_order_state" name="id_order_state"> <option value="1">Sent</option> <option value="2">Cancelled</option> <option value="3">Preparing</option> ..... </select>
  6. We are looking a way to add a fixed surcharge to every product when a certain feature is checked in the product feature list. We already know there´s the option of creating a combination and selecting specific amount for each product, but in this project with thousands of items and always the same surcharge per item, it would be much better using the "checked feature" option. Any help?
  7. We are looking a way to add a fixed surcharge to every product when a certain feature is checked in the product feature list. We already know there´s the option of creating a combination and selecting specific amount for each product, but in this project with thousands of items and always the same surcharge per item, it would be much better using the "checked feature" option. Any help?
  8. Hello! Good morning to all the PS community . We would like to know if it´s possible to Enable the "blocklayered" module in the "discounts" (price-drop.tpl) prestashop page? I suppose this needs some core modifications, but would be perfect to show the "outlet" or "discounted" items per product category and not all together. We are looking to apply in this clients website "outlet area" : http://www.kornerst.com/es/outlet How would you do to show discounted items by category?
  9. Maybe the *****.tpl is trying to load the image from the "old" or "new" image file system (depending what system you have enabled). You can try to change the "<img src= .. .. . /> element to: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" width="{$smallSize.width}" height="{$smallSize.height}"/> ...and see if that solves the problem. It solved it for me in the image included in the mobile template shopping cart...
  10. We are all lost here friend... There´s no information about hooks and/or modification to the standard mobile theme. After working with this theme, I can only say that "can work" as a starting point to develop a real mobile theme, but as a "production version" is ineffective, full of bugs, inconfigurable, no hooks, no standard modules adapted ... a complete disaster if you are planning to publish a website with the template. Complete an order, change language or modify customizable products are only a small sample of the things you can not do. I really don´t understand how Prestashop team launched this mobile version as a production tool without testing and documentation... We´ll have to wait
  11. Any information about implementing this in PS 1.5? Thanks
  12. Hi and thank you all for your answers. So if I understood correctly, in Prestashop 1.5.1 the only "backend control" or customization of mobile theme is the selector of the image below. The question is: How can we translate into different languages that mobile theme?? (It doesnt appear on the "translation list")
  13. I´m writing because in my opinion there is many confusion and a huge lack of information on the last movements of the Prestashop Team into the "Mobile Themes" subject. Between PS 1.4 and P1.5 we have seen born 3 differents options to add mobile support to our online stores. But.... What are differences ? Are fully reliable for production use? A) Official "Mobile Template" PrestaShop 1.4 (MODULE) Never get this one to work nicely on Android Devices. It comes with a nice "backend module configurator" Official "Integrated Mobile Template" Prestashop 1.5.1 (INTO THEMES FOLDER) It seems similar to the above option, but it´s not installed as a Module, so you can´t configure anything (except by code) Its a folder into each theme named "mobile" You don´t have a backend, and can´t make any traslations under "Translations" because this "mobile theme" is not there. Don´t this theme have a configurator? Is this a step backward after the module of the version 1.4? Official Prestashop "Mobile App" Paid option. Works as a module and Prestashop Team support? What advantages does it has on the PS 1.5.1 integrated topic? It would be perfect that someone with knowledge on this, or preferably a member of the Prestashop team, will explain this closely or write a post on the topic, because I am sure we are thousands the interested parties.
×
×
  • Create New...