Jump to content

Orwa

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Location
    China
  • First Name
    orwa
  • Last Name
    Kseibi

Orwa's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hello, i am using PS 1.6 and I would like to change the "radio" buttons for variations in product.tpl to be a buttons like the ''add to cart" button, the code to change this is as per the following: {elseif ($group.group_type == 'radio')} <ul> {foreach from=$group.attributes key=id_attribute item=group_attribute} <li> <input type="radio" class="attribute_radio" name="{$groupName|escape:'html':'UTF-8'}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} /> <span>{$group_attribute|escape:'html':'UTF-8'}</span> </li> {/foreach} </ul> {/if} Wrapping it into a div did not work, I am new to html.
  2. Hello, I am using PS 1.6, I've created my 5 shipping zones and all set up, my shipping carrier charges me 0.0148$ per gram, it is really painful to create weight range for every gram until I get 10.000 grams (10kgs), especially that rate different for each of my 5 zones, what is the possible way to automatically let Prestashop calculates the product grams and x it with the selected zone shipping price? Thank you very much
  3. I've a wholesale website with many combination for each item (they can be over 30 sizes per product), and many customers are being confused whether they added this specific size to cart or not, and what quantity they have added, it takes very long time to return to cart to see the size and act accordingly on product page. I need to show the cart quantity in the products page next to the size or item number or price or anywhere, in this case the user will know whether they added the product & how many pieces in cart right now in case they wished to increase or decrease the quantity right away from the product page, no need to go to cart again to check. Wholesale orders require lots of studying before submitting the order. Attached the table picture.
×
×
  • Create New...