Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petazeta committed Oct 25, 2021
1 parent 715d5f8 commit 17a1f12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

----------------------------------------------------------------------

# Your Online Shop System V 3.6.0
# Your Online Shop System V 3.6.2

## Live Demo

Expand All @@ -29,7 +29,7 @@ If you prefer we offer FREE YOUR ONLINE SHOP installation and hosting service: m
2. Unpack it to the desired folder (files could be inside a folder or not).
3. Create a new mysql database.
4. Edit database settings at: server/nodejs/includes/dbcfg.json (Node Js) or server/php/includes/config.php (Php).
5. Nodejs: Open your terminal at main folder and type: npm install and then npm start. Once the server is running then you can open your web browser (port 8080) and continue with the installation process.
5. Nodejs: Open your terminal at main folder and type: npm install and then npm test. Once the server is running then you can open your web browser (port 8080) and continue with the installation process.
Php: Open your web browser (yos folder) and continue with the installation process.

## Support
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* YOS Version *
***************

3.6.0 10-24-2021 (month-day-year)
3.6.2 10-25-2021 (month-day-year)


***********
Expand Down Expand Up @@ -31,7 +31,7 @@ If you prefer we offer FREE YOUR ONLINE SHOP installation and hosting service: m
2 - Unpack it to the desired folder (files could be inside a folder or not).
3 - Create a new mysql database.
4 - Edit database settings at: server/nodejs/includes/dbcfg.json (Node js) or server/php/includes/config.php (Php).
5 - Nodejs: Open your terminal at main folder and type: npm install and then npm start. Once the server is running then you can open your web browser (port 8080) and continue with the installation process.
5 - Nodejs: Open your terminal at main folder and type: npm install and then npm test. Once the server is running then you can open your web browser (port 8080) and continue with the installation process.
Php: Open your web browser (yos folder) and continue with the installation process.


Expand Down
2 changes: 1 addition & 1 deletion client/modules/statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class StatsRecorder extends Node{
this.props.uniqueId=this.props.startTime.toString(32).substring(3);
this.linkElement=statsImage;

var softversion="3.6.0";
var softversion="3.6.2";

var url=window.location.href;
if (url.indexOf("sourceforge.")!=-1) {
Expand Down
3 changes: 2 additions & 1 deletion themes/root/views/itempicturelarge.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ <h3></h3>
</div>
<div class="thumbnails" style="display:flex; gap: 0.6em; margin-left: 0.5em; margin-bottom: 0.5em;"></div>
<script>
thisNode.getRelationship("itemsimages").setChildrenView(thisElement, "itemthumbnails");
if (thisNode.getRelationship("itemsimages").children.length<2) thisElement.style.display="none";
else thisNode.getRelationship("itemsimages").setChildrenView(thisElement, "itemthumbnails");
</script>
<div style="display: inline-block; position:relative; z-index:6;">
<div class="btmiddleright" style="display:flex;">
Expand Down

0 comments on commit 17a1f12

Please sign in to comment.