-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
[Plugin] Cookiecuttr Plugin (Eu Cookie Law)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
thank for confirmation . -
is multi-languages ?
-
digital module is done . what do you except that it can do ? as now , you can create package , upload file and asign it to that package . the client can download the file from the service manage tab . next release , assign more than 1 file to a package ( like zip file , file for documentation ect ... )
-
blesta core not didn't alow payment in currencies that are not supported by paypal . so you can use my custom paypal universal gateway . test it and any feedback bug , i'm open to fix it .
-
is clear !!! i have asked because i don't see any code change in the php file ; is just a text addtion to the PDT file, and it can be done in less than 2 minutes at least for me ; for a good developper like you it take 1 min
-
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
it was never/ever worked in v 3.2 . this plugin need at least blesta 3.3 and above . -
Good reaquest activa . simply and usefull addiotion to the thank you message . so we can say this in the next release ? personnaly i'm not a fan of core hacking files .
-
is like the paypal checkout express ? you send a data to the gateway and then it return a hached code to add it to a url ?
-
you are right , the blesta store only the trial validation check . you can use your own code to record the request , the file you need to change is controllers/validate.php . you have to work with files as the trial.php do , or you need to add a table to record the data .
-
Hello All , Today i want to suggest/talk about the navigation links , for my poor point of view , it need a full re-factor not just a improvement . why ? 1 - Normally the navigation links should be totally controlled by the admin/staff , as now some of the navigation are not stored in database and is added directly to the navigation.php , it's a -1 point for blesta . 2 - the admin/staff should be able to add/edit/delete links as it want . 3 - the navigation link should support access levels , like (all, guests, clients, staff, or based staff based permissions ) , for example i want to make navigation link only showed to the guests , like a registration link , or make a link showed only to clients like payment account . 4 - the link should also support orders , as i can move order (up/down) of them as want . 5 - links should be multi-language of course . (i think that it was the main goal to make them n navigation php class by blesta ). 7 - the navigation links should support external urls . 8 - the navigation link should be out of the show_header var . at the moment , getPrimaryClient is the most wanted . if blesta accept the deal , they jst add the structure database tables and the class . i can provide a free plug-in to the community to ad/edit/delete/order the links
-
Yes . Is the 2nd option i have listed .
-
Yes, It is impossible , and it true . what other can do is to : 1 - change the navigation core class . 2 - create a new navigation link system .
-
i have recheck that old module, what i have do is used the callbackurl as the returned url .
-
the client recieve a invalide sid in the ticket email , when he want to access the link it returned back to login screen . the sid is xxxxxxxxxxxxx/blesta/client/plugin/support_manager/client_tickets/reply/2/?sid=%2FcjfayT%2BA75W4ESzvp4yPL4ciQp3BOT7aitMg8ANriU%3D is the SID appear correct ?
-
is there any built-in function that allow me to verify f the invoice XXX has tax applied to all their lines ?
-
i have fronted this in the past in a custom gateway , and i was enable to resolve this . from what i hav see , the probleme come from processReceived() . this function is not storing any transaction , is just returning a array of data , this data is used just to display a payment confirmation . instead the processNotification() function, is storing the transaction when it get a notification in the callback url . the real problem here , some gateway didn't use the notification system , they only send a returned response when the payment is done . the question here is how we can store the transaction and apply the payment to the invoice(s) ? we chould the notification url as return back url ?
-
it will only need a include file . let say we will create a language file named "gateway_name.php" in the gateway language folder , inside the file we will put just the gateway name and the description . then we will use it as included file in the gateway , and use it in the GatewayManager.php model . i have tested a semilar solution in the past in my test server and it was working .
-
are the declined or refused transaction stored ?
-
just decode the ouput by json . something like echo $this->outputAsJson($this->view->fetch("your_view_file")); o by var $this->outputAsJson($response);
-
we can't do that with a plugin , at least at the moment . but it can be achieved by a custom change to the core files . impossible now, for core limitation . you can vote for this request if you want to see the feature in my admin tools plugin . http://www.blesta.com/forums/index.php?/topic/3619-primary-key-in-plugin-actions/ Thanks, i hope that i can serve you in a better way . the proxmox module and the logicbox module there are part or our main business , so they will be always free and updated when thy should be updated .
-
another reason http://www.blesta.com/forums/index.php?/topic/3047-rename-offline-payment/
-
http://www.blesta.com/forums/index.php?/topic/4461-offline-payment-name-not-translated/?fromsearch=1
-
Wrong Date Format In Support Manager Plugin (Ticket Detail)
Blesta Addons replied to wantoo's question in Support
why not to allow the setlocale in the language app controller file ? this way every langauge loaded use it own languages in dates . this way i do it in my project . -
anyway, first let fix the CORE-1320 . is the first road to resolve this issue . just to add , the language selector should be available for all , an it should be stored in cookies or sessions . to not overide the language set in profile .