Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <file name="system/library/cart.php">
  2. <operation><search position="after"><![CDATA[$option_price -= $option_value_query->row['price'];]]></search>
  3. <add><![CDATA[ } elseif ($option_value_query->row['price_prefix'] == 'u') {
  4. $option_price += ($option_price * $option_value_query->row['price']) / 100;]]></add>
  5. </operation>
  6. </file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement