Pagseguro gatway link
About
Complement for the gatway module “Pagseguro”
On OpenCart. Add link to the invoice on the screen:
- About the order
Require
- VQMOD
- Boleto_bradesco
Install
Run SQL query above:
— Table structure for table `payment_url`
—
CREATE TABLE IF NOT EXISTS `payment_url` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`url` varchar(255) NOT NULL,
`comment` text NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
Compatibility
Opencart 2.4 ~ 2.6