Jump to content

bteo

Members
  • Posts

    30
  • Joined

  • Last visited

About bteo

  • Birthday 01/28/1981

Profile Information

  • Location
    Australia
  • Activity
    Web development agency

Recent Profile Visitors

5,195,887 profile views

bteo's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Thanks for the advise. I think I'm going to try the 1-click upgrade instead. Hopefully all goes well
  2. I'm wondering if anyone can comment or share their experiences or thoughts on doing 1-click upgrade multiple times. My Situation I've upgraded from 1.6.0.1 to 1.6.0.8 and now wish to go to 1.6.1.1 Question I'm wondering if doing so many upgrades actually messes or slows the database down. So is doing multiple 1-click upgrades actually bad for your site / database in the long run? I'm asking because it's link Windows, you don't want to keep upgrading windows, and its well known a fresh install is the best solution. 2nd Question If its best to do a fresh install on Prestashop 1.6.1.1 than I will be using StoreManage to import all products, customers, addresses and orders. However all the stats can't be imported with this tool. Anyone have suggestions on how to import stats? Is it as simple as copying the database table? Would appreciate some advise on this thanks.
  3. Thanks for this! I was about give up when I read your reply. Best solution ever! Works for me thanks a bunch
  4. just wanted to thank bellini13 for posting that fix since no one mentioned if it worked or not I can say it does. my log file was 1GB in size in 1 day before I found out what was happening.
  5. bteo

    Duplicate orders

    Yep I'm getting the same problem, not often, but sometimes. I just got one today duplicate paypal transaction ID as well. I believe this was happening before the new paypal update and seems to be happening still. What did you see in your error logs? I 'm to do the same
  6. BUMP! Yeh I'd like to know how its done too. hope they would actually make a prestashop module instead commissionfactory has one.
  7. BUMP I'm having the same problem. I'm wondering if this would be an issue with one of the following JS files which is the errors I'm seeing in chrome developers tools Uncaught Error: cannot call methods on slider prior to initialization; attempted to call method 'values' n.extend.error jquery-1.11.0.min.js:2 (anonymous function) jquery.ui.widget.min.js:4 n.extend.each jquery-1.11.0.min.js:2 n.fn.n.each jquery-1.11.0.min.js:2 e.fn.(anonymous function) jquery.ui.widget.min.js:4 (anonymous function) blocklayered.js:424 n.extend.each jquery-1.11.0.min.js:2 n.fn.n.each jquery-1.11.0.min.js:2 reloadContent blocklayered.js:423 (anonymous function) blocklayered.js:51 n.event.dispatch jquery-1.11.0.min.js:3 r.handle jquery-1.11.0.min.js:3
  8. I upgrade from 1.5.2 to 1.6.0.8 - Everything we well without a hitch. But I just noticed a problem that was carried from 1.5 to 1.6.0.8 which I thought would have been fixed? If you go to Stats > Best-Selling Products (/modules/statsbestproducts/) Look at the column "Price Sold" On mine its showing me the base price (before tax). But that's the problem, all my products have been discounted. So its show the wrong price here. However the sales and orders - it showing the exact sale amount, but the product sold price is not correct. Can someone tell me how to fix this issue? I'm also using the latest module checked it on github and my files matched. here's the line of code I think is the problem statsbestproducts.php Line 150 ROUND(AVG(od.product_price / o.conversion_rate), 2) as avgPriceSold, Line 154 ROUND(IFNULL(SUM((od.product_price * od.product_quantity) / o.conversion_rate), 0), 2) AS totalPriceSold,
  9. Layered navigation module v1.10.8 - For Prestashop 1.6 Does anyone know if this module has the ability to filter price by discount? So instead of a price range, just display all products that are 50% of the listing price? If that's even possible? And does anyone know of any filter module (paid) that does this? I haven't been able to find one and its such an awesome feature to have I can't believe no one has done it yet? Thanks.
  10. Update: I got my update to work from 1.6.0.5 to 1.6.0.6. Initially it didn't work had to run it again and it worked perfectly. I would suggest you update your 1-click upgrade to the last version it should work. If it doesn't try checking your error log files, and check your website raw error files. It could be a permission issue usually solved with CHMOD 755 Hope you fix it
  11. I'm using 1-click upgrade version 1.3.12 and I don't get a blank screen, in fact I got all the way to the end and all I got was a popup warning saying restore and my previous version. What's up with that? So I can't upgrade either.
  12. I'm also looking for a solution and posted another topic here http://www.prestashop.com/forums/topic/278614-how-to-redirect-confirmfreeorder-to-a-new-page/ For me the button works but have to remove a dot Original <input type="button" class="exclusive_large" name="confirmOrder" id="confirmOrder" value="'.Tools::displayError('I confirm my order.').'" onclick="confirmFreeOrder();" /> Changed to <input type="button" class="exclusive_large" name="confirmOrder" id="confirmOrder" value="'.Tools::displayError('I confirm my order').'" onclick="confirmFreeOrder();" style="margin-left:0;" /></p>'; There is a dot in the wrong place displayError('I confirm my order').' SEE how its after order? displayError('I confirm my order.').'
×
×
  • Create New...