Jump to content

mnsh

Members
  • Posts

    6
  • Joined

  • Last visited

mnsh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. A bit modified - a price located in two places for customer's convenience
  2. Hi Fabio, I can't make it work, unfortunately... here is a code if (priceWithDiscountsDisplay > 0) { if(findSpecificPrice()){ $('#our_price_display, #our_price_display2').text(findSpecificPrice()).trigger('change'); } else{ $('#our_price_display, #our_price_display2').text(formatCurrency(priceWithDiscountsDisplay, currencyFormat, currencySign, currencyBlank)).trigger('change'); $('#our_price_display, #our_price_display2').text(formatCurrency(priceWithDiscountsDisplay * $('#quantity_wanted').val(), currencyFormat, currencySign, currencyBlank)).trigger('change'); } } else { $('#our_price_display, #our_price_display2').text(formatCurrency(0, currencyFormat, currencySign, currencyBlank)).trigger('change'); } Please advise
  3. Hi, I have a products with a lot (about 50) values in some attributes and there is no problem how it appears on screens with portrait orientation. But landscape oriented screens shows a long row down and it looks bad. How can I move attributes on a product pages just down a product image for landscape screens? It's a default 1.6 theme but I made an attributes values images bigger. Thanks a lot
  4. I have problem with referral module too... when I press to link Front access for referrers I get Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Tracking - Front office v1.0 module is installed What's wrong?...
×
×
  • Create New...