osCommerce France : Accueil Forum Portail osCommerce France Réponses aux questions Foire aux contributions

Bienvenue invité ( Connexion | Inscription )

 
Reply to this topicStart new topic
> [resolu] Installation de CCGV, Call to undefined function: calculate_price(
Dozier
posté 8 Dec 2010, 14:54
Message #1


Ceinture jaune+ OSC
Icône de groupe

Groupe : Membres
Messages : 133
Inscrit : 21-January 06
Lieu : Flawinne - Belgique
Membre no 8670



Bonjour,

je viens d'installer la contrib CCGV (Credit Class and Gift voucher/coupon V5.21) et je reçois le message
CODE
Call to undefined function: calculate_price(
dans le includes\classes\shopping_cart.php ligne 286.

Qu'est-ce que cette fonction ? Quelqu'un peut-il me dépanner ?

Merci

Ce message a été modifié par Dozier - 9 Dec 2010, 15:27.


--------------------
Marc Dozier
--------------------------------------
OSC MS2FR (OS Commerce)

Contributions
----------------

- Zonesworld_v2 : zonesworld / Zones Intenational Default Version 2
- OsCommerce-PayPal_IPN-v1.1
- paypal_ipn_tax_fix
- Must Agree to Terms v1.5.6
- infopages_v0.1b
- new_pages
- newsletter subscribers_054
- Tell_A_Friend_about_site_too_22
- xsell_v2.2_1
- Ultimate_SEO_URLs_v2[1].1d_1
- All Products
- HeaderTags_v2.5.9.1 + error fix
- googleSitemap_11_1
- OrderCheck_v2.5.1
- Cancelled_orders_1.4
- modif BPE33 du forum
- Products_Short_Descriptions_V1_04_1
- Featured Products_v1.6.4
Go to the top of the page
 
Dozier
posté 9 Dec 2010, 15:29
Message #2


Ceinture jaune+ OSC
Icône de groupe

Groupe : Membres
Messages : 133
Inscrit : 21-January 06
Lieu : Flawinne - Belgique
Membre no 8670



J'ai résolu le problème en ajoutant dans la classe currencies la fonction
CODE
function calculate_price($products_price, $products_tax, $quantity = 1) {
global $currency;
$currency = $_SESSION['currency'];
return tep_round(tep_add_tax($products_price, $products_tax), $this->currencies[$currency]['decimal_places']) * $quantity;
}


--------------------
Marc Dozier
--------------------------------------
OSC MS2FR (OS Commerce)

Contributions
----------------

- Zonesworld_v2 : zonesworld / Zones Intenational Default Version 2
- OsCommerce-PayPal_IPN-v1.1
- paypal_ipn_tax_fix
- Must Agree to Terms v1.5.6
- infopages_v0.1b
- new_pages
- newsletter subscribers_054
- Tell_A_Friend_about_site_too_22
- xsell_v2.2_1
- Ultimate_SEO_URLs_v2[1].1d_1
- All Products
- HeaderTags_v2.5.9.1 + error fix
- googleSitemap_11_1
- OrderCheck_v2.5.1
- Cancelled_orders_1.4
- modif BPE33 du forum
- Products_Short_Descriptions_V1_04_1
- Featured Products_v1.6.4
Go to the top of the page
 

Reply to this topicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :

 



RSS Version bas débit Nous sommes le : 19th May 2013 - 10:10
Ce site est déclaré auprès de la commision Nationale
de l'Informatique et des Libertés (déclaration n°: 1043896)