|
|
Home Forum |
Re:Need Help to update cart! (0 viewing)
Favoured: 0
|
|
|
TOPIC: Re:Need Help to update cart!
|
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
jsv (User)
Fresh Boarder
Posts: 3
|
|
Need Help to update cart! 3 Years, 7 Months ago
|
|
|
Hi Bro,
Could you help me to resolve the following issue: Actually i am using virtuemart for greeting card site. Here i have given option via admin to choose different color attribute using dropdown combo with prices. If any user selecting card to make order and choosing color option from combo attribute then color cost is adding to total price
/* SUBTOTAL CALCULATION */ $PriceAttribVal= $_REQUEST['attributeX[0][price][]'];
$stringA = $ps_product->getDescriptionWithTax( $_SESSION['cart'][$i]["description"], $_SESSION['cart'][$i]["product_id"] );
//echo $stringA; $string = $stringA; if(stristr($string, '£' == TRUE) { //echo '"£" found in string'; $subtotal = $product_price * $cart[$i]["quantity"]+20; }else { //echo "NOT FOUND"; $subtotal = $product_price * $cart[$i]["quantity"];
}
but the issue is that i want to setup extra 20 Pond on colored card order. Result is coming perfect in RO_BASKET.PHP but same price/total is not saving in database! Pls. help!!!!
Regards, JSV
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
macallf (Admin)
Administrator
Admin
Posts: 655
|
|
Re:Need Help to update cart! 3 Years, 7 Months ago
|
|
|
As I said in the PM.
This should be posted in the VM forum!
You have asked a question and given file changes! What file have you altered. Are you actually using my mod?
I can not do individual changes for users. This is a support forum for problems with my mods and my mods only.
|
|
|
|
|
|
|
Mark
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
jsv (User)
Fresh Boarder
Posts: 3
|
|
Re:Need Help to update cart! 3 Years, 7 Months ago
|
|
|
Have made changes in ro_basket.php & same pricing want to store in database!
Regards, JSV
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
macallf (Admin)
Administrator
Admin
Posts: 655
|
|
Re:Need Help to update cart! 3 Years, 7 Months ago
|
|
|
Again this is a specific VM issue not one of my mods.
Please post on the VM site!!!!
|
|
|
|
|
|
|
Mark
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
jsv (User)
Fresh Boarder
Posts: 3
|
|
Re:Need Help to update cart! 3 Years, 7 Months ago
|
|
|
K Fine!
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
|
|
|
|