lanski94
Forum Replies Created
-
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Error function fetch during importingThis error (fetch) appears when one (or several) table is missing.
I wanted to import only ps_product table. The plugin need some other tables you can see with debug mode.Mey second issue is that i always have a time out connection… do you have a tip for this (i have a shared hosting and my db is quite heavy) ?
Thanks for support
First, i would like to thank you for all Aurovrata Venet
I know my code is wrong but i don’t know where. I am a noob in development (I am pure SEO not dev, so when i write code, there are always mistakes…)
I already have downloaded the plugin CF7 Module and try to get my custom shortcode working but no results… i am too bad.
Here is the link of my test page
:http://www.allofix.com/p/reparation/iphone-5s/
I have enable log and debug mode
I have sent you my login details by mail.
Cheers
Thank you
hi Aurovrata Venet, thank you for your answer.
I deleted th extra “[]” at the end of
$return.= '<input type="checkbox" value="' . $value . '" name="' . $value . '[]"/>';
to
$return.= '<input type="checkbox" value="' . $value . '" name="' . $value . '"/>';but unfortunately, it still doesn’t work.
hi Aurovrata Venet, thank you for your answer.
I deleted th extra “[]” at the end of
‘ $return.= ‘<input type=”checkbox” value=”‘ . $value . ‘” name=”‘ . $value . ‘[]”/>’;’
to
‘ $return.= ‘<input type=”checkbox” value=”‘ . $value . ‘” name=”‘ . $value . ‘”/>’;’but unfortunately, it still doesn’t work.