Code

Discussion on CodeIgniter Purchasing System

Discussion on CodeIgniter Purchasing System

Cart 167 sales

jaystream supports this item

Supported

126 comments found.

Hi, im just trying to install it to iis 8.5 but after installation gives 404 error. Can you help about it?

Hi again, there is only a simple question. How can I change the language? I’m gonna translate it to Turkish? Where is the base files of script?

It only support English at this time but I will add the support of multiple language in the next version.

The only way to translate it into your language is by overriding the files and functions located from the third_party/xwb folder to the modules folder.

Yeah, I know you will. I read the comments. That’s what I’m talking about. Just needed these locations. Thanks.

still wasting for your replay

Hey I apologize for the delay. There was some issue in my system was not able to log in right away. Let me go ahead and attend to this.

any update in my issue

How to send email notification from my “CodeIgniter Purchasing System” & how setup mail configuration? in which page i can edit?

Hi shahadsj

The email configuration is located in \application\third_party\xwb\config\email.php file

Kindly enable the Email Notification on the settings page.

Thanks.

Jack

i cant see head approval on my product

Hi, I see that item support does not include installation. But I have had a significant installation challenge from a purchase (not from you but from another supplier). What can I do if I need that support. If I need to pay additional, how much? Kindly advise.

Hi Luwogo

If you can please shoot me email to clarify what needs to be installed. Is it this product? Because I can do it for free. Send me clarification please. You can check my profile for my address.

Thank you.

Jack

Hi Jack,

I have sent you an email asking for customization rate. Can you customize the script based on my requirements?

Thank you.

Hi mymymy,

I did not received your email. Please send me again in jack@extremewebevolution.com or ssj.simpron@gmail.com. Yes, we will do a script customization. Just send me all of your detailed requirements. I am currently in a vacation at this time and I will be back next week.

Jack

Hi Jack. I am not getting any response from yourside. Please reset my password as I need to access the portal. The password reset functionality is not working and I already send you the credentials of my cpanel. thanks

Hi masood,

I have responded your email 4 times. I am not sure why you’re not receiving it.

Anyway, just use the password “password” for the asakrani@frontline.ca

Hi, I’m planning to purchase, before that can you please confirm will you help / support in installation aswell?

Hi kratosuk,

Yes, I can support the installation. Just provide me your server details to my email jack@extremewebevolution.com

Hi Jack,

Password reset function is not working kindly fix Thanks, Aamir

Hi masood2015,

Got your email. Thanks.

I’ll get back to you soon

Hi Jack. The password reset functionality is not working. I am sending you portal address and cpanel credential on your email address. kindly fix

Hi Jay. There is no shipping cost and taxes when the canvasser add the price. How can I add these fields. Please advise

Hi masood2015

Thanks for your query. Apart from the disclosure note about shipping or taxes, you can display them on the purchase order itself, however it may require a bit of programming.

You should customize the code in order to add a shipping tax field. The template on cavasser update items are located in application\third_party\xwb\views\canvasser\update_items.php.

But do not edit that file directly. The proper way to override that template is to copy that file and paste it to application\modules\canvasser\views\. You can now touch the application\modules\canvasser\views\update_items.php to add your fields and functionality.

The controller of that canvassing process is located in application\third_party\xwb\controllers\canvasser\Xwb_canvasser.php. If you will modify one or more function on that file, please copy the function block and pase it into application\modules\canvasser\controllers\Canvasser.php then modify it.

Same process if you modify the model. It is located here application\third_party\xwb\models\Xwb_canvasser_model.php

And the javascript on that page is located in assets\pagescript\update_items.js

You might want to have someone knowledgeable to do it for you if you aren’t able to.

Thanks.

Jack

is it possible to restrict canvassers to certain product categories? For example say i have Company A (me), Company B (client 1), Company C (client 2), can i have different product categories and lists for each company B/C so they can only order items from the list of products assigned to them yet i as company A who is the Admin / Canvasser can update the prices, do the ordering and dispatch them to both companies? I am unsure if this is possible from the demo?

Thanks

David

No problem glad i could provide feedback :) What you have now is very powerful but with the additional permissions and ability to assign multiple roles to one person and multiple clients then your application becomes perfect for very small companies with multiple clients up to big ones using it internally :)

If you ever want a beta tester let me know :)

Also don’t forget to separate out the admin from all other roles as if i gave access to my staff and clients i would keep the admin function away from them, just to avoid people screwing around trying to “improve” the settings :)

Thanks

Hi David,

It is just really delightful to hear your high regard on this system. I will acknowledge your suggestions and will explore more on improvements.

I agree that access credentials are meant to be handled by the trusted and authorized individuals in any organization which is why admin has the ability to set up them accordingly in the first place.

Thanks a lot for everything.

Jack.

Hi your product is just what i was looking for :) I do have users in Bulgaria, China, England and Romania, do you plan on supporting those languages in the future? Apart from multiple languages what other features do you plan to add to the next release and when are you planning to release the next update ?

After installing the system. I am unable to login. Getting a 404 error

Kindly provide a solution

1. share hosting hostgator 2. PHP 5.4. Mysql version 5.1.73 3. No installing directly into root folder 4. URL: frontlinepurchasing.noxore.com

Hi,

just open your .htaccess file on your root folder and replace the existing code with this one below:
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>

ok, I did it for you. You can install now the system here http://frontlinepurchasing.noxore.com/

Hi,

do the Purchasing System support German language or it’s possible that i translate by myself ?

thx Frank

Hi Frank,

Thank you for contacting us. It only support English at this time but I will add the support of multiple language in the next version.

Thanks, Jack

is there a possibility to add Single Sign On funcionallity or Active Directory Integration

Hi, It can be added but it requires customization. The system code structures is placed in the third party plugin and it extends to the module directory where you can place your new customization so that it can be easily modified. Thanks, Jay

A PHP Error was encountered

Severity: Warning

Message: A non-numeric value encountered

Filename: mpdf-5.7-php7-master/mpdf.php

Line Number: 32511

Backtrace:

File: C:\xampp\htdocs\application\third_party\mpdf-5.7-php7-master\mpdf.php Line: 32511 Function: _error_handler

File: C:\xampp\htdocs\application\third_party\mpdf-5.7-php7-master\mpdf.php Line: 16125 Function: ConvertSize

File: C:\xampp\htdocs\application\third_party\mpdf-5.7-php7-master\mpdf.php Line: 13614 Function: OpenTag

File: C:\xampp\htdocs\application\third_party\xwb\controllers\request\Xwb_request.php Line: 1503 Function: WriteHTML

File: C:\xampp\htdocs\application\third_party\xwb\controllers\request\Xwb_request.php Line: 1166 Function: print_reqadmin

File: C:\xampp\htdocs\index.php Line: 315 Function: require_once

Hi kabayel,

Sorry for the issue you have encountered. I can help you fixed that issue. Kindly provide the following below and send it to my email: jack@extremewebevolution.com

1. How and where did you find that error?

2. Please send the full error logs

3. What OS and machine you are using?

4. What version of PHP and MySQL you are using?

5. If possible, can you provide me a live access where I can see the actual issue?

Thanks, Jack

Hi Do you have multilingual support? Russian and Turkish

Hi kabayel,

In the next version of this system, I will add a support for any languages.

does this include full source code?

Hi!

Each purchase of this includes the complete codes and documentation for you to use. Please feel free to ask support here https://codecanyon.net/item/codeigniter-purchasing-system/20782043/support should you have questions along the way.

Thanks. Jay

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey