Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dominion jCart Beta
What I'm doing wrong??
Code:
Fatal error: Call to undefined function register_plugin() in C:\wamp\www\wp-content\plugins\files_1680_dominion-jcart\dominion-jcart.php on line 30
WP v3.0.1
Reply
Dexmaster Wrote:What I'm doing wrong??
Code:
Fatal error: Call to undefined function register_plugin() in C:\wamp\www\wp-content\plugins\files_1680_dominion-jcart\dominion-jcart.php on line 30
WP v3.0.1


Is that wordpress you are using ?

Sorry not familiar with WP v3.0.1
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
Dexmaster Wrote:What I'm doing wrong?
Simple answer, you’re using a GetSimple plugin in WordPress. That’s not possible. GetSimple uses a different plugin system so they are not compatible.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
Zegnåt Wrote:
Dexmaster Wrote:What I'm doing wrong?
Simple answer, you’re using a GetSimple plugin in WordPress. That’s not possible. GetSimple uses a different plugin system so they are not compatible.

Sorry, my bad... I found this page through google
Reply
Bakgat Jannie! Good going, man. Jislaik, I was chuffed to see that a South African has taken the lead in developing the first shopping cart for GS! Baie trots op jou.

Not had a chance to properly test it yet, but got it to fit and it's very simple indeed. I'm sure I'll have a million questions for you later, but I'll read through your communications with Oleg first.

Mooi bly. Keep up the good work!
Reply
Smile Dankie. Hoop dit help, ek so bietjie besig nou om ander kliente sisteem voor te skrywe, maar laat weet as daar iets skort, dan kyk ek daarna.

Mooi dag
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
Johannes,

Is it possible to edit the cart script to simplify it? I'm thinking of something like a donation cart.
I'd like to allow visitors to give an adjustable amount of money for an alphabetical list of things/purposes. I won't need categories. I won't need quantities.

Is it possible to make these kinds of changes?

Thanks.

homershines
Reply
homershines Wrote:Johannes,

Is it possible to edit the cart script to simplify it? I'm thinking of something like a donation cart.
I'd like to allow visitors to give an adjustable amount of money for an alphabetical list of things/purposes. I won't need categories. I won't need quantities.

Is it possible to make these kinds of changes?

Thanks.

homershines

Hi there. Sorry for the late reply. How do you want the cart to function ? They still have a shopping bag where the items is shown ? And then they can checkout from there ?

Can do it if we make one category and I can change it to not show the quantity (will hide it) and make the value a edit box.

Believe it can work yes. But first is that what you had in mind ?

tx

Johannes
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
//**************************
PLEASE NOTE LATEST FILE will be at end of forum . I have removed older versions incase wrong one is downloaded.
Thanks
//**************************


Where is the end of forum?
Reply
I'm using latest version of the plugin (0.5c) with GetSimple ver 2.0.3

When I press Checkout button, the shopping cart gets empty. What am I doing wrong? Thank you.

Update

I removed p01-contact plugin and it works now.
Reply
hi, how can I edit the sizes of thumbnails showed in the frontend list of products? I guess there's a function that create them with certain dimensions (I always see width of 65px)
Reply
Johannes (http://www.dominion-it.co.za) would be the best guy to talk to about jcart, because it's his baby, but it seems to me that what you're looking for is something that needs to be done on your computer before you upload the images. Most computers don't come with this function preloaded, it's something you've got to install yourself. You need to get something like Faststone Photo Resizer (www.faststone.org/FSResizerDownload.htm/). Otherwise programs like CorelDraw and Photoshop (if you got 'em) will do the job. The px size you're seeing is probably the size of the picture frame, not the actual image... unless the image has been sized exactly (which few people realise is the best way to do things). What am I talking about? What's the point of having a frame that's 100px by 50px if the image is 200 x 100? You're wasting bytes loading up an image that your browser then has to recalculate and reduce. So you need to figure out how to a) compress your images to a size that's not going to affect your load times, and b) resize them 'til they fit perfectly in the frame. You can of course adjust the frame size too if you like (it's right there in the <img> code). Have fun, and welcome to GetSimple.
Reply
Hi,

I found three bugs :
1) add 1 product 1 and 1 product 2
after that I type '-10' before the number of product 2.
Then it well reduced the amount but also it give -8 articles and then when I checkedout there was -8 articles without amount. But adding 1 product 1 and 1 product 2 and add '-10' product 2 the amount is or 207,.. then the checkout must give the 207,.. but it must not allow the '-8' articles. Really surprised.

