2051
Yurdal
Re: eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/5/20 18:10

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


i had tested with the beta and i noticed that the options dont work as it shoul
I have a older oledrion wich has the options tab and there i can add different options with extend price , for example
i have a item and if the customer want to have that item in red then it shows a different price because i had defined that in the options, but in these version it dont work, there is no any place to add a price per option



2052
heyula
Re: eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/5/20 11:21

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


A module that deserves a nice theme.



2053
Mamba
eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/5/19 18:04

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

Oledrion, the eCommerce module originally developed for XOOPS by Hervet, has been updated for XOOPS 2.5.10 and PHP 7.3.5

Some new features: we have now included a simple test data so you can test the module yourself. This sample data is also used in our demo. In this release, you'll be able to save your test data in your language, and contribute back to the community.

This release was converted to use namespaces. Because of that, bugs are possible, therefore please test it and submit your fixes and improvements.

TUTORIAL: click here

DEMO: click here

DOWNLOAD: click here

FORK: GitHub

WANTED: We're looking for designers to improve the module theme


Here is a brief summary of its features:

1/ Vendors manager
2/ VAT (Value Added Tax) manager
3/ Categories manager
4/ Manufacturers manager
5/ Advanced products management (with the possibility of linking an unlimited number of files for each product)
6/ Orders manager
7/ A very advanced Discounts manager
8/ Newsletter
9/ Inventory Control
10/ Online and off-line payment
11/ Use an internal cache to limit Mysql queries
12/ RSS
13/ Integrated with the XOOPS search (and advanced search)
14/ Notifications system for sales
15/ Several blocks
16/ Integration of the XOOPS comments
17/ URL Rewriting
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2054
Mamba
Re: Setup 2.5.10 server to test modules
  • 2019/5/19 17:49

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


You can test Oledrion 2.35 RC1:
https://github.com/XoopsModules25x/oledrion

You can import test data (there is a special button for it in the Admin).

You can also create test data in your language, then export it, so you can have the data for testing future version. We would appreciate if you actually would share the test data in your local language, so other users could test as well.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2055
Mamba
Re: Setup 2.5.10 server to test modules
  • 2019/5/18 5:23

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I'm looking into it, but I don't have much time currently.
After next week I should have some more time...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2056
Yurdal
Re: Setup 2.5.10 server to test modules
  • 2019/5/17 13:56

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


*BUMP*



2057
Mamba
Re: I transferred my site to another server and I have a blank page
  • 2019/5/16 9:22

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Tocai, you didn't transfer the Website properly, because when I go to:
https://www.melitonline.org
it redirects to https://www.melitonline.net

What you should do is to first make the https://www.melitonline.org working, and then redirect the https://www.melitonline.net to it.

You should follow the steps from this tutorial:
https://xoops.gitbook.io/xoops-2-5-9-install-upgrade/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2058
Mamba
Re: NewBB Version 5 New Theme
  • 2019/5/16 9:15

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Awesome job! Thank you for sharing!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2059
Afflospark
Re: I transferred my site to another server and I have a blank page
  • 2019/5/16 8:31

  • Afflospark

  • Just popping in

  • Posts: 5

  • Since: 2019/2/2 9


No issues!
Try to troubleshoot by finding the problem.
As you see an only blank page, do the checklist one by one.
1. check the PHP version of your older server and newer one.
for that, create a new PHP file and write
phpinfo();
?>

execute the code on both servers and you will have a lot of info about both.

2. Check the config file and verify the database connection is established properly.
for that create a new PHP file and use simple database connection test code.
function OpenCon()
{
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "1234";
$db = "example";
$conn = new mysqli($dbhost, $dbuser, $dbpass,$db) or die("Connect failed: %s\n". $conn -> error);

return $conn;
}

function CloseCon($conn)
{
$conn -> close();
}
?>

I hope this will help you.
PS: don't forget to use CloudFlare to prevent server level attacks on your website ( https://www.experthoot.com/protect-site-from-ddos/ )
Thanks



2060
heyula
Re: NewBB Version 5 New Theme
  • 2019/5/15 19:35

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Subject has golden download address

Download:
https://erenyumak.com/modules/themes/item.php?itemid=17




TopTop
« 1 ... 203 204 205 (206) 207 208 209 ... 29425 »



Login

Who's Online

281 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 281


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits