Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter bsoedargo

    (@bsoedargo)

    Hi…

    i don’t know what happen, but suddenly, it works nya, maybe there’s something that i’m missing on setting. Thank you again for the nice plugin.

    Cheers

    Thread Starter bsoedargo

    (@bsoedargo)

    hi there… thanks for the reply.

    Here’s my mail setting
    https://i.imgur.com/T0e4BIu.png

    here’s my form setting
    https://i.imgur.com/rBWZYQo.png

    Thank you

    Thread Starter bsoedargo

    (@bsoedargo)

    Hi Gunu,

    what a fast respond. Read it now…

    thank you.

    i dont know if it’s the better fixed or not, but it helped me out.
    i asked my friend to check the plugin script file easy-table.php on line 207 he change

    $response = wp_remote_get($file);

    into

    $response = wp_remote_get($file, array( 'timeout' => 30 ));

    hope it help you guys out

    Hi there,

    i am exactly have the same problem just like you, try to replace setcookie in prestashop folder classes/Cookie.php around line 320

    return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0);
    		else
    return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0, true);

    Change it to

    return setcookie($this->_name, $content, $time, '/' /* $this->_path */, $this->_domain, 0);
                    else
    return setcookie($this->_name, $content, $time, '/' /* $this->_path */, $this->_domain, 0, true);

    after done that, try to clear all cookies in your browser that related to your site, try read this post https://www.ads-software.com/support/topic/problem-with-customer-logon-in-prestashop?replies=3

    don’t bother the title, it’s related with cart too, i did have the problem with cart and logon, after read that post, it’s now running well…

    good luck

    Thread Starter bsoedargo

    (@bsoedargo)

    Hi there,

    no problemo aytechnet, sorry for bothering you in summer ^_^.

    i guess i need much read the tutorial, faq, and anything related to this plugin, btw, i already did that, and it’s work perfect… will share the site if it’s ready…

    thank you

    Thread Starter bsoedargo

    (@bsoedargo)

    This is like starting from a blank WordPress theme, but if you need to update the CSS you will have some problems : this is often easier to start a blank theme, check the codex : https://codex.www.ads-software.com/Theme_Development

    Yes, i did use a blank theme now, thanks for the advices now the look of header is from presta.

    For number 2, i try to add deregister_script and it’s not running well, suddenly become blank on all of the site, so i keep in my way by putting jquery-min 1.7.2 on my header.php themes (i still can’t figure out any other way and the affect by doing this in the future, but i guest it’s the right way and it’s running well just like what i want ^_^ for now). Thank you again for reply-ing and your advice.

    Salute.

    Thread Starter bsoedargo

    (@bsoedargo)

    Hi Aytechnet,

    this is awesome, actualy here’s what i’ve been doing after i post this topic, i dont know this is the right way to do it or not, but so far, it run smoothly implementing prestashop header and footer.

    1. In function.php i comment the wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() ); it’s to take the wordpress style completely blank. so i can use the 1 css to edit the whole site using presta global.css

    2. The problem is the js from prestashop header in wordpress didn’t running well, Then i put <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script> in wordpress themes header, the header is running smoothly.

    i don’t know if this the right thing to do to implement the header and footer prestashop in wordpress (using sidebar widget and place it in header), but so far, it’s running well, i think i’ve done complete my 1st phase, going further now, i’ll mark this as resolved.

    very helpful plugin & support …

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)