Jump to content

Gowtham

Members
  • Posts

    30
  • Joined

  • Last visited

2 Followers

Profile Information

  • Location
    India
  • Activity
    Other

Gowtham's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Thanks vekia, I tried installing phpdesigner8 and i also like the interface. But when i try to debug, it shows the following errors. 1) Call to undefined function mysql_connect . 2)Class Db not found. Please help me out to solve this problem. Thanks, Gowtham.
  2. Thanks Vekia for your reply. I am looking for the tools which will help me find and correct the errrors in the code (Debugging), version control and also for editing the whole project (It includes file types like php, tpl, js, css etc,. ) Thanks, Gowtham
  3. Hello Friends, I have been using prestashop for over an year now and am searching for a good debugging tool. Can i use dreamweaver for debugging. If not, please suggest a good tool. Thanks, Gowtham.
  4. Hi SWS, Thanks for your reply. I tried again with the wishlist module and some how made it look good in my site. The wishlist module has add to cart button for each product in the list and the products will be added to cart one by one. I want all products of the list to be added to cart in one click. Any suggestions ?? Thanks, Gowtham
  5. Hi pascal, Thanks for your reply. Let me explain it with a scenario. Our's is a grocery site. In our country we will buy some groceries like rice, oil, spices etc. every month as we use it daily for cooking. For example, a list may have rice, oil and spices like pepper as default. They can change the quantity and also add some new products according to their needs. So I want 2 lists in my account of each user, so that they can have their choice in selecting like family list which has products used commonly in family and bachelor list which has commonly used products of bachelors. Basically I want to minimize the work for customer. Instead of selecting the products one by one, They will select a list and change it accordingly. Some customers will not be happy with existing lists, so an option for them to create a new list. I know this will be a little difficult. But I need this for sure and I think i can do it with the help of forum users. Thanks, Gowtham
  6. Hi frnds, I want a list to be by default in every customer's my account page. i.e. a list of products most commonly used. They can change quantity, products and save the list again. They can create a new list and add their favored products. I tried the wishlist module and it didn't work for me. Is there any other module? If not Pl. guide me how to do it. Awaiting reply soon, Gowtham
  7. Hi Frnds, Add the variable initialization around 574 in shopping-cart.js var total_disc =0; var price_disc =0; Add the below code around line 652 in shopping-cart.js total_disc +=(product_list[i].price_without_quantity_discount*product_list[i].quantity_without_customization - product_list[i].price*product_list[i].quantity_without_customization ); price_disc =((product_list[i].price_without_quantity_discount - product_list[i].price )*product_list[i].quantity_without_customization); $('#price_disc_'+key_for_blockcart).html(formatCurrency(price_disc ,currencyFormat, currencySign, currencyBlank)); } $('#total_discount_price').html(formatCurrency(total_disc ,currencyFormat, currencySign, currencyBlank)); use total_discount_price as id in shopping-cart.tpl for total discount and use price_disc_{$product.id_product}_{$product.id_product_attribute}{if $quantityDisplayed > 0}_nocustom{/if}_{$product.id_address_delivery|intval}{if !empty($product.gift)}_gift{/if} as id in shopping-cart-product-line.tpl for product discount. The above shown code is the representation of key_for_blockcart in js. Hope it helps, Gowtham
  8. Yes, All the vouchers has got 1 value for cart rule restriction and the ps_cart_rule_product_rule_value is empty. thanks, Gowtham
  9. Hi pascal & swsindonesia, I have solved the problem. The problem is the variable don't refresh in both the scenarios. The solution is to edit the cartsummary.js. The tpl calculated variable should be refreshed using js. Thanks for your support guys, Gowtham
  10. Thanks Vekia, But the values are already set to 1 in my DB. Is there some other method, i can do this ?? Thanks, Gowtham
  11. Hi Friends, I have a problem in my store. I added 100 different vouchers which is valid for one user. But the users started combining the vouchers which old vouchers and i face a critical situation as it will make loss for my side. I tried changing all vouchers to uncombined while creating a voucher. But is there a default way that i can have all the vouchers as uncombined in default? Basically I don't want my Customers to use more than one Voucher in a single Order. Thanks in Advance, Gowtham.
  12. Hello Pascal, It shows correct value on refresh. Can you guide me how to refresh when a product is deleted. Thanks Gowtham
  13. Well, Finally worked out what sws said and made the discount to display in the specified place. But it don't refresh when a single product from cart summary is deleted. Any Suggestions ??
  14. I have attached the contents of smarty debug console. Pl. go through and help me. Smarty Debug Console.pdf Thanks, Gowtham.
  15. Hi swsindonesia, I tried your method to calculate discount in shopping-cart.tpl, but it didn't work. I will enable Smarty Debug Console and let you know if there is any positive response. Pascal, I also tried your Method and printed $total_discounts and $total_discounts_tax_exc. But the value displayed is 0. Can you please explain it in more detail, So that i can solve this? Thanks, Gowtham
×
×
  • Create New...