Jump to content

straynetworks

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

straynetworks's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

2

Reputation

  1. Hi, today i'm experiencing the same issue on 1.6.0.5 Both in registration and fast checkout forms the fields Zip code and states select are disappeared, but registration process result in errors for missing zip / state values here a screen of the Country settings:
  2. Hello everyone, i needed to customize the order process in the address choose in this way: CUSTOMERS WILL HAVE MAX 2 ADDRESSES: the first address is created in the account registration step along with billing infos, so tis first address will be set as "my billing address" the second one will carry only the shipping infos, no vat, company, dni, and will be titled "my shipping address". In the address.tpl the field "alias" is hidden so titles can't be edited, nor is possibile add another address ("my shipping address" already exists) In the addresses.tpl the button "add address" is unvisible if $addresses count > 1 and deletion is unvisible if $addresses count <2. Now the order-address.tpl page look rather fine, but even with 2 addresses the default selected shipping address is the 1st address (my billing address) i need the 2nd one (my shipping address) to be loaded by default Think the trick is in the js in the theme (/themeroot/js/order-address.js) that assign to both cart addresses the same id (or alias). The real change of address happens only on select change Can't go over on , every try fails. Even if the right address is displayed, the form registers anyway the same addr. for billing and shipping. Anyone have some hints about? Thanks in advance!
  3. Salve a tutti, vorrei dire che per risolvere il problema di evitare ordini di prodotti a 0,00 euro potete alzare la soglia minima dell'importo ordine a 1, 10, 100 euro. Ho già sviluppato una soluzione identica per un cliente, vi spiego come funziona: ho creato una pagina prezzoriservato.php nella root le modifiche al codice vanno applicate alle pagine del template - product.tpl - product-list.tpl - moduli che elencano prodotti (qui il prezzo è stato rimosso se =0) La variante condiziona il display del blocco con il bottone "aggiungi al carrello" in product.tpl a queste due condizioni: 1) il prezzo è superiore a 0 2) la caratteristica "Prezzo Riservato" non è impostata. Questa caratteristica (o feature) nasce dall'esigenza di non voler mostrare il prezzo di vendita per diversi motivi, ad esempio alcuni brand vietano di esporre prezzi al pubblico. Se queste condizioni non sono soddisfatte viene mostrato invece del blocco acquisto un form di richiesta con campo email e bottone invio. Il form invia i dati alla pagina vostrosito.com/prezzoriservato.php che: 1) compila ed invia una email per l'amministratore del negozio 2) compila ed invia una email per il cliente se il prezzo dell'articolo è maggiore di 0. Questa funzione abbatte drasticamente il tempo dedicato alle richieste prezzi 3) reindirizza alla pagina del prodotto Strategicamente, la mail inviata al cliente contiene anche bottoni e url per ordinare l'articolo da link diretto. L'invio delle email avviene in smtp autenticato, tramite classe PhPMailer. Ottimo con caselle gmail. Spero di esser stato d'aiuto!
×
×
  • Create New...