Search the Community
Showing results for tags 'Price'.
-
Here is my problem: we are in printing business...when the customer orders a product he can do customization. So far thats ok...Now what we need is the possibility that he can ad by just a click a data handling whicj we charge f.e. for each uploaded file with xx €. Important is that that has no influence on the specific price of the article if he buys an article in different quantitie. For example:He orders 25 T-Shirts with the same customized print and has to ad a data handling (checking his data ) whick will cost aditional lets say 20 €. So the prize has to be 25 shirts x XX€ + 20 € data handling fee....Is there a way to manage that? It would be great if i could ad just a tab like product properties...or data sheet... Thanks for any help...
-
Hi, PrestaPricing V4 will be released very soon (planned for Oct 28)... If you do not know yet this application (fast and easy products creation and editing, xls importer, mass updates, catalogs creation,...), have a look at the videos of the current version here: http://www.myphotore...ct-changes.html The list of new features is quite long (see below), and beside the radical speed improvement, I would like to talk about this one, the embedded image importer tool: It allows you to select images files, one by one or per directory, to assign them to products in seconds. Then the importation will run in the background, while you can continue to use the application. It uploads the files to the server, renames them, resizes them and stores them at the right place (support boththe new PS 1.4.3.0 file system and the legacy system). You can assign images to many product combinations in once with one clic. Use in combination with the filtering tool (another new feature), you can now do things like this: Selection of all red combinations of a selection of products, assign the red photo to all of them in once. The time saved is simply magic. If you still hesitate, let me remember that the upgrades are free during six months. So as the V4 release will come with a price increase. Take the benefit of the current version's price and get a free upgrade of V4 in two weeks from now. New features: -Transactions with the database up to 30x faster -Create a new product button -Create a new combination button -Combinations' attribute lists editable -Search function added on column names of the categories -Powerful filtering on all columns (use right-click) -Filters removal button -New table showing the images of products and combinations -Batch assignment of images to combinations -Selection the cover image of a product -Edition of legends of images -Easy changing of the order (position) of the images by drag and drop with the mouse -Powerful batch import of new images of products. Multitasking, you can continue to use PrestaPricing while downloading images. You can even add news in the uploading stack. -Choice of images to import can be done one by one, with a visualization or by directory (and subdirectories). -Progress bar of image uploads, error handling, ... -Compatible with the new management of images files appeared with version 1.4.3.0 of PS -The connection window is hidden after connection -Interface connection revisited to allow configuration and test of an FTP connection (required to upload images) -New-connection module for managing the uploading of images. -The application icon in the windows tools bar is now operational -Removal of display B-mode, no longer needed, thanks to improved speed. -Removal of the Windows message "Application is not responding" -Descriptions and summary of products added in the products table (editable) -New tab for managing the visibility of columns, with six possible customizable configurations -Acceleration of the standard XLS import. -New XLS import mode, named "fast import" (22x faster than version 3.5) -The report provided of the standard import is more complete (indication of the lines in error) and can be copied to the clipboard. -Integration of a powerful editing tool of products catalogs. You can customize them, choose the columns to include or exclude,... (requires an extra 140mb download and installation of the tool). Is available only in French (An English version is available, but its installation has not yet been tested) -The catalogs now contains only the data of the selected rows and not the whole table. -The mass update tools are hidden (new button to show them) to relieve the interface. Tool optimized for speed. -Optimization of copy-paste data functions. -Product form: Replacement of the HTML editor tool by a new one incorporating more features (H tags, lists ,...) -Combinations form: Categories navigation buttons added -Combinations form: The buttons next, previous, first, last (products) keep the navigation within the chosen category. -Category table: Sub-categories ordered by name -Category table: Sub-categories hidden at launch -Possibility to choose between two modes of connection (not encrypted, compressed) to a faster connection in some cases. -Shop default language recognized automatically -Version of PrestaShop automatically recognized -Import/Export and creation of a catalog buttons grouped in a new tab to free space in the interface. -Fixed bugs in navigation mode sheet Rgds Franck
- 1 reply
-
- importation
- catalog
- (and 8 more)
-
More effects, more useful ! A Small module from Vietmoonlight that display products category with price slide and nice reduction percent. Visit our website and enjoy 3-12 months free update and you can also download our hottest Prestashop module: Sold items and Reduction time countdown, Moneymanager Module....
-
- Sold & reduction countdown
- Prestashop
-
(and 5 more)
Tagged with:
-
Hi guys I'm very new to Prestashop and would appreciate a little help. I've searched the forum and can't see the solution so I hope someone can help me. I've got products set up but I want to give those products four attributes that change the price of the product. An example of this is a painting that cost say £100 could come in different sizes so an attribute for the larger size is easy but now the painting will cost more. So what I want to do is have the price change according to the attribute that is chosen. That way the larger painting will cost the buyer £150 instead. Can this be done in Prestashop and can you tell me how please.
-
Hi I have some problems with prestashop 1.4.1.0 The problem is with the specific prices. For example: I add a product with the price of 100$ And i add a specific price for some country, let say Germany. The specific price is 80$. I log in with some user with the address located in US. The displayed prices are ok. But when i add an item in the chart the price is 80$ instead of 100$. Please help me. Thx in advance. Daniel
-
Dear friends, there is any way to show prices always with VAT. i ask this because whem i enter site and without login, prices are shown without vat at details and shopping cart. there is any way to show always prices with vat? thanks all.
-
Hi there everyone, I'm working on a layered navigation module, and currently having a REALLY bad time getting the right price out of products. Prestashop pricing system is pretty complicated, since is based on multiple factors placed in multiple tables. So a product can cost 32€ to me and 48€ to somebody else. I managed to get the right price using Product::getPriceStatic, even if it causes a bad table streass if the products are like 1200, the real problem is: ho can i check that value, the actual price, in database, since it's spreaded into multiple columns, present for some products, not present for others? I hope somebody can help me regards
-
Bonjour, J'ai vu sur plusieurs sites utilisant Prestashop le symbole "€" dans une balise html séparée. Exemple ici : http://www.headict.c...et-natural.html Pour mon site, j'aurai besoin d'avoir un code html de ce type : <div class="price">12<span>,34<br />€</span></div> Est-il possible de faire cela directement dans le fichier product-list.tpl ou dois-je surcharger une méthode pour modifier l'affichage du prix ? J'utilise actuellement la version 1.4.4.1 en local. Merci d'avance pour vos réponses