Post by viviansank » Wed Feb 22, 2012 9:53 pm

how to integrate the OC to wordpress blog? it and to highlight promotions and products from the store?

thanks

User avatar
New member

Posts

Joined
Wed Feb 22, 2012 9:49 pm

Post by viviansank » Sun Feb 26, 2012 1:24 am

how show products in posts wordpress ou blogspot (Google)
thanks

User avatar
New member

Posts

Joined
Wed Feb 22, 2012 9:49 pm

Post by chrisranjana.com » Sun Mar 04, 2012 7:38 pm

I'm just posting a small tip here

http://www.wprecipes.com/wordpress-tip- ... mmatically

Using this you can insert posts to a wordpress blog programmatically.

Chris, Opencart Developers and Programmers,
Opencart Developers Opencart Programmers
https://www.chrisranjana.com


User avatar
Active Member

Posts

Joined
Thu Feb 26, 2009 2:23 am
Location - chennai, India

Post by viviansank » Sun Mar 04, 2012 8:39 pm

hi chrisran
thanks for your tip, but no undestand how i integrate promotion products opencart in wordpress insert inside posts...

Code: Select all

global $user_ID;
$new_post = array(
    'post_title' => 'My New Post',
    'post_content' => 'Lorem ipsum dolor sit amet...',
    'post_status' => 'publish',
    'post_date' => date('Y-m-d H:i:s'),
    'post_author' => $user_ID,
    'post_type' => 'post',
    'post_category' => array(0)
);
$post_id = wp_insert_post($new_post);

User avatar
New member

Posts

Joined
Wed Feb 22, 2012 9:49 pm
Who is online

Users browsing this forum: No registered users and 54 guests