Search the Community
Showing results for tags 'calculator'.
-
Hi there.. I am working on an e-shop that had an installment calculator on the product page made for 1.5 The work was done by someone who had difficulty adapting it for 1.6 and abandoned it .... I edited the product.tpl and got it to a point where it is working with up to 12 installments. The problem is that it is not calculating the price that products that have attributes or combinations have but the base price.. Can someone tell me what i am missing ? Thank you in advance product.tpl
-
[Canada Post Rates Calculator 1.1 with CP Sell Online account, PS 1.5.3] Hey everyone, something strange has happened. With no module problems for ages, suddenly here in 2017 some have popped up. I've been using PS 1.5 for many years and haven't changed any shipping settings in a very long time, so I don't think it's my fault... 1.) Priority Worldwide: services no longer display in the checkout (checked carrier enabled, weight range set, tested with address where service is supposed to be available, etc.). Why would it suddenly not be displaying? Has anyone else noticed this? 2.) Tracked Packet INTL: incorrect rates display, yet rates for Tracked Packet USA display fine (checked any coupons/discounts being enabled, weight range set, discount level set at CP Sell Online, etc.). I noticed today that my shopping cart charged a UK customer $29.09, however the postage will actually cost me about $35. The cart should have displayed a rate closer to $38. Any ideas as to what's happening here, or how I might fix it? And I guess I should also ask: does anyone know if Canada Post has made any of their own backend changes recently? So frustrating... thank you in advance for your help! Elaine
-
- tracked packet
- carriers
-
(and 6 more)
Tagged with:
-
Hello, I am looking for any idea or module or custom module. Assume the client having no idea what strength of product he needs. In Prestashop you can add features AND product filter. But on the other hand, you cant have a formula consisting of several features in it. Why the formula is needed? to calculate a function result. And that result should lead into correct product selection. Moreover that result should be set in product filter. I mean - you tell the needs, formula calculates the result, and automatically the product list is shown. I saw the working example on other eCommerce site. See the images attached. From 1-2-3-4. What is needed - a "calculator or configurator or suffler or helper" for product selection for client. Its not simple FILTER. It includes formula of several fields entered. Then calculates new result, and automatically filters the needed product (by setting FILTER values into calculated result). Take a look into example. Thank you for help.
-
- advanced filter
- calculator
- (and 7 more)
-
Hello everybody, I would like to find a module, or find a talented developer for that module. Thank you for kind reply. What is needed: Automatic (dynamic) Pack selection when calculating best price for quantity needed. Quantity - is the variable entered by client when visiting a product page. Lets make it easier to understand: 1) open this link: http://addons.prestashop.com/demo/FO8205.html - you will see predefined quantities (Packs 1000,2000,3000). These are predefined. 2) open this link: http://addons.prestashop.com/en/front-office-features-prestashop-modules/3129-fo-quantitydeclinations-prices-quantity-per-multiple.html - here you will see the idea, when client enters the quantity. See here: http://demos.foqty.oleacorner.com/en/t-shirts/1-t-shirt-delave-manches-courtes.html 3) But second module lacks of more price ranges per quantities. 4) Both of modules lacks of "automatic Pack selection" by given quantity. what is "automatic Pack selection"? Lets see examples, assuming the stock in infinite. Lets take example number ONE: 1) client wants to buy 111 pcs of product. 2) in predefined product Packs we have: pack A, containing 1 pcs of product, pack B, containing 10 pcs of product, pack C, containing 20 pcs of product. 3) pricing is best for pack C. I mean that pricing A>B>C. - A is worst, B is better, C is best price per product. 4) What is the best available price for 111 pcs? Assuming no more extra discounts. 5) the answer should be automatically calculated for client in that way: 6) (5 * pack C) + (1 * pack + (1 * pack C) = a best price. Lets take example number TWO: 1) client wants to buy 29 pcs of product. 2) in predefined productPacks we have: pack A, containing 1 pcs of product, pack B, containing 10 pcs of product, pack C, containing 20 pcs of product. 3) pricing is best for pack C. I mean that pricing A>B>C. - A is worst, B is better, C is best price per product. 4) What is the best available price for 29 pcs? Assuming no more extra discounts. 5) the answer should be automatically calculated for client in that way: 6) (1 * pack C) + (0 * pack + ( 9 * pack C) = a best price. 7) even more - telling the customer: "buy +1 pc to get better price (formula: (1 * pack C) + (1 * pack + ( 0 * pack C) = a best price)" I didnt calculate all the cases for example number TWO, but it can be, that situation X: (1 * pack C) + ( 0 * pack + ( 9 * pack C) is worse that situation Y: (0 * pack C) + (2 * pack + ( 9 * pack C ) Thanks for reply. Have a good day!
- 2 replies
-
- combinations
- price
-
(and 8 more)
Tagged with:
-
Hi everyone, I hope you can offer some help. I'm running a test store right now (I'm currently using an older version of osCommerce), and I'm glad I haven't gone live yet because found a few bugs related to the Canada Post Rates Calculator 1.1. I'm currently using PS 1.5.3.1 and Shipping Estimation 1.2. 1.) Rate shows as "free shipping" when customer not logged in, regardless of multi-page checkout or single page. I don't have any free shipping options available (not even a "pickup" carrier) so this is baffling. My default carrier is set to "best price", although even if I change it to an actual carrier (e.g. Expedited) shipping still shows as free. Edit: Solved this myself by editing the translation text to say "calculate" instead of "free!" but technically it's still broken. 2.) Priority Worldwide rates do not appear. I have Priority Worldwide USA and Priority Worldwide INTL enabled as carriers, I've double-checked the zones, weight restrictions, etc. as well as my service settings at CP SellOnline. In fact they're configured exactly the same way as my other Canada Post carriers but they're the only carriers that never come up when grabbing rates. The only reason I can think of is that Priority Worldwide requires a minimum package size of about 39x30cm, and my products have package sizes specified at 30x24cm or smaller. I have tried enabling/disabling the "Priority Worldwide Pak" at SellOnline (which logic tells me is there so it can override smaller package sizes and prevent this from happening) but it makes no difference. 3.) Shipping Estimation module only works for Canadian addresses. If I try to slect another country, the page just sits there trying to load, nothing happens. I've given up on this module for now. Unless anyone found a way to fix it? For others having issues with Priority Courier (which is Canadian addresses only): the syntax used to call Canada Post for Priority Courier isn't configured correctly. I knew from setting up osCommerce ages ago that it must be exact (i.e. "XPresspost International" not "XpressPost Intl"). For this service it should be only "Priority" not "Priority Courier". I found the source in modules/canadapost/sql-install.php and changed any instances of "Priority Courier" text appearing to just "Priority" and it worked great. I'm not sure what documentation I can provide to illustrate the issues, but if you need any just let me know.
- 1 reply
-
- estimation
- estimator
-
(and 5 more)
Tagged with:
-
I have a code for a shipping calculator (with a few different carriers) that i want to add to my store preferably on 1 of the 5 check out pages?? Can someone please tell me how and where to put this code!? And being that there not any carriers that prestashop uses can i still offer them to my customers? my store: http://50.87.248.66/~simplgr4/en/
- 10 replies
-
- shipping
- calculator
-
(and 1 more)
Tagged with:
-
Hello to all 1. Sorry, my english is not perfect - but I will do my best I'm searching for a modul or will create one, where I can calculate pricemargins on the purchase price. The problem for us is, we get a pricelist from our distributor with our purchase prices and the recommended selling price. If we would have only a few products, it would be no problem I think. But were talking here about more than 60'000. So I need a kind of automatism. For details how it should work, see picture. Anybody an idea how I can do that?
-
Hi everybody! After looking for a while... I come here asking for your help about a " quote calculator module ", does anyone knows one? Thanks for helping. Good weekend. (presta 1.6)
- 1 reply
-
- quote
- calculator
-
(and 2 more)
Tagged with:
-
Hi guys, I was just wondering if there was some module that enables customers to calculate shipping costs by entering their ZIP code? Or, solution that if they enter a ZIP code at a check out page the shipping cost is calculated automaticly at the end?
-
I have had my prestashop website online for the last year. Over that time I have tried to add the USPS Rate Calculator Module multiple times, but keep running into problems. I have contacted USPS and asked them to put my account into production, but I am still getting errors. Everything works when I go through the configuration, but step 3 which says: Webservice test connection : USPS Webservice seems to be down, please wait a few minutes and try again. I have tried everything I can think of and read through numerous posts, but still not luck. Can someone please help me solve this problem?
-
Hi all, I'm using PS 1.5.3.1 and I'm wondering: is there a way to tell the Canada Post Rates Calculator module to obey certain settings enabled at CPC SellOnline? Specifically, the "insurance activation" and "signature requirement" amount settings (they disable certain services when $XX order value is reached). My new shop isn't live yet (local host), and from what I can tell, unlike my currently live osCommerce shop, those insurance & signature settings are being ignored. Maybe they will be applied once the site is live, but I somehow doubt that going live will make any difference (although maybe someone can confirm if they work in a live shop?). I realize it's possible to set carriers by price range in Prestashop rather that weight range, however unfortunately with some of the carriers I need to use, I absolutely have to go by weight range. Sure wish you could set some services to weight range and some to price range, but you can't - you have to use one system or the other, period. :/ Thanks in advance! Elaine
-
It's there any instant price calculator available as an Addon
Bennyv12 posted a topic in Addons News
Hey members, i currently joint this great platform, hope every one is excited as i am to discover this amazing site. I have a question for any one that can help me find out. It's there any instant price calculator on the Add-ons module on the Prestashop? Its would be nice for this feature to be included for Web2print solutions and am also interested to know if there is any customizable template for a printing shop. Also an online Design module to let clients create their own design for Business Cards or any already design template on the print shop. Please let me know what you guys think and if there is any possibility of realizing these helpful features. Thanks in advance!-
- calculator
- rate
- (and 5 more)
-
I'm somewhat new to e-commerce and Prestashop but have reasonable web, HTML, and PHP editing skills. I just installed 1.4.6.2 with no issues. I have everything in order (I think ) except the configuration of my USPS module. I have added one t-shirt to products list to start so I can get it set up properly before I start adding more. I have entered the weight of the shirt in the product edit page. Not sure if and how I should enter dimensions. I have heard people on t-shirt forum suggest using tyvek envelope for shipping one shirt. I'm not sure how things will work if people order multiple shirts since that will mean a bigger box will be needed. As of now when I enter 1 shirt I'm getting certain prices from USPS rate calculator. When I add more shirts to order, prices are not changing. I've also changed the weight of the shirt and the pricing remains the same. I'm sure I am missing something or doing something wrong. This is all very confusing to me with all the different shipping options. I would appreciate any help on configuring the USPS rate calculator module and any tips from people that ship t-shirts in the US. I'm sure I haven't provided all the necessary information so just let me know and I will reply asap with any info needed. Thanks in advance!