Skip to main content

Questions tagged [j2store]

0 votes
0 answers
31 views

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 ...
Olga Savelkoel's user avatar
0 votes
0 answers
61 views

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 ...
hhgh4269's user avatar
0 votes
1 answer
30 views

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 ...
Eoin's user avatar
  • 2,091
1 vote
1 answer
173 views

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 ...
Sirick's user avatar
  • 11
1 vote
0 answers
59 views

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 ...
Mindaugas's user avatar
  • 157
0 votes
0 answers
156 views

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(&...
Mindaugas Levanas's user avatar
1 vote
0 answers
81 views

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(...
niaziblog's user avatar
  • 111
0 votes
0 answers
249 views

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')...
niaziblog's user avatar
  • 111
1 vote
1 answer
266 views

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.'/...
webchun's user avatar
  • 2,418
0 votes
1 answer
2k views

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 ...
Dtorr1981's user avatar
  • 532
0 votes
1 answer
103 views

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, ...
William's user avatar
  • 299
1 vote
2 answers
263 views

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 ...
William's user avatar
  • 299