Jump to content

jimi007

Members
  • Posts

    13
  • Joined

  • Last visited

1 Follower

About jimi007

  • Birthday 01/01/1987

Profile Information

  • Location
    Pak
  • Activity
    Freelancer

jimi007's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Many Thanks for help... I am not an expert developer so I will be very thankful to you if you can guide me where should I paste above code... otherwise no problem
  2. Hi, I have Prestashop 1.6 and I am trying to save first name and last name of customer in capitalize format in database. so its will look good every where e.g PDF, emails etc current jamil ahmed Target Jamil Ahmed I have achieve this with CSS and jQuery but its only working on front-end and not saving it in database so it will work everywhere as I need. Can any expert guide me which file or classes,temple or controller I need to edit so when ever user create account or update his information then first name and last name will save in capitalize format. Thanks I hope Its not difficult for experts
  3. Thank you for your valuable response. I have get required values by using Ecotax on product pages and now just need to display them at check-out page at product page I can get exact price for combination and there is a message as well Including 38,54 kr for ecotax Is there a way to display at check-out Total price without EcoTax = xxxx Total EcoTax =xxx Total price with EcoTax =xxx I have inspected shopping-cart.tpl but not found anything and instead in file product.tpl i found this <p class="price-ecotax">{l s='Including'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for ecotax'} {if $product->specificPrice && $product->specificPrice.reduction} <br />{l s='(not impacted by the discount)'} {/if} </p> Can I display this with some changes in code ?
  4. Hi, currently in PS v 1.6 I see that there is only one tax option that applies to product or all combination for that product. What we are trying to achieve is to apply different taxes for each combination inside one product. As we know we can override or increase/decrease prices for combinations and same there should be a way to override tax for combinations. scenario: Product 1 combination A Total (excl VAT): 55,25 DKK VAT: 13,75 DKK Total: 69,00 DKK combination B Total (excl VAT): 147,46 DKK VAT: 38,54 DKK Total: 186,00 DKK Can any expert and developer help us to get this in cart and total at check-out Or can we achieve this with Eco-tax ? Thank You
  5. Hi, I am developing a store and have a issue with carrier assignment to specific product combination. I know that we can attach / assign different carriers to each individual product e.g Product 1 = Carrier A Product 2 = Carrier B and when both in cart it will split into 2 orders and each order have its own delivery date and carrier. But here I am trying to assign carrier to specific product combination. e.g I have created Product 1 and it have 4 combination let suppose. I have two carrier Carrier A Carrier B and combination settings like this combination1 = small size + color red => Carrier A combination2 = large size + color blue => Carrier B combination3 = small size + color red => Carrier A combination4 = large size + color blue => Carrier B Note: Sizes and Colors are product attributes. So when two different combination of product 1 added In cart (e.g combination1 and combination2) it should also split order as in above example with their respective carrier. i have searched a lot in Prestashop 1.6 and cannot find these options. Can any one please help so how can I achieve this requirement.
  6. I think there is no solution for that. I searched a lot and facing the same
  7. Hi, We have a some weird requirement and what we are going to achieve is Separate shipping carriers and delivery date for each individual product e.g. We have 4 products and we want different carriers for all products. By this user don't need to select carriers at check-out page and therefore carriers are already selected for all products that are in cart. And delivery date is also selected by user at Product page for each individual product. After checkout All products shipped individually with selected carriers on selected delivery date separately. I think by-default All products that are in cart selection needs one carrier to be selected and one delivery date only. We just purchased these modules http://addons.prestashop.com/en/shipping-logistics-delivery-prestashop-modules/8596-shipping-management.html http://addons.prestashop.com/en/front-office-features-prestashop-modules/1652-delivery-days.html Please some expert help us to guide, is this possible that we can configure this with those module. Or is this something Prestashop cannot handle and possible Many Thanks Jamil
×
×
  • Create New...