Jump to content

Mr.Bean_S

Members
  • Posts

    67
  • Joined

  • Last visited

About Mr.Bean_S

  • Birthday 04/03/1959

Profile Information

  • Location
    Sweden
  • Activity
    User/Merchant

Mr.Bean_S's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. As I imagine this might not be such a simple project I wonder if anyone ever tried this or if there's some kind of guide somewhere? I have a backup installation I could test on.
  2. Hello! I'm wondering if it's possible to create a dialog button (see link below) inside the product description somehow? http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_modal&stacked=h If I click on the source code button and add the code on the link and close it looks just like I want it to until I press the save button. Is there a way to get around this? Now I use links to other pages instead but I think it would be nicer to have this "Modal" instead.
  3. I agree with above. The "Thickbox" pictures look fine. The others look very fuzzy.
  4. Could it be a similar problem as the one I have with quantity discounts not showing on product page price? Well, the discounts is shown further down on the product page but there's no change in the price at the top when you change ordered quantity. The discount is however deducted in the cart so if they press the button and continue to the cart they will see the price change if they divide total price with ordered amount. It's not really how I want it to be but perhaps it's the same for you. Did you check the price in the cart?
  5. Before the link you add the text: "Select the link to the right, right click selection and chose to open in new tab or window". I know it's not what U wanted but a little easier perhaps?
  6. Oh, I forgot! If you scroll down on that product page you can see the discounts but I would like them in both places and I wouldn't mind if the one on the bottom showed both unit save AND total save. Have not checked if the discount appear on the product lines on the order or if they just show the end price. Anyone know?
  7. Hello Pascal! I'm using PS 1.6.0.9 and a link to the product is this one: http://webshop.bean-bag.se/sittsackar-for-utomhusbruk/76-x5-1200d-beige-komplett-till-ombud.html In my product-list.tpl I have the following code: (There was no "span class="price"" to be found in that file so I assumed it's this part? {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} <span itemprop="price" class="price product-price"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} </span> <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} {hook h="displayProductPriceBlock" product=$product type="old_price"} <span class="old-price product-price"> {displayWtPrice p=$product.price_without_reduction} </span> {if $product.specific_prices.reduction_type == 'percentage'} <span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span> {/if} {/if} {hook h="displayProductPriceBlock" product=$product type="price"} {hook h="displayProductPriceBlock" product=$product type="unit_price"} {/if} </div> {/if} {if isset($product.new) && $product.new == 1} =============================================== I have a "pack" product that is just 15 SEK cheaper than buying the product as two separate items. What I want is to reduce prices further when they buy more than one. Say I want total discount to be 5% when they order 2 pcs, 10% when they buy 3 and 15% when they order 4 etc. If I make price rules for this customers DO get this discount in the cart but I want them to see the discounts (and unit prices) directly when they change quantity on the product page. In the cart they can't even see that they got a discount unless they take total price and divide this by the quatity they ordered. Well, they can't see the discount but how low the price was each. To get the discount they need to do further calculations. What I found out was that EVERYTHING worked great if I started the discount allready on 1 item. Then the discount shows just like it should. However, it does not change when I change amount ordered and I DON'T want any discount when they just buy ONE. Hope you understand and can find a solution. BTW, it's the same for normal products so it's NOT a "pack" issue. Regards, Johan in Sweden
  8. I'm using 1.6.0.9 and have the same problem (I guess?). I have quantity discounts but still changes of quantity has no effect on the product page. In the cart however the discount has affect but it's a bit weird that customer needs to click the cart button, view the total and then divide this with ordered amount to be able to see the unit price? Perhaps I should add that I'm using default theme and that the product is a pack.
  9. Nobody know what file has the settings for composing order lines?
  10. Hello! I'm using PS 1.6.0.9 (I think, because I can't find this info in backoffice anymore). My problem is that my orderlines contain too much info. Product description contains: 1. Product description. 2. Attribute info. This starts with " - Details: - ". 3. Then the attribute name. Example: "Color" 4. Then the attribute value. Example: "Black" 5. Then next attribute name followed by next attribute value etc. This results in a product description like this: Super product medium - Details: - Color: Silver-Zebra Deliveryalternative: Picked up in store with 700 litres of filling This is more info than needed. In the webshop it's natural that customers can see the attribute names but I wish this was not added to the product description on the order lines. So, how do I prevent 1 & 2 (Attribute info and Attribute name) from being added there? Guess it can be done in some script on the ftp but I don't really know where to look?
  11. Looks nice but is the category menu adding anything to the ease of use? Only thing there (not in top menu) is the "Information" link. The Skype function didn't work so good for me but perhaps it just because I don't have Skype installed. There was a "Call" link for half a second but the "Chat" link seemed dead. Is it good practice to force ppl to register to see prices? Perhaps it is, never thought of it myself? What do others think?
  12. It works fine with Win8.1 and Chrome 39.0.2171.95 m & 39.0.2171.99 m I could add - continue shopping - Get the cart to drop down - remove product Perhaps you need to clear cache in your Chrome?
  13. But isn't the change of textsize necessary if ppl use different screen resolutions when visiting the site? With a fixed text size the text would look huge if they have low resolution and so small they can't read it with a high resolution.
  14. Do I just start a new topic there and ask for comments, suggestions? Why not, and I could do the change on my live shop now that I have noticed that nothing was affected in a bad way. BUT, I changed to 98% since that was easier than figuring out how to set left margin for shit on the pages. What I REALLY like with this change are the product pages, Now I might need to create larger product images since they show very nicely now and no need to enlarge anymore. Still, it's to bad the Ads & Slideshow from PrestaModule doesn't respond responsive like the rest of the stuff. Might need to ask them how to solve this. You can't set %, just px as far as I can see. Perhaps the problem is that it's in the Top hook instead of the home hook? But when I place it in the home hook it displays in the bottom and I have not found how to change that. It does work on their reference page anyhow. http://www.universol.fr/ My page link is http://webshop.bean-bag.se/sv/ and if you wonder what I meant with the size of product page you can see how big pictures get here: http://webshop.bean-bag.se/sv/sittsackar/47-sit-on-it-change-me.html Seems to me that even if the original picture is crystal sharp in same size PS does something to make quality worse (reduce file size perhaps?).
  15. Oh my, that seems to work just like I wanted. Need to check everything before I go live.
×
×
  • Create New...