- Posts: 206
- Thank you received: 7
[j4] l'insertin de produit via le plugin fait planté mon site
-- Joomla version -- : 4.0.3
hello je viens de faire un test
1 j'ajoute un produit via l'appel produit
Use WorldPay Global Gateway payment solution for your HikaShop
Installation- Easy and quick !
- 1) Download the plugin on our website
2) Install it on your Joomla website (extension manager)
3) Configure it - See details, here on the documentation
- This plugin is compatible with all the editions of HikaShop
- PHP 5.3.3 and later
- HikaShop 2.6.3 and later
- No limit of time
- No limit of use
Version 3.0.4 on the 19th of September 2026
- The plugin now checks the certificate of Worldpay before sending it the order and trusting its answer, using the certificates your Joomla or WordPress installation keeps up to date. Before, it skipped that check.
- The payment button of a new payment method no longer loads its background from an old RBS WorldPay address that no longer serves it.
- The plugin no longer prints a deprecation notice on PHP 8.5 when it sends the addresses to Worldpay.
Version 3.0.3 on the 6th of August 2026
- Removed deprecated Joomla and PHP calls (jimport, curl_close) and replaced the Joomla classes and APIs removed or deprecated up to Joomla 7, so the plugin keeps working on recent versions.
- Fixed the update system so the plugin now correctly detects and offers its own new versions.
Version 3.0.2 on the 20th of December 2023
- We fixed an error with the WorldPay Global Gateway plugin on Joomla 4.
- Compatibility updates for PHP 8.2.
Version 3.0.1 on the 30th of December 2022
- Updated the plugin to follow the Joomla and JED standards.
Version 3.0.0 on the 20th of September 2021
- We fixed some fatal errors on Joomla 4.
Version 2.2.0 on the 8th of May 2019
- Migrated from isAdmin() to isClient() for the support of Joomla 4.
Version 2.1.0 on the 25th of July 2018
- New backend interface for Joomla 4 and fixed the input display.
Version 2.0.0 on the 31st of July 2017
- Migrated from JRequest to JInput to prepare for Joomla 4 and improve compatibility with recent versions of PHP 7.
Version 1.2.0 on the 3rd of September 2015
- The payment plugins no longer use Mootools.
Version 1.1.0 on the 26th of May 2014
- We fixed some strict standard messages in the Business Gateway and Global Gateway payment plugins.
Version 1.0.0 on the 3rd of March 2014
- Initial release of the plugin.
le template en template creator plante
avec cassiopeda j'ai cette erreur
Please Log in or Create an account to join the conversation.
Je n'ai pas le souci de mon coté.
L'erreur indique qu'il y a quelque chose qui essai de rajouter un fichier JS ou CSS ou directement du CSS ou du JS dans le head de la page alors que la page a déjà été générée.
Cependant, de notre coté, nous rajoutons directement le CSS/JS au head sans passer par Joomla, donc cela évite ce problème.
Du coup, je ne sais pas pourquoi vous avez cette erreur.
Pourriez-vous activer l'error reporting et le debug system dans la configuration Joomla et refaire l'expérience ? Cela devrait fournir plus d'information sur le soucis et nous permettre de comprendre d'où vient le problème.
Please Log in or Create an account to join the conversation.
revue.com3elles.com/index.php/produit-donation
Please Log in or Create an account to join the conversation.
L'erreur est différente sur cette page. C'est d'ailleurs une erreur que nous avons corrigé de notre coté début juillet.
Téléchargez à nouveau le paquet d'installation de la 4.4.3 sur notre site et installez-le sur le votre et vous aurez le patch pour ce souci.
Please Log in or Create an account to join the conversation.
juste une autre question
c'est un produit de donation
si je charge que mon produit j'ai bien le champs pour ajouter la valeur voulue
mais si j'utilise l'appel plugin le champs ne s'affiche pas j'ai que le bouton ajouter au panier !
comment faire ?
Please Log in or Create an account to join the conversation.
Il n'y a pas de paramètre dans les tags de contenu qui permette de gérer cela.
Le système se base sur l'option "Display custom item fields" de l'onglet "Display" de la configuration HikaShop pour afficher ou non les champs personnalisés item (article) pour les tags de contenu.
Donc j'imagine que vous devez avoir cette option désactivée.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Nous allons voir pour rajouter cela pour la prochaine version d'HikaShop.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
et j'ai la page qui plante
Please Log in or Create an account to join the conversation.
C'est un oubli.
Changez la ligne:
function loadCustomItemFieldsForProductsListing(&$rows, $options) {
en:
function loadCustomItemFieldsForProductsListing(&$rows, $options = array()) {
dans /administrator/components/com_hikashop/classes/product.php et cela corrigera le souci.
Nous allons rajouter la modification de notre coté aussi.
Please Log in or Create an account to join the conversation.
par contre je ne voit pas dans le change log l'ajout des champs custom comme évoquer dans ce post
Please Log in or Create an account to join the conversation.
We've made some modifications to support custom item fields for content tags.
Please Log in or Create an account to join the conversation.
il faut mettre a jour l'appel du plugin ?.
Please Log in or Create an account to join the conversation.
Aussi, il se pourrait que le souci soit particulier à un certain cas de figure. Pourriez-vous fournir une capture d'écran des paramètres de votre champ personnalisé ? Quel tag utilisez-vous exactement ? Et pourriez vous aussi fournir une capture d'écran des options du produit pour lequel vous ajoutez ce tag ?
Cela nous permettra d'avoir un cas concret et précis pour reproduire le problème.
Please Log in or Create an account to join the conversation.
oui
pour le produit
pour le champ
le tag
la page
Dans la vrai page produit aucun soucis
Please Log in or Create an account to join the conversation.
Comme un tag peut afficher plusieurs produits à la fois, c'est considéré comme un listing de produit. Donc si vous voulez que le champs s'affiche avec le tag, il faut que l'option "liste de produits en partie publique" soit activée dans le champ personnalisé.
Aussi, vous voudrez surement que le champs soit requis. Si vous auriez fait cela, le bouton d'ajout au panier se serait transformé en bouton "choisir les options" si l'option d'affichage sur les listings n'était pas activée.
Please Log in or Create an account to join the conversation.
Merci
Please Log in or Create an account to join the conversation.