Jump to content

agung_mp

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Agung
  • Last Name
    Maha Putra

Recent Profile Visitors

170 profile views

agung_mp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i got an error message on the checkout page when i tried to choose payment method. Notice: Trying to get property of non-object in /www/dev/xxx-shop/modules/hipay_professional/classes/webservice/HipayPayment.php on line 121 Notice: Trying to get property of non-object in /www/dev/xxx-shop/modules/hipay_professional/classes/webservice/HipayPayment.php on line 121 Notice: Trying to get property of non-object in /www/dev/xxx-shop/modules/hipay_professional/controllers/front/redirect.php on line 33 Notice: Trying to get property of non-object in /www/dev/xxx-shop/modules/hipay_professional/controllers/front/redirect.php on line 33 anyone has solution for this?
  2. did you find the solution for this case? please share if you solve this problem or not..
  3. Thanks, but what i need is a customer only can order products from category B if only the customer order 1 or more product from category A, the real case is i have category called "main product" and "side product", the costumer should order a product or more from "main product" to order a product from "side product".
  4. Hello all, I want to make a condition if Customer want to buy product B, they must buy product A first. And product B can't be ordered if the customer not buy product A. How can i do that? Thanks before
  5. Hello, I have same problem but i have to change the "Root" name on sitemap you can see on my attachment. Thanks
  6. what about overriding 'delete' action, i want to add custom function for 'delete' action in my module.
  7. Hello everyone, i'm a newbie on prestashop development, i want to make a different discount on each customer by adding discount codes for each customer, so each customer have their own discount codes and also i put discount code for each products, and every discount code on customer has its own discount value. For Example: There are discount Code A,B, and C on Customer Agung has discount value like: A => 10% B => 5% C => 1% but on Customer Robby has discount value like : A => 3% B => 2% C => 5% and on each product we have a discount code too but the value of the discount calculated from Customer discount for example : the product Bike have discount code A the product Car have discount code C when customer Robby want to purchase a Car they get discount 5%©, but when Agung purchase the same product (Car) he only got 1%© based on it's discount code values... should modify the discount class? but which part should i changes? or by creating a module and use a hook, but i didn't know which hook should i use... please help me, i have no idea to create one like that... Thanks
×
×
  • Create New...