Jump to content

medalto

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Location
    Scotland
  • Activity
    User/Merchant

medalto's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ive got 3 product weights 20g ,50g and 100g Ive added the weights to product -> shipping -> weight as 0.02,0.05 or 0.100 (kg) and then using this https://www.prestashop.com/forums/topic/323462-how-to-show-product-weight/ display the weights in product information and its displaying as Product weight: 0.024 Kg Product weight: 0.054 Kg or Product weight: 0.104 Kg is it being 'helpful' by adding 4g to everything ? A rounding /calculation error ? something else ? FWIW the original values (0.02,0.05,0.1) are stored in ps_product.weight in the database and when i change the displayed weight by removign the formatting its whatis in the databse ie 0.1000000 im puzzled
  2. Im struggling with configuring carriage according to weights . there is a cutoff at 25 grams ( a card) and then up to 1kg. other items are 100g if i choose the card , it adds the correct postage . if i go back to the shop and add another item it still shows the card postage, not the larger item . If i start with the larger item , it dispalye the correct postage for that item My default weigth unit is Kg the zone weight bands is also in Kg. my item weight in theproduct config is currently 100g ( and 20g) Do i need to go through all the items and change it all to 0.025 and 0.100 ( ?with unit kg added ) or could it be something else ?
  3. i want to put the notify when available dialog next to the out of Stock message ( it will save customers a clicks or 2 and they may not know the notification option is available) ive found the relevant code from product.tpl and have added it to product-list.tpl ( about line 220 ) I need to add the JS - I assume its this whats the 'correct' way to do it ? thanks
  4. in product list I want to show the number available if quantities is <12 it need to be inserted at ~line 191 in product-list.tpl <span class="label-warning"> {l s='Warning: remaining stock : '}&nbsp{$product->quantity} </span> but $product->quantity must be empty because nothing is displayed. im new to this : is it wrong attribute ? it need some SQL to make the stock number available ? something else ? thanks for any pointers
  5. Ive got Home -Category1 -> products 1-4 -Category2 -> products 1-4 -Catgegory3-> products 1-4 I want to add a category and make cat 1-3 subcategories . so it is Home NewCategory -> -Category1-> prod 1-4 -Category2 ->prod 1-4 etc etc Ive created 'new category ' but cant see how to add category 1-3 as subcategories. can anyone help ?
  6. any fix for this - im getting the same thing. Cant add images ,, just get an unhelpful "An error occurred during the image upload." abd turning on debug gives no additional information .
  7. Im just trying to set up my first site (prestashop 1.6) When i tell the image slider to add an image , it says URL not set . the demo slider has the URL pointing externally. How do i establish what URL is for an uploaded image ? thanks
×
×
  • Create New...