2) the 'Prev' and/or 'Next' link must be disable if no more pages are available

3) just before the checkout button it can be interresting to have two buttons more. a 'clear' and an 'undo' button. The clear will refresh the amount of articles and price to null (0), and the 'undo' will just remove the last added product (in case of you add the bad number of article or the bad article).

Sincerely thanks and have a nice day.

Miguipda ;-)
Reply
Needed a french translation for this jcart plugin, couldn't find any so I gave it a try.
This is quick and dirty but it works, if anyone suggests enhancements, you're welcome. Hope this helps.
Reply
Hi

I'm using latest version of the plugin (0.5c) with GetSimple ver 3.0 – and have a little problem -
plugin not sending mail - how to make it works via standard function of getsimple - send_mail () (like p01-contact plugin, for example)?
tryin to paste $message->send_mail(); in jcart-gateway-mail.php after comment
"// The following line uses PHP's built-in mail() function to send the email.
// Most servers/hosts support this method by default, while others may
// require it to be enabled, or configured differently. For more information
// about the mail() function see: http://php.net/manual/en/function.mail.php
//
"
but it does not work...
Reply
http://get-simple.info/extend/plugin/dominion-jcart/46/ Wrote:Compatible up to: GetSimple 2.03
Reply
I have dominion jcart coming up in my plugin list, but when I click on it I get a blank box, not the screen with the tickbox "Enable Plugin".
Reply
Damn! all it took was chmod -R 777 in the plugin directory. Sorry.
Reply
skymonk Wrote:Hi

I'm using latest version of the plugin (0.5c) with GetSimple ver 3.0 – and have a little problem -
plugin not sending mail - how to make it works via standard function of getsimple - send_mail () (like p01-contact plugin, for example)?
tryin to paste $message->send_mail(); in jcart-gateway-mail.php after comment
"// The following line uses PHP's built-in mail() function to send the email.
// Most servers/hosts support this method by default, while others may
// require it to be enabled, or configured differently. For more information
// about the mail() function see: http://php.net/manual/en/function.mail.php
//
"
but it does not work...

Sorry for late reply, will try and get up to date on v3
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
calmos Wrote:Needed a french translation for this jcart plugin, couldn't find any so I gave it a try.
This is quick and dirty but it works, if anyone suggests enhancements, you're welcome. Hope this helps.

thanks will look into getting this in with v3 release as soon as I can get to it.
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
miguipda Wrote:Hi,

I found three bugs :
1) add 1 product 1 and 1 product 2
after that I type '-10' before the number of product 2.
Then it well reduced the amount but also it give -8 articles and then when I checkedout there was -8 articles without amount. But adding 1 product 1 and 1 product 2 and add '-10' product 2 the amount is or 207,.. then the checkout must give the 207,.. but it must not allow the '-8' articles. Really surprised.

2) the 'Prev' and/or 'Next' link must be disable if no more pages are available

3) just before the checkout button it can be interresting to have two buttons more. a 'clear' and an 'undo' button. The clear will refresh the amount of articles and price to null (0), and the 'undo' will just remove the last added product (in case of you add the bad number of article or the bad article).

Sincerely thanks and have a nice day.

Miguipda ;-)

thanks will keep in mind when I work on v3
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
Hello. I have the plugin does not work.
http://electrofan.com.ua/e-shop-etransport
GS v3.0
I am have plagins: p01-contact, dominion blog, cumbe-guesbook
Reply
batka16 Wrote:Hello. I have the plugin does not work.
http://electrofan.com.ua/e-shop-etransport
GS v3.0
I am have plagins: p01-contact, dominion blog, cumbe-guesbook

Good day, Sorry it does not work with GS3 . I am still to convert it to work correctly
Will try and look at this in the near future.

tx

Johannes
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply
Can you add a option where front end users can choose clothing size?
Reply
When I can not wait for the version with GS 3.0?
Reply




Users browsing this thread: 4 Guest(s)