amoric69
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCB] [Plugin: WP e-Commerce Atos SIPS] Utilisation Crédit MutuelThank you. I’ll try it
Forum: Plugins
In reply to: [WPCB] [Plugin: WP e-Commerce Atos SIPS] Utilisation Crédit MutuelHello,
Thank you for your information.
Can you explain me what your shortcut autoreponse.php ?
You have a link ?Forum: Plugins
In reply to: [WPCB] [Plugin: WP e-Commerce Atos SIPS] Utilisation Crédit MutuelBonjour,
Je compte utiliser WPCB avec Sogen Actif. J’ai plusieurs questions : Que veut dire la mention tm ? Et où se trouve le pramétrage pour SOGEN Actif ?
MerciForum: Plugins
In reply to: [WPCB] [Plugin: WP e-Commerce Atos SIPS] Utilisation Crédit MutuelEst-il obligé d’inclure une certification SSL à son nom de domaine pour les paiement par CB ?
Hi,
I use the WP e-commerce 3.8.8.5.
If I download the new version (3.8.9.3). That can solve the problem ?
Will I lose the modifications on the files of the plugin?Thanks
Yes, after the code there is the end of the product form and :
<?php if ( (get_option( 'hide_addtocart_button' ) == 0 ) && ( get_option( 'addtocart_or_buynow' ) == '1' ) ) echo wpsc_buy_now_button( wpsc_the_product_id() ); echo wpsc_product_rater(); echo wpsc_also_bought( wpsc_the_product_id() ); ?>
Just the titles
Hauteur :
Largeur :
Poids :But no ‘fatal error’. Fiouu!
Maybe it’s come from my plugins ?
But i just use the WP e-commerce and his extensions (WP e-Commerce Predictive Search LITE ; WP e-Commerce Grid View LITE ; )If I delete the last line too :
“… .$widthunit. ; ?>”Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘,’ or ‘;’ in /homepages/9/d442537627/htdocs/wp-content/plugins/wp-e-commerce/wpsc-theme/wpsc-single_product.php on line 394
<?php $metadata=get_product_meta($id_product,'product_metadata', true); $dimension=$metadata['dimensions']; $height=$dimension['height']; $heightunit=$dimension['height_unit']; $width=$dimension['width']; $widthunit=$dimension['width_unit']; //$metadata=get_product_meta($id_product, 'product_metadata', true); $weight=$metadata['weight']; $weightunit=$metadata['weight_unit']; echo 'Hauteur : ' .$height. ' '.$heightunit.'<br/>' 'Largeur : ' .$width. ' '.$widthunit.'<br/>' 'Poids : ' .$weight. ' '.$weightunit; ?>
The line 394 is :
'Largeur : ' .$width. ' '.$widthunit.'<br/>'
Ok, thanks. I copied it stupidly. Now I got :
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘,’ or ‘;’ in /homepages/9/d442537627/htdocs/wp-content/plugins/wp-e-commerce/wpsc-theme/wpsc-single_product.php on line 386
with this code :<?php $metadata=get_product_meta($id_product,'product_metadata', true);$dimension=$metadata['dimensions']; $height=$dimension['height']; $heightunit=$dimension['height_unit']; $width=$dimension['width']; $widthunit=$dimension['width_unit'];//$metadata=get_product_meta($id_product, 'product_metadata', true); $weight=$metadata['weight']; $weightunit=$metadata['weight_unit']; echo 'Hauteur : ' .$height. ' '.$heightunit.'<br/>' 'Largeur : ' .$width. ' '.$widthunit.'<br/>' 'Poids : ' .$weight. ' '.$weightunit.; ?>
I don’t see where is the problem.
Hi Couincouin007,
I’ve put your code in the wpsc-single_product.php – before the close single_product_display div<?php $metadata=get_product_meta($id_product,'product_metadata', true); $dimension=$metadata['dimensions']; $height=$dimension['height']; $heightunit=$dimension['height_unit']; $width=$dimension['width']; $widthunit=$dimension['width_unit']; $metadata=get_product_meta($id_product, 'product_metadata', true); $weight=$metadata['weight']; ?> </div><!--close single_product_display-->
and nothing happens.
Do you know why?Thanks
Hi Couincouin,
I’ve put your code in the wpsc-single_product.php – before the close single_product_display div
and nothing happens ? Do you know why?thanks
It does’nt help me
Thanks ! I’ll try it. Also, do you how I can disable the wordpress backend for simple users who subscribe from the site ?
Hi,
I try to dispay the tags product in single product page and in the grid view, can you help me ?