Search the Community
Showing results for tags 'B2B'.
-
Goedendag, Op moment heb ik een webshop draaien voor internationale verkoop en qua BTW is alles goed geregeld voor de particuliere klanten. Nu gaat er ook aan zakelijke klanten verkocht worden en hier loop ik tegen issues aan. Ik heb ook een demo webshop versie draaien, waar ik gewoon alles op kan uit proberen zonder consequenties, maar het lukt niet om het goed te krijgen voor beide zakelijk en particulier tegelijk, bijvoorbeeld een B2B klant in Nederland, dan is dit het resultaat: Het enigste wat ik mij kan bedenken is dat het de BTW van het land erop aan het doen is: - Localisatie / Btw-regels / Land / Nederland / NL Standard Rate (21%) De volgende modules heb ik niet in gebruik op de lopende webshop: - Europees btw nummer - Europa BTW Generator - Geavanceerde naleving van EU-regels Deze heb ik wel in de demoshop aangehad, maar maakt geen verschil. Is hier een oplossing voor dat het eindtotaal correct is, zonder dat het effect heeft op de particuliere klanten? Met vriendelijke groet, Alexander.
- 14 replies
-
- eind totaal
- particulier
-
(and 4 more)
Tagged with:
-
Hello everybody I have the following problem for a customer shop (PS 1.7.2.2), which I must / should solve. The shop has 3 customer groups, two are B2B and the other private customers. First, it would be good if I had two registration forms, as companies and private individuals differ in registration details. Companies do not need personal details at the billing address, but delivery addresses have to be more flexible. Individuals do not need company information in the invoice, but also more flexible delivery addresses. For corporate clients, the management of billing and delivery addresses should also allow e.g. First name and last name are not mandatory. Company is required. With the private customers simply company is not obligatory and first name and surname only with delivery address not. Of course, this should also be administrable from the admin area. Does anyone of you have an idea? Is there a module I can use? Or do I need to do customizing? Greeting Urs
-
Bonjour, Je souhaiterais faire une refonte de l'environnement web de ma société. Je voulais savoir si Prestashop était l'outil adapté pour ce projet. Le modèle de ma société est basé sur des revendeurs récupérant des leads associés à leur département. En fait, nous avons un site global, avec un système de renvoi des commandes au revendeur associé au département du client. Et ensuite, chaque revendeur possède un sous-domaine du site général lui permettant de récupérer directement les commandes quel que soit le département du client. J'ai donc pensé au mode multiboutique de Prestashop, pour que nous ayons un site global avec le catalogue complet, et des boutiques en dessous correspondant à chaque revendeur. La question que je me pose c'est au niveau du site global, comment peut-on renvoyer les demandes sur un compte utilisateur défini selon le code postal du client ? Ou bien comment faire apparaitre ces commandes dans le backoffice de la boutique du revendeur associé au département du client ? Est-ce possible et natif de Prestashop ? Ou existe-t-il un module ou un développement spécifique ? Merci de vos réponses. Cordialement,
- 2 replies
-
- multiboutique
- franchise
- (and 5 more)
-
Hola a tod@s, Tenemos un modulo de recargo de equivalencia instalado. El problema es que la factura en PDF es un tanto confusa y necesitamos modificarla ligeramente. Básicamente lo que queremos es lo siguiente: En el campo "Total productos (tasas incluidas)" actualmente solo muestra Productos + IVA pero quisieramos que mostrase Productos + IVA + recargo de equivalencia Para ello hemos de sumar la variable "equivalence_surcharge" pero no parece estar funcionando... El archivo es /PDF/invoice-b2b.tpl Os copio el codigo del archivo original: <table style="width: 100%"> {if (($order_invoice->total_paid_tax_incl - $order_invoice->total_paid_tax_excl) > 0)} <tr style="line-height:5px;"> <td style="width: 85%; text-align: right; font-weight: bold">{l s='Product Total (Tax Excl.)' pdf='true'}</td> <td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_products}</td> </tr> <tr style="line-height:5px;"> <td style="width: 85%; text-align: right; font-weight: bold">{l s='Product Total (Tax Incl.)' pdf='true'}</td> <td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_products_wt}</td> </tr> {else} <tr style="line-height:5px;"> <td style="width: 85%; text-align: right; font-weight: bold">{l s='Product Total' pdf='true'}</td> <td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_products}</td> </tr> {/if} {if $order_invoice->total_discount_tax_incl > 0} <tr style="line-height:5px;"> <td style="text-align: right; font-weight: bold">{l s='Total Vouchers' pdf='true'}</td> <td style="width: 15%; text-align: right;">-{displayPrice currency=$order->id_currency price=$order_invoice->total_discount_tax_incl}</td> </tr> {/if} {if $order_invoice->total_wrapping_tax_incl > 0} <tr style="line-height:5px;"> <td style="text-align: right; font-weight: bold">{l s='Wrapping Cost' pdf='true'}</td> <td style="width: 15%; text-align: right;"> {if $tax_excluded_display} {displayPrice currency=$order->id_currency price=$order_invoice->total_wrapping_tax_excl} {else} {displayPrice currency=$order->id_currency price=$order_invoice->total_wrapping_tax_incl} {/if} </td> </tr> {/if} Concretamente en las siguientes lineas he intentado sumar al "total products with taxes" la nueva variable, para ello he añadido el siguiente texto al codigo: += $equivalence_surcharge dejandolo así: <tr style="line-height:5px;"> <td style="width: 85%; text-align: right; font-weight: bold">{l s='Product Total (Tax Incl.)' pdf='true'}</td> <td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_products_wt += $equivalence_surcharge}</td> </tr> Sin embargo cuando imprimo el PDF no veo que lo sume.... qué hago mal?? Por cierto se trata de un prestashop 1.6.0.9 Gracias de antemano!
-
Hello All, Perhaps someone here can help please. Have a B2B site and would like to restrict access to the general public. Ideally a splash screen or pop-up that would require only a basic password (not a username) to access the site and view pricing. If they choose to purchase and checkout then they must complete the full log in/account creation process. Any ideas or suggestions? Thanks in Advance
-
Goodmorning everyone, I was commissioned to create a b2b e-commerce where only registered customers can see the prices of the products. There's a method to do this with PrestShop? The other issue is that my client wants to sell only to a select group of clients (he wants to give them a user id and a password). Is it possible? Thanks to all, and sorry for bad english. have a nice day, federico
- 3 replies
-
- business to business
- hide prices
-
(and 1 more)
Tagged with:
-
Bonjour, Nous avons une boutique B2B sous: Version de PrestaShop 1.6.1.10 Version de PHP 7 Version de MySQL 5.6 Un de nos clients possède 3 sociétés. Il veut pouvoir utiliser un seul identifiant et mot de passe pour se connecter, mais pouvoir passer des commandes différentes pour chaque société. Or Prestashop n'autorise par défaut qu'un email par société, et ne permet pas en la gestion multi comptes classique en B2B, où par exemple on a une société "mère" et x "filiales". Comme c'est une problématique classique en B2B, j'imagine que vous avez déjà été confronté à ce problème. Est ce que quelqu'un pourrait s'il vous plait m'aiguiller vers une solution, module ou autre? Par avance merci, Cordialement N.
-
- clients
- Comptes Clients
-
(and 1 more)
Tagged with:
-
Hola a todos! En una tienda que gestiono necesitamos eliminar los impuestos en las facturas para un grupo de clientes (empresas) pertenecientes a paises de fuera de España (concretamente Portugal). Pero al mismo tiempo necesitamos que a los clientes particulares de dichos paises se les siga aplicando el IVA. En prestashop, sorprendentemente, no veo forma de hacer esto con las funcionalidades nativas. De hecho, la única opción que veo de aplicar impuestos es a nivel de país. Pero esta opción desactiva impuestos a todos los clientes de ese país sin distinción entre el grupo de clientes (empresas o particulares). He visto que existe algún módulo addons (de pago) que hace esta función. https://addons.prestashop.com/es/b2b/18149-eliminacion-de-impuestos-de-facturas-para-b2b.html ¿Pero me pregunto si alguien conoce otra posibilidad? Tan solo se me ocurre crear un país llamado "portugal - b2b" al que no se le aplicarían impuestos. Luego a ese pais le añadiría los clientes de ese. Pero esto lo veo muy engorroso ya que tendría que tener lo mismo para todos los paises con los que hayan empresas y a parte el cliente particular al registrarse veria en el correspondiente desplegable de paises varios con b2b lo cual es confuso... ¿Alguien conoce alguna alternativa? Gracias
- 3 replies
-
- particulares
- impuestos
-
(and 2 more)
Tagged with:
-
salve a tutti, sono alla ricerca di un modulo che mi permetta di gestire al meglio i gruppi utente. Ho notato che se creo un gruppo utente "rivenditori", il cliente non ha la possibilità di sceglierlo in fase di registrazione ed inoltre non posso impostare come "obbligatorio" l'inserimento della partita iva per i rivenditori e del codice fiscale per i privati. Cosa mi consigliate per versione 1.6.1.7? Grazie mille
-
Bonjour. Je construit un site dont les clients peuvent être des particuliers ou des professionnels Pour les professionnels, j'aimerais pouvoir personnaliser les champs qui leurs sont demandés à leur inscription : je suis en Afrique, les SIRET et codes APE sont inutiles, alors que d'autres informations sont importantes J'aimerais ensuite pouvoir pouvoir facturer les clients professionnels sans TVA Enfin, je souhaite leur réserver certains modes de paiement. Connaissez-vous un module qui me permettrait de faire tout ça ? Il me semble qu'un module qui classerait automatiquement les clients pros dans un groupe à part permettrait déjà de leur réserver des modes de paiement. Mais pour le reste ? Merci d'avance Cordialement
-
Hola a todos, soy novata en prestashop y hasta ahora he podido solucionar los problemas que me encuentro por mis medios, pero esto no se cómo hacerlo, a ver si podéis ayudarme. Estoy creando una tienda online B2B para mi empresa, y uno de los requisitos indispensables es que la compra mínima sea medio palet o un palet, la cuestión es que el palet es de productos diferentes. Es decir que compres los productos que compres tienes que completar medio o un palet. Sé que tengo la opción de poner una importe mínimo, pero no me vale porque dependiendo de los productos que se incluyan en el palet el precio total varía... Tenemos planteadas todas las combinaciones de productos que se podrían hacer para completar el palet, pero no sé como configurar esto en prestashop. Lo ideal sería un módulo que no permitiera cerrar la compra hasta que no haya incluido los productos mínimos, y que fuera sugiriendo los productos que faltan para completarlo. ¿Sabéis algun@ cómo hacerlo? Gracias de antemano!!
-
- Compra mínima
- palets
-
(and 1 more)
Tagged with:
-
Hallo Community, bin recht neu, seit einer Woche teste ich PrestaShop und bin ziemlich begeistert! Allerdings hätte ich eine Frage: Meine Kunden sind alles Geschäftskunden, Endverbraucher können nicht einkaufen. Viele dieser Kunden sind GmbH und haben natürlich ihre feste Firmenbezeichnung. In den seltensten Fällen steht bei meinen Rechnungen ein Vorname und Nachname drin. Gibt es eine Möglichkeit (zumindest beim Anlegen weiterer Adressen) den Vor- und Nachnamen nicht als Pflichfeld zu haben? Über Vorschläge und Anregungen wäre ich dankbar! Lg Alex PrestaShop Version 1.61.6.
-
Hello, I have got concern on few of my below points- 1. I found that there is a B2B feature within Prestashop BO. I have read the documentation also. The details about there are not that clear and not explained clearly and that too without examples. However, i find rest of the documentation very much clear and easy to go. Can anybody care to let me know about the full-list of features with screenshots and examples on both BO and FO. Also, it would be much appreciable if the documentation could be updated with the details on B2B features also. 2. I found Prestashop has come up with very nice and interesting features in last year (or couple of years). It has even clearly stated documentation, improved forums and support and very useful features both for BO and FO. Hence, i am getting tilted more towards using it for our next project with the help of any professional theme, PAID one ofcourse. But before diving deep into it, i would like to know about the practical approach on using it for sites with large number of products. I am looking for answers and reviews on below points who have really practical experience on these number of products on their sites or others. I understand that there are few things that needs to be cosidered apart from Prestashop platform itself. Hosting environment, speed, traffic, image sizes and other things. But in a nutshell, let's say for example, i want to use Shared Hosting by Bluehost or Justhost (almost everything UNLIMITED, ofcourse with few restrictions), with 3-4 images of each product (having size dimensions of 800x1000 px at 72 ppi) with decent traffic that any site has in initial stage. a ). 1-1000 products b ). 1001 - 5000 products c ). 5001- 10000 products d ). 10001 - 25000 products e ). 25000 + products Can Prestashop easily handle all these requirements. If not, then which ones, with above mentioned details. When it will about to slows down the speed of opening site on FO and BO. Means, beyond or after uploading 1000 products only or more than 5000 or even more than that figure. Kindly help me to clear my doubts so that i can easily and confidentally proceed 3. Does it support Multi-Vendor. So that other Vendors on my site can also sell their products having a facility to have their own dashboard, BO and FO. One alternative example from Wordpress Platform is of this one - http://docs.mgates.me/wc-product-vendor/ (http://shop.mgates.me) and this one - http://www.woothemes.com/products/product-vendors/ If not, is it being planned for future, or is it coming in any upcoming updated and already planned. Thanks
- 3 replies
-
- B2B features
- B2B
-
(and 2 more)
Tagged with:
-
hallo, ich nutze derzeit 1.6.0.11, hauptsächlicher verkaufe ich an endverbraucher somit alles brutto. ab und an sind auch mal händler aus der EU dabei die ihre USt-Id angeben. bei denen soll natürlich die rechnung steuerfrei laufen was im mom nicht der fall ist. welche einstellungen muss ich dafür vornehmen oder brauche ich dafür ein modul? gruss weihnachtself
- 4 replies
-
- USt-Ausweis
- USt-Id
-
(and 2 more)
Tagged with:
-
Hallo, wir brauchen dringend die Funktion das die Steuern separat im Warenkorb bzw dem Bestellvorgang aufgelistet werden. Wird sind ein B2B Betrieb und ohne diese Funktion können wir nicht mit Prestashop Online gehen. Hat irgendjemand eine Lösung für das Problem?? Prestahop 1.6.1.5 Europäische Rechtssicherheit Version 2.0.2 Viele Grüße Andreas Happy-Hartmann GmbH
-
Buonasera, sto sviluppando un progetto per un'azienda che intende avere due siti internet separati (uno per l'ingrosso e l'altro per vendita diretta al dettaglio) ma con la stessa gestione del magazzino, considerando che uno dei due portali vende solo a possessori di partita IVA all'ingrosso (per questo su quel portale ho attivato il B2B) e l'altro aperto a tutti con una minima registrazione. Quello che mi chiedo è: esistono dei moduli per gestire ed unire il magazzino dei due portali entrambi con piattaforma Prestashop? Grazie in anticipo per il vostro aiuto.
- 6 replies
-
- prestashop
- b2b
-
(and 2 more)
Tagged with:
-
Salve a tutti, attivando la modalità B2B tutto il mio negozio diventa B2B oppure da la possibilità di avere una gestione B2B e B2C? scusate ma non mi è chiaro cosa cambia attivando questa opzione Grazie a tutti
-
Ciao a tutti, come prevede la norma l'e-commerce toglie l'iva negli ordini provenienti da clienti con P.IVA in paesi europei inserendo nelle fatture la dicitura che norma l'esenzione. Vorrei fare in modo di inserire l'iva in tutti gli ordini a prescindere dalla nazionalità e dal tipo di utente. Come devo fare? La versione di Prestashop e la 1.4.9.0 Vi ringrazio
- 8 replies
-
- fatturazione
- iva
-
(and 3 more)
Tagged with:
-
Bonjour, Pour les besoins d'un client il me faudrait mettre en place la chose suivante : - Un client (du groupe professionnel) doit pouvoir ajouter un produit au panier sans voir le prix de celui-ci ? Est-ce possible ? Si oui quelle solution ? Est-il possible d'ajouter ou retirer des spécifités selon le groupe du client (option B2B) ? Mille merci par avance
-
Bonjour, Mon problème est le suivant : J'aimerai afficher des produits uniquement si le client est connecté. J'ai déja éffectué le test de la modification du groupe autorisé dans les catégories mais cela ne m'intéresse pas j'aimerai rendre invisible plusieurs produits de plusieurs catégories différentes ( Mode b2b ???) Merci de votre future aide ! Cordialement
-
Hi, I'm looking for a module that my B2B clients could use to create their own quotes with their own prices from our products. It's been three months that I'm looking for this, if anybody has an idea it would be great.
-
Buongiorno a tutti. Sono in Prestashop da pochissimo e sono a chiedere un consiglio. Sono un agente di commercio. Vorrei usare una piattaforma tipo Prestashop a supporto delle mie vendite ed i clienti. Un servizio in più alla normale attività, insomma. Ciò comporta alcune esigenze specifiche: per esempio, non ho una transazioni economiche dai clienti (fatturazione e pagamenti vengono fatti ai fornitori), ogni fornitore ha delle specifiche condizioni di fornitura (Tempistiche, limiti di peso) , lavoro con prodotti da pesare (e non per quantità di unità di misura) quindi gli importi espressi non saranno quelli effettivamente da pagare. Mi chiedevo intanto se potesse Prestashop essere la scelta opportuna, avrei intenzione di usare solo la versione cloud, ed inoltre se fosse meglio gestire certe differenze operative con un Multistore? Qualche gentile indicazione? Grazie. Federico
-
- B2B
- agente commercio
-
(and 1 more)
Tagged with:
-
Buongiorno a tutti. Sono nuovo di Prestashop ed entusiasta. Sto preparando un nuovo negozio b2b, nella piattaforma cloud, ed avrei bisogno di modificare i modelli e-mail, in particolare la conferma d'ordine. Vorrei sapere se e come si può fare. Grazie
-
In The Netherlands we have a tax excempt. You can add "tax excempt: VAT deferred to <name of the country of the customer>" and VAT rate is 0,00%. This only apllies for foreign customers with a viable VAT number. How to create this rule in 1.6.0.9. without messing around in the code? - the tax excempt message should be on the invoice - the VAT number should be checked when customer creates an account internationally !!!!! - Dutch B2B customer do not get this excempt - Without a viable VAT number every customer must be able to buy with 21% VAT http://techkoop.nl/en/6-stocklots Thanks, Peter