Jump to content

jeff8899

Members
  • Posts

    77
  • Joined

  • Last visited

Profile Information

  • First Name
    Jeff
  • Last Name
    Man

Recent Profile Visitors

321 profile views

jeff8899's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, as the title described, i would like to disable a carrier if the order amount is more than a certain value. Could someone directs me which file i should edit? thank you!
  2. i need to use the method getOrderTotal from the classes/Cart.php public function getOrderShippingCost($params, $shipping_cost) { $total_products = $this->getOrderTotal(false, Cart::Both); } but it's not working... anyone knows????
  3. i wanna use the variable $order_total my on module, but just not work. i think it i need to define something. anyone knows?
  4. i wanna make a new shipping calculation and not sure how to get the total order amount. what is the variable for the total order amount? and i wanna use it inside the below function. do i need to define anything first? public function getOrderShippingCost($params, $shipping_cost) { } many thanks.
  5. hi, i am creating my own shipping module. what is the varible for the order total? how to call it? thx!
  6. i followed the exact instruction but still not work. the non-exist attributes are still showing and display the message: This combination does not exist for this product. Please select another combination. i m now a bit confused. the function of the setting Display unavailable product attributes on the product page = NO is for out of stock attributes only? or for those non-exist attributes?? my meaning of non-exist attributes is following. Size M, Color Pink Size M, Color Blue Size L, Color Blue. there is no Size L, color Pink (never set this combination), but it still shows as an option with message This combination does not exist for this product. Please select another combination. I am looking for a solution to complete hide all attribute combination which i have never set (just like the Size L, Color Pink). Hope you understand what i mean.
  7. thanks for your reply! i am using PS 1.6. any updated module for PS1.6?
  8. hi Redwert i tried the module but nothing is changed! how to get it work?
  9. hi Musicmaster thanks for trying to help! for png files i refer to the image folders. for jpg...i refer to my font store img link. i download all images on the folders and converted them to jpg, then upload them back. now my website can shows all images. this is not a good solution since i will face this problem again if i reinstall the database.
  10. i think it is a problem about the legacy . but not sure how to do with it.
  11. i realize that after i reinstalled the database. the prestashop will recreate the image path for all products and saved all images as PNG format. see below (same product): http://testnew.xxx.com/img/p/3/6/6/366-home_default.jpg (before) http://testnew.xxx.com/img/p/3/5/2/352-home_default.jpg (after reinstall the database.) those images in the old path folders still exist with both jpg and png format. The new folder (after reinstall) storef only png format. (missing jpg images) The website is linking to the jpg format. that's the reason saying missing. anyone knows the fix?
  12. i am using PS 1.6.1.5 i have tried to use PNG or JPG. still get the same error.
  13. after reinstall the database, all product images and category images are gone. i tried to regenerate all image and got the error below Original image is missing or empty (/home1/new6/public_html/testnew/img/p/1/1.jpg) for product ID i checked the image folder, all images are with the format png, not jpg. the system is looking for the image in jpg format, but all images are store in png. anyone know how to fix this?
  14. also, where are the shipping files located? i can't find them?
  15. thanks haylau is it possible to use weight calculation and apply the out of range behavior base on the total amount?
×
×
  • Create New...