Jump to content

Alkaye

Members
  • Posts

    33
  • Joined

  • Last visited

Alkaye's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a simple item I sell a DVD of a performance --and wish to offer these options home delivery or school pick up and the day of the show So I am creating 4 attributes home delivery school pick up friday show Saturday show I wish the buyer to select two of the four. how do i do this? It seems confusing...
  2. I have a simple item I sell a DVD of a performance --and wish to offer these options home delivery or school pick up and the day of the show So I am creating 4 attributes home deliviery school pick up friday show Saturday show I wish the buyer to select two of the four. how do i do this? It seems confusing...
  3. Something is wrong with my prestashop--- see attached -- the orders notice that I get (in my email) has the wrong price information in the totals see both attachments. #2 is the correct purchase -- why is this happening and what can be done?
  4. our prestashop store has a custom design...but the color of some text is hard to read..(see the gray)...how do we change that? and where? see attached
  5. see attached....when I get notification of new ordrs, the quantity and total is wrong on the upper line however..under product and total the information is correct.... why does it show too many items ordered? This happens on every sale
  6. where is this found? i wish to move a box from the side of the layout to the left for balance on the page. Do we need to know any coding? on my site http://www.soundmemories.com/orders/indexforward.php (cart password shopnow) the "sepcials" box could be on the left above the credit card logos
  7. no..i did not..but now have and it seemed to fix it ---or its fixed...and not sure why.....but I wasted 2 hours....I am using presta 1.3.0.1 any reason to upgrade?
  8. http://www.soundmemories.com/orders/product.php?id_product=43 I have the same problem.....(note---if you are asled for a password to enter the cart, please use the password, shopnow) What could be wrong?
  9. We wish to allow only certain users to see our store. Is there a way to password protect the entire store or some of the categories? Some may not be suitable for young ones
  10. i know how to find the orders in the back offcie...but when I print them out, the do not fit the page width and the sides are cut off. What can I do?
  11. new to presta.... It seems that all the info we need to fill customer orders is on the order form within the ORDERS tab.. So when i print out the from..it cuts off the side and thus its incomplete Is there a way to change the print set up in presta shop to fit the page when printed??? better yet...can we customize the information to fit? Thank you!
  12. Ok..I got Presta working ...now how do I clear out the fake test orders?
  13. the back office was fine...and I just put back in the 'saved' code and it worked fine but when I used your code (copy/paste) the categories showed up...but the product list within the categories did not appear
  14. thank you..I did as you said..and it was so easy...BUT THEN...my entire list of products was missing..under categories...it was lost--so I reinstalled ...
  15. here is the code...can you fix it and send it back to me? <?xml version="1.0" encoding="utf-8" ?> {if isset($products)} <!-- Products list --> {foreach from=$products item=product name=products} {if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if} getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /> {if $product.new == 1}{l s='new'}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'} {if $product.on_sale} {l s='On sale!'} {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product.reduction_from))} {l s='Price lowered!'} {/if} {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2} {l s='Add to cart'} {else} {l s='Add to cart'} {/if} {l s='View'} {/foreach} <!-- /Products list --> {/if}
×
×
  • Create New...