Questions tagged [j2store]
The j2store tag has no summary.
12 questions
0 votes
0 answers
31 views
Error 0 Class "J2Store" not found when trying to update J2Store
I had to make an update for Akeeba, Dutch, a few more, and J2store. I thought I already deleted all files everywhere. Then I did start to update this too, so maybe the J2store file would not disturb ...
0 votes
0 answers
61 views
How to check in my plugin whether the user has bought a product in the j2store or not
I am going to write a plugin for J2store to check if the current user has purchased the product successfully or not. I do not know how to use the J2store API to check if the user has purchased the ...
0 votes
1 answer
30 views
Login works sometimes
Here is a video of what I see: https://youtu.be/Qbljr2CZu9k When I visit my login page here: https://www.dev.plantbasedplanet.co.uk/sign-up I cannot login using my credentials. However, when I fail to ...
1 vote
1 answer
173 views
How to get product id in the article text (j2store)
I want to somehow get the product id from j2store and display the main image of each product in the article section each product. In /templates/namira/html/com_content/article/default.php there are ...
1 vote
0 answers
59 views
Getting user submitted product properties programmaticaly in j2store
So I'm developing j2store plugin to calculate price for item based on product's width and height (these values are entered by the user). The form is rendered as following: function ...
0 votes
0 answers
156 views
Creating pricing calculator for J2Store
I'm creating j2store app for calculating price based on product dimensions. I'm using GetPricingCalculators event to register my custom calculator like that: function onJ2StoreGetPricingCalculators(&...
1 vote
0 answers
81 views
j2store add to cart widgetkit
I'm trying to add J2Store cart to widgetkit grid stack layout with the following code in my administrator/components/com_widgetkit/plugins/widgets/grid-stack/views/widget.php file. require_once(...
0 votes
0 answers
249 views
j2store add to cart button
I'm trying to add J2Store add to cart with below code templates/name-template/html/com_content/article/default.php code require_once(JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/j2store.php')...
1 vote
1 answer
266 views
How to get J2Store item price
I'm trying to add J2Store item price to the (my modified) built-in joomla mod_articles_latest. I'm able to get a 'complete' Add to Cart block with this code : require_once(JPATH_ADMINISTRATOR.'/...
0 votes
1 answer
2k views
Setting a Start/End time to J2store Date picker field
I'm looking for a bit of help with regards to a Date/Time (Date Picker) field in J2store. A friend of mine has set up the field no problem, however, they want to restrict the times that can be ...
0 votes
1 answer
103 views
Administrator user getting locked out when adding products
We have a Joomla 3.8.10 website for a client with J2Store 3.3.1, hosted on one of our servers. When our client uses the administrator control panel to add several new products or make several edits, ...
1 vote
2 answers
263 views
Filtering product query with two sets of filters. (J2Store)
I have two disjointed sets of product filters, $special_filters and $other_filters. I'm trying to retrieve the products from the database which match any of the filters in $special_filters AND any of ...