Jump to content

NikPraskaton

Members
  • Posts

    6
  • Joined

  • Last visited

About NikPraskaton

  • Birthday 12/17/1986

Profile Information

  • Activity
    Freelancer

Recent Profile Visitors

2,955,831 profile views

NikPraskaton's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Works for me too.. But God knows if everything will be fine after the upgrading process is finished
  2. Dear friend, I had the same problem and couldnt find the solution nowhere on the internet (except some offer for custom programming that needs to be payed). Here is my solution that should work for you - if so please mark this topic as SOLVED. Put the code in product-list.tpl somewhere inside right_block div.. {if $product.price_without_reduction neq $product.price} <span class="price-discount">{if !$priceDisplay}{displayWtPrice p=$product.price_without_reduction}{else}{displayWtPrice p=((($product.price_without_reduction) / (1 + ((($product.rate|intval) / 100)|floatval)))|floatval)}{/if}</span> {if $product.specific_prices}{assign var='pro_specific_prices' value=$product.specific_prices} {if $pro_specific_prices.reduction_type eq 'percentage' && ($pro_specific_prices.from eq $pro_specific_prices.to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $pro_specific_prices.to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $pro_specific_prices.from))} (-{$pro_specific_prices.reduction * 100|floatval}%) {/if} {/if} {/if} Greetz from Croatia.
  3. Okay I found the solution. zomigi if you want it send me mail. Im not posting it here, no one was trying to help here for 2 yrs.
  4. Okay, I have manage to get to one stage.. and the problem now is this: I have created copies of authentication files.. and just renamed them to authentication2, my-account2 etc.. Why do I get this error: Warning: require_once(/home4/xxcomhr/public_html/akm-novo/config/../classes/AuthController2.php) [function.require-once]: failed to open stream: No such file or directory in /home4/xxcomhr/public_html/akm-novo/config/autoload.php on line 41 Fatal error: require_once() [function.require]: Failed opening required '/home4/xxcomhr/public_html/akm-novo/config/../classes/AuthController2.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home4/xxcomhr/public_html/akm-novo/config/autoload.php on line 41 The path is working fine with original file.. so I didnt change anything except renamed the files (the idea is to have different .tpl files and to have wholesaler registration) Can someone please help me with wrong path issue. Thanks.
  5. Thanks on what? I dont see the answer I need it too.
×
×
  • Create New...