I cannot find a link for Purchase Order in zencart - php

I have installed super order , ty package tracker and Purchase order plugins in my zencart.
There are links for showing for all in the zencart configuration dropdown except i cannot see a link for the purchase order module under the configuration in admin panel of zencart.
When i see the configuration_group table in database i found that sort_order column value is the same for the super orders and purchase orders but the configuration_group_id column value for both are different. I guess if this may be causing the problem, i really cannot find the solution. Although when i give the link manually for the purcahse order settings i see its details but i need that link in the drop down under configuration
Thanks for help

Sounds like your module hasn't registered itself to the Admin Menu system. If it's not registered to the menu, then the security tools won't allow it to show because it will appear as though you're not authorized to use it.

Related

Need more status fields in Orders(Woocommerce)

When anyone order something through my Woocommerce website then the default functionality of woocommerce puts all orders under “Processing” state, I need them to land under “Pending Approval” status. Once I have made the order confirmation call, I will then mark them “Processing”. For this I need help in creating statuses through custom code in Wordpress, Then I need another status, “Dispatch”, for orders whose items I have already procured and are ready to be dispatched, they will be marked as “Dispatch”.
I am newbie in Wordpress custom coding, I know through functions.php I can control most of things through hooks, but I need help in this whole question.
Thanks in Advance :)
Download the extension from your dashboard
Go to Plugins > Add New > Upload and select the ZIP file you just downloaded
Click Install Now, and then Activate
Go to WooCommerce > Settings > Order Statuses and read the next section to learn how to setup and configure the plugin.
https://docs.woothemes.com/document/woocommerce-order-status-manager/

Prestashop 1.6 Automatically adding a customer to a group upon virtual product purchase

Using Prestashop 1.6 is there a way to automatically add a customer to a group when they purchase a virtual product?
Example: Virtual product is a membership. When they buy the product, I want them to be assigned to the Members group.
One way I was thinking of achieving this was to do the following:
Can the virtual product link that the customer receives in the email be a link to a PHP page that I create? I was thinking of writing a PHP page with an activate membership button that would insert them into the proper group via MySQL code.
I could not find a module to do this. I would like to avoid creating a module because then I would have to study module creation and I was hoping for an easier solution.
The highly recomended solution is a custom module that will assign the user when the payment is confirmed. It can be done with changes to the core file, but this is the worst solution, since after the next upgrade of PrestaShop those changes will be overriden. Module creation is not so hard, you just need to implement the hook "actionOrderStatusUpdate" and asign the order customer to previously selected customer group from the module configure page.

After Placing Order, Customer Does Not Redirect to “Order Placed Successfully” and is Returned to Cart

I have create a magento website, in this when we place order of an item then,
strong textAfter Placing Order, Customer Does Not Redirect to “Order Placed Successfully” and is Returned to Cart.
Order also gone in magento admin section under "Sales > order".
I have tried check/money order, authorize.net etc for order place but no positive results found,
under this they also not checked correct payment details for order in authorize.net.
It seems there is problem related with Payment method.
You can check this using other Payment method like Cash on Delivery etc.
Also please make sure you are entering correct information for Address like ZIP Code etc.
Can you list what extensions you have installed for your Magento install?
I've experienced this problem before when I had a custom module that observes the checkout event, when something has gone wrong with the code itself.
Chances are either one of your extensions or a custom built module that's listening to the checkout events is causing the problem.

How to change order status by custom module in Magento CE 1.7?

I want to create a magento admin module which loads all the orders. And when the user selects an order it will show the order status. The user can change that order status. Any suggesions?
If by user you mean somebody with access to Backoffice, you can add new statuses in XML configuration files: http://blog.decryptweb.com/order-state-status-magento/
If you want to have it on Front office, you need to write new module, and remember, that you need also to check from which status user can change, that he will not change "Completed" to something else and you'll send products twice in fact.
Update: In Enterprise Edition there is also table for statuses and states AFAIK.

Customer group specific order view in Magento Community Edition

I'm working on creating a web shop for a friend and I'm using the Magento Community Edition. I've encountered a problem which I can't seem to find an answer for:
I have three different customer groups and three different Admin roles. Is it possible to only show sales orders for customer group A to Admin Role A and hide all other orders from other customer groups for this specific admin in the back-end?
Articles, tutorials or other resources is greatly appreciated!
Thanx in advance.
/IP
Not with community out of the box.
You most certainly could write something to achieve what you want. This could be done properly or in a 'quick and dirty' fashion. The 'properly' way is with modules, over-rides and all kinds of stuff to make sure that admin A cannot open customer group B's orders under any circumstances whatsoever. The 'quick and dirty' approach would just not show those orders in the order grid.

Categories