vaishakp9
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] HeaderGuys … come on … help, please !!
0 replies ! Not even the author ?
Come on. Please.
Forum: Themes and Templates
In reply to: [Minamaze] HeaderHello ?
Any help ?
Thanks to anybody who will …
The latest 6 questions got answered !Please … any pointers whatsoever …
Forum: Themes and Templates
In reply to: [Virtue] Page WidthThanks hannah, and Kadence themes.
Worked like a charm.
Love the theme.
Forum: Themes and Templates
In reply to: [Virtue] Page WidthOh .. my bad.
swtest.comoj.com/?page_id=173
Thanks, hannah !
Forum: Themes and Templates
In reply to: [Virtue] Page WidthAlso, there’s this on my page, to make it look clean.
<style type = ‘text/css’>
#header, #footer, #topbar, #containerfooter, #pageheader { display: none !important; }
</style>Forum: Plugins
In reply to: [Wp-Pro-Quiz] Quiz historyAny answers ?
How can user see results of previous quizzes he has taken ?
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Link account attributesOrillacart, last question. Id of the post in database is Permalink of post of the product or actual mySQL id ??
Please bear with me !
Thanks again.
Best Regards.Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Link account attributesAnd product ID, as in SKU ?
Thanks again !
Best regards.Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Link account attributesI have another, possibly last doubt Orillacart … sorry !
How to access the function in page.php ? And
What does the function return ? Exactly ?function user_has_bought($pid){
$db = Factory::getDBO();
$db->setQuery(“SELECT count(p.order_item_id) FROM wp_postmeta as o
INNER JOIN wp_shop_order_item as p ON p.order_id = o.post_id
WHERE o.meta_key = ‘_customer_id’ AND o.meta_value = ‘”. (int)get_current_user_id().”‘ AND p.product_id = “.$pid);return (int)$db->loadResult();
}
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Link account attributesI am okay with PHP, as in I can implement stuff. I just want to know where it should be placed and how it should be accessed. Please help, orillacart !
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Link account attributesHello orillacart …
I’m really sorry, but I’m new at this. Where should this function be placed ? How do I implement it ?Thanks !
Best regards.
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] User AccountNever mind. Got it. Thanks Orillacart ! Great plugin. Kudos !
Regards.
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] User AccountI’m so sorry Orilla cart … I got most of what you said, except for
on the left again Shop related pagesForum: Plugins
In reply to: [Orilla Cart - eCommerce] User AccountThe only widget I see is the cart. What screen options? Can you please elaborate ?
And I went to the mysite/shop/account/,
but it shows the shop again. What should I do ?Best Regards.
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] User AccountAs in, is it possible to create a dashboard tab to view My Orders for customers ? Thanks !