• ymunjal

    (@ymunjal)


    hello

    your installation instruction is really not clear and its causing error in installation.
    your comment said: try support first rather than giving bad comments so here is my support request:

    question / problem no. 1

    “Upload the file “incectsocialshare.php” to the vsadmin/inc folder”

    this file is already inside the plugin/ect-social-share/vsadmin/
    so tell me if i need to create another folder inside this folder as: plugin/ect-social-share/vsadmin/inc and then reupload the file?

    question / problem no. 2

    “Open the file thanks.php and change this line
    ë<?php
    include “vsadmin/inc/incthanks.php”;
    ?>
    to
    <?php
    include “vsadmin/inc/incthanks.php”;
    include “vsadmin/inc/incectsocialshare.php”;
    ?>”

    i) i didn’t find any file with the name of thanks.php
    ii) please tell me where do i need to include the above php tag?
    iii) do i need to put <?php
    include “vsadmin/inc/incthanks.php”;
    ?>

    or

    <?php
    include “vsadmin/inc/incthanks.php”;
    include “vsadmin/inc/incectsocialshare.php”;
    ?>

    ??????????

    iv) where is this file located: vsadmin/inc/incthanks.php ????

    https://wordpress.org/plugins/ect-social-share/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ymunjal

    (@ymunjal)

    somehow i managed to call the file incectsocialshare.php on my custom thanks.php page

    but now its giving the error:

    Fatal error: Call to undefined function escape_string() in /home/content/34/11407634/html/quirkdev/wp-content/themes/mandala/woocommerce/checkout/vsadmin/incectsocialshare.php on line 2

    this is line 2:
    $sSQL = “SELECT cartProdID,p.pName,pn.imageSrc FROM cart as c inner join products as p on p.pID=c.cartProdID inner join productimages as pn on pn.imageProduct=p.pID WHERE c.cartOrderID='” . escape_string($ordID) . “‘”;

    Plugin Author etemplates

    (@etemplates)

    Sorry, we didn’t get notification of your post so this is probably too late now but it’s not a woocommerce plugin – it’s for Ecommerce Templates shopping cat software only.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘installation description not clear’ is closed to new replies.