Jump to content

dragon123

Members
  • Posts

    28
  • Joined

  • Last visited

dragon123's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. From what I read you now need to buy the Canada Post module... I am pretty crossed about it and that was my reason for using Prestashop at the beginning. So I will have to code the module myself, same way I coded my moneris module.
  2. I noticed the same bug, prestashop v1.4.8.2. If I create a product from scratch it works fine. I guess I can't duplicate my products...
  3. THANK YOU so much tdr170, I posted a ticket awhile back and someone from prestashop was supposed to look at my website but never did. Your files solved my problem. This is great thanks again.
  4. I tried again and all works now... Don't know why it didn't work the 1st time. All is good and very fast, along with the updated Shipping estimate module, now all is great and fast. Great job and big thanks... now I need to fix my Taxes not showing in my AJAX cart...
  5. I installed it on top of the Canada post module v0.5 and it worked great. Faster than before, there is still a bug. If you put a package size ( Height width and Depth), then the Canada Post module doesn't work. If all the sizes are set to zero, then it works fine. Great works guys and big thanks for thinking about us Canadian sellers.
  6. For info, I am almost done with my moneris payment module, I spend more than 50 hours testing and programming it. I will give it for free to whoever wants it. Won't be polished nor pretty but it will work perfectly.
  7. I do not see the point of creating a new post, I created a bug, was contacted by prestashop, provided all the info and nothing happened. I created many posts and there is never an answer. For info Prestashop version: 1.4.6.2 Happens on a brand new installation and happens on a the stock theme. I have been told it was due to the theme... but even with the stock theme it happens.
  8. This is what I did in my moneris credit card payment processing that I am writting: // check currency of payment and force to Canadian dollar*********************** if ($currency_order->id != 4) { $cookie->id_currency = 4; $cart->id_currency = 4; $cart->update(); } All credit card payments have to be processed in Canadian $ in my case, so I am forcing the currency to 4 (Cdn$). I hope this helps.
  9. I have the same problem, but the tax line isn't even showing in the AJAX cart... Anyone knows how to get the tax to show in the blockcart? Can anyone help us? I created a bug and the answer was: USER ISSUE!!!!
  10. I would like to know how to change it also, I want to process all my payments in Default currency, and I don't seem to be able to find the information in the forum.
  11. This worked for me in 1.4: // check currency of payment and force to Canadian dollar*********************** if ($currency_order->id != 4) { $cookie->id_currency = 4; $cart->id_currency = 4; $cart->update(); }
  12. My major concerns that is taking me a lot of time to fix are: - Taxes not displaying properly for a North American ecommerce shop - Pink everywhere and it is driving me nuts - Returns are only available when the order is delivered but most of us do not check delivery. - There should be an option to make the invoice # the same as the order # - And the tracking number area should be visible before the item becomes shipped. Other than the 100s of hours of coding to make it work for a North american store, it is a good software.
×
×
  • Create New...