View Full Version : Major Additions - microCART: Shopping System for vB4
micheal332001
01-06-2011, 10:00 PM
microCART is a fully featured Shopping Cart for vBulletin 4.x, with support for Downloadable & Pysical Products, Subscriptions and Services, without missing any feature even from commercial scripts. Installation is very easy, you just need sometime for the initial configuration.
Edit: Please note - Currently this mod is only compatible with vBulletin 4.1.9 and below, if your using vBulletin 4.1.10 then the modifications current version released here (1.1.4) is not suggested for use. - TheLastSuperman
1.- Highlights
Supports Downloadable products
Since version 1.0.3 supports Physical products too!!
Supports Subscriptions (Even Reccuring)
Supports Services
Ability to upgrade usergroup per product
Unlimited depth levels of categories
Unlimited Products
Supports Renewals
Ability to Add Orders manually
PayPal & 2CO payments
Since version 1.0.4 support payments with ccBill (Credits to kastak (https://vborg.vbsupport.ru/member.php?u=224908))
Supports AddOns
Support Special Deals
Unlimited Screenshoots per product
Unlimited Files per product, so the customers can download previous versions
Unlimited Agreements
Customers (and only those who have bought that product) can rate and review it.
Admin can turn On/Off the Reviews per product
Uses HTML Editor.
Since version 1.0.5 support multiple Tax levels.
Since version 1.0.5 support Shipping Zones with unlimited shipping choices per zone.
Since version 1.0.5 supports Delivery locations (unlimited depth, eg Country, State, Area with different setup for Tax and Shipping per category.
Since version 1.0.5 customer must enter his details to finalize the order.
NEW!! Since version 1.0.6 supports Auto Tax calculation.
NEW!! Since version 1.0.6 supports Auto Shipping calculation.
NEW!! Since version 1.0.5 supports Invoice creation.
NEW!! Comming Soon Block.2.- Installation
Download and unzip microCART.zip file
Upload all the files in your site keeping the same structure. eg cart.php must be on the same level as your forum.php
CMOD 777 the directories:
microcart
microcart/photos
microcart/photos/thumbs
microcart/photos/tmp
microcart/editor/files
microcart/editor/flash
microcart/editor/media
microcart/editor/photos
microcart/pdf
microcart/fonts
microcart/images
Login to your admincp and import product-microcart.xml3.- Configuration
First of all you need to setup microCART General Options. The most important option is to set the path to the directory where you'll store the files. For security reasons you must create a directory over the public area. Then write the full path in the options. Don't forget the trailing slash at the end. Example:
/home/username/downloads/
Setup Usergroup permissions. Available options are:
Can access the store
Can order
Can Moderate. Please note that, as a way to bypass the limitation of having vB editor in admincp, I've moved the product descriprion, system messages and agreements to fronend. But only those who can moderate can access this area, and only for modifying the text. Nothing more.
Setup Categories and Subcategories for your store.
Setup your Agreements (at least one)
Start adding products but from AddOns and Services. It will helps you to save time, as when at a later time you add a main product, you can choose the addons.
To work properly with HTML editor you need to edit settings.php locating at: microcart/editor/assetmanager/ and set the corrects paths.4.- Product Options (Configurations)
In version 1.0.3 has been added support for configurable options. Not just simple text choices, but options that can increase/decrease the total price. That's why you need to pay extra attention on entering these options to avoid pricing mess.
First of all, you can find these options as "Extra Options" on the droplist on the right of each product (AdminCP). By choosing it you'll get a list of all available configurable options for the specific product. You can Edit and Delete it, or you can change the display order. Click "New Extra Option" to add one.
There is no need for explanation of title. Write there anything that you want. Examples of configuration options are: Color, Size, Ram, Hard disk etc. So let's write Size. In the box below you must add all the available options keeping the format:
Amount|Name
Examples:
0|Normal : This option dosen't changes the product's price and it will appears as: Normal
15.30|Large : This option increases the price by 15.30 and it will appears as: Large (+$15.30) ... The currency symbol is the one that you've setup. DON'T NEED TO ENTER CURRENCY SYMBOL HERE
-7.50|Mini : This option decreases the price by 7.50 and it will appears as: Mini (-$7.50). ONCE MORE: DONT ADD CURRENCY SYMBOL.5.- Product Terminology
Price: Is the normal price that you're selling a product (eg 49.95)
Discount: Is the amount that you're giving as discount. eg if you place 4.95 here the price will appear as $49.95 $45.00
Special (Bundle) price. Currently not in use
AddOns. Are products that someone can order in the same form (eg Installation, Brand Free etc).
Special Bundle. Currently not in use6.- Understanding Shipping Zones
To understand Shipping fields (Base weight, Base fare, Extra weight, Extra fare), you must know how the companies (at least the most of them) are working. They're saying: Till 3 kilos the rate is $15. More than 3 kilos you must add $3 per 500gr (1/2 kilos). In this example you must setup:
Base weight 3000 (in grammars) or 3 (in kilos)
Base fare 15.00
Extra weight 500 (in grammars) or 0.5 (in kilos)
Extra fare 3.00
Please note to use the same as the definied in the general option weight unit. Setting in options kgr and here grammars is the best way to mess your shop.7.- Friedly notes
Please let my copyright link in place. Thank you.
When rating, please remember that you're rating the script and not me as a person. Thank you.
Don't spam this thread with comments about my personality. Comment my work only. Thank you.8.- Demo
http://www.totally-scripts.com
This is not a demo but shop in action.9.- Warning
The included HTML Editor is commercial, so you can use it ONLY within microCART directory.
UPGRADING
To upgrade just upload the new files then follow 2.- Installationwith Allow Overwrite set to YES
CHANGE LOG
Added Comming Soon Block
Added view users invoice within admincp
Added usergroup controled discounts
Added stock level control
Added coupon system
Changed the invoice system to work better.
Added forum home side block. (Download the product-microcart_forum_block.xml and Install like a new product)
MICROCART_114_01022011.zip has no affects added to my account
MICROCART_114_240211.zip has a fade in affect on my accounts pages.
added some java for the my accounts page and the product view page. So you dont have to re-fresh the page all the time. Updated: 28/02/2011
Fixed the problem with the euro within the add-on options.BUG FIX
Fixed error within the admin php file on line 23.
Updated the forum side block ( Please let me know if you are still having problems with this. Updated Date 22nd Fed 2011)
fixed problem with the prices. UPDATED Date 22nd Apr 2011 to upgrade just upload the files as its only the cart.php and microcart/functions.php files that have been updated.
Fixed problem with the add-ons prices. Updated 25th Apr 2011 to upgrade just upload the cart.php file
cart.php updated again to fix the problem with the add-ons when changing the qty within the cart.
Fixed problem with edit invoices in admincp
Fixed a problem with large price formats.
Fixed problem with option prices (11-05-2011)
Updated the files for the new editor not tested Updated 13/06/2011.Arabic Language File Download Here
(https://vborg.vbsupport.ru/showpost.php?p=2191825&postcount=454)
nacaruncr
01-07-2011, 07:18 PM
what are the diference between this theme and this other https://vborg.vbsupport.ru/showthread.php?t=249601 ??
Because I see them are the same...
benstillman
01-07-2011, 07:31 PM
what are the diference between this theme and this other https://vborg.vbsupport.ru/showthread.php?t=249601 ??
Because I see them are the same...
1.1.1 vs 1.1.4? Looks like just an update?
And BTW, the URL http://www.microhellas.com/vb4demo/cart.php isn't work. http://www.microhellas.com isn't working either. It redirects to http://www.foromail.com.
akxt660
01-08-2011, 01:56 AM
Hello!
Where is the XML file? I get and error when i update from v.1.1.1.
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT * FROM fxt_microcart_usercoupon WHERE userid=9 AND valid=3;
MySQL Error : Table 'akk_fakk.fxt_microcart_usercoupon' doesn't exist
Error Number : 1146
Request Date : Saturday, January 8th 2011 @ 01:51:34 AM
Error Date : Saturday, January 8th 2011 @ 01:51:34 AM
Script : http://website.com/cart.php
Referrer :
IP Address : 180.199.184.73
Username : xxxxx
Classname : vB_Database
MySQL Version : 5.0.91-community
Teascu Dorin
01-08-2011, 02:10 AM
Can you please post a Change log to know what's new in latest version?
Thanks!
Preech
01-08-2011, 05:43 AM
I think this is great. I have a valid license for the one that I bought from Vbcover, but this one looks a little better to me in my personal opinion.
micheal332001
01-08-2011, 05:53 AM
Hello!
Where is the XML file? I get and error when i update from v.1.1.1.
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT * FROM fxt_microcart_usercoupon WHERE userid=9 AND valid=3;
MySQL Error : Table 'akk_fakk.fxt_microcart_usercoupon' doesn't exist
Error Number : 1146
Request Date : Saturday, January 8th 2011 @ 01:51:34 AM
Error Date : Saturday, January 8th 2011 @ 01:51:34 AM
Script : http://website.com/cart.php
Referrer :
IP Address : 180.199.184.73
Username : xxxxx
Classname : vB_Database
MySQL Version : 5.0.91-community
Hi there
seems that the coupon database table did not get installed you can add this manuly or you could uninstall the cart and try installing it again to make sure all the tables get added.
If you would like me to fix this for you then please PM me with admincp access and FTP details.
micheal332001
01-08-2011, 06:05 AM
what are the diference between this theme and this other https://vborg.vbsupport.ru/showthread.php?t=249601 ??
Because I see them are the same...
The diference is that i have taken over this product from maria.
This is why she has not given support for this within that thread as i have the full rights over this product now.
Same product but with alot more added from marias version.
micheal332001
01-08-2011, 06:06 AM
Can you please post a Change log to know what's new in latest version?
Thanks!
Done m8
micheal332001
01-08-2011, 06:07 AM
I think this is great. I have a valid license for the one that I bought from Vbcover, but this one looks a little better to me in my personal opinion.
Thankyou so much.
Hornstar
01-09-2011, 07:47 AM
This looks very good. Very impressed with how many features this has.
Dadoo
01-09-2011, 08:48 AM
Hi Micheal, it appears product-microcart.xml is missing in your archive..
So, it's not said in your topic, but in fact, we have to download microCart 1.1.1 from this topic (https://vborg.vbsupport.ru/showthread.php?t=249601), then download your archive (update29122001.zip) and update the product.
Am i right ?
EDIT : I have that error when i try to acces to any link starting by : microcart_admin.php?do=***
Parse error: syntax error, unexpected $end in localhost\admincp\microcart_admin.php on line 22182218 is the last line of this file..
Exactly same problem than Adem Genc (https://vborg.vbsupport.ru/showpost.php?p=2120721&postcount=583)
I tried in local with Wamp and Xamp (differents versions of Apache, PHP and Mysql, same result..)
wh1t3dr3am
01-09-2011, 02:01 PM
Hi Micheal,why i got an error like this?How to fix it ? Thx :D
SELECT * FROM microcart_usercoupon WHERE userid=1 AND valid=1;
MySQL Error : Table 'ogiazic_vbulletin.microcart_usercoupon' doesn't exist
Dadoo
01-09-2011, 04:39 PM
I don't understand....
I've an DB error who said :
Invalid SQL:
INSERT INTO vb411microcart_products
SET categoryid = '1',
name = 'Test product',
type = '1',
status = '1',
code = '',
manufacturer = '',
description = 'Content of test product',
features = 'custom text <span style=\"font-weight: bold;\">bold text</span><span style=\"font-weight: bold;\">Second test</span>
',
price = '130',
discountprice = '10',
specialprice = '20',
renewal = '0',
license = '1',
dlperiod = '365',
demolink = '',
forumlink = 'http://localhost/showthread.php?1-pr%E9sentation-du-dadoo',
bugslink = 'http://localhost/showthread.php?1-pr%E9sentation-du-dadoo',
reviews = '1',
agreement = '0',
frontpage = '1',
flagship = '1',
isbundle = '0',
addons = '',
extras = '0',
promousergroup = '0',
weight = '700',
image = 'admincp0.jpg',
userstocklevel = '1',
stocklevel = '0',
discount_usergroups = '';
MySQL Error : Unknown column 'userstocklevel' in 'field list'When i look XML product file, i see :
CREATE TABLE IF NOT EXISTS `". TABLE_PREFIX ."microcart_products` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL,
`categoryid` int(11) NOT NULL,
`type` tinyint(1) NOT NULL default '1',
`status` int(11) NOT NULL default '1',
`code` varchar(100) NOT NULL,
`manufacturer` varchar(100) NOT NULL,
`price` decimal(10,2) NOT NULL default '0.00',
`discountprice` decimal(10,2) NOT NULL default '0.00',
`specialprice` decimal(10,2) NOT NULL default '0.00',
`renewal` decimal(10,2) NOT NULL default '0.00',
`description` mediumtext NOT NULL,
`features` mediumtext NOT NULL,
`forumlink` varchar(50) NOT NULL,
`demolink` varchar(50) NOT NULL,
`bugslink` varchar(150) NOT NULL,
`license` int(11) NOT NULL,
`dlperiod` int(11) NOT NULL,
`addons` varchar(255) NOT NULL,
`extras` int(5) NOT NULL default '0',
`promousergroup` int(11) NOT NULL,
`agreement` tinyint(1) NOT NULL default '0',
`reviews` tinyint(1) NOT NULL default '0',
`isbundle` tinyint(1) NOT NULL default '0',
`frontpage` tinyint(1) NOT NULL default '0',
`flagship` tinyint(1) NOT NULL default '0',
`image` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
KEY `categoryid` (`categoryid`),
KEY `name` (`name`)
) ENGINE=MyISAM
");It seems followings tables are missing into installation file..
userstocklevel = '1',
stocklevel = '0',
discount_usergroups = '';
micheal332001
01-09-2011, 05:19 PM
Hi Micheal, it appears product-microcart.xml is missing in your archive..
So, it's not said in your topic, but in fact, we have to download microCart 1.1.1 from this topic (https://vborg.vbsupport.ru/showthread.php?t=249601), then download your archive (update29122001.zip) and update the product.
Am i right ?
EDIT : I have that error when i try to acces to any link starting by : microcart_admin.php?do=***
2218 is the last line of this file..
Exactly same problem than Adem Genc (https://vborg.vbsupport.ru/showpost.php?p=2120721&postcount=583)
I tried in local with Wamp and Xamp (differents versions of Apache, PHP and Mysql, same result..)
I will have a look at the code and XML file to make sure every thing is right.
Hi Micheal,why i got an error like this?How to fix it ? Thx :D
SELECT * FROM microcart_usercoupon WHERE userid=1 AND valid=1;
MySQL Error : Table 'ogiazic_vbulletin.microcart_usercoupon' doesn't exist
I will look into it
I don't understand....
I've an DB error who said :
Invalid SQL:
INSERT INTO vb411microcart_products
SET categoryid = '1',
name = 'Test product',
type = '1',
status = '1',
code = '',
manufacturer = '',
description = 'Content of test product',
features = 'custom text <span style=\"font-weight: bold;\">bold text</span><span style=\"font-weight: bold;\">Second test</span>
',
price = '130',
discountprice = '10',
specialprice = '20',
renewal = '0',
license = '1',
dlperiod = '365',
demolink = '',
forumlink = 'http://localhost/showthread.php?1-pr%E9sentation-du-dadoo',
bugslink = 'http://localhost/showthread.php?1-pr%E9sentation-du-dadoo',
reviews = '1',
agreement = '0',
frontpage = '1',
flagship = '1',
isbundle = '0',
addons = '',
extras = '0',
promousergroup = '0',
weight = '700',
image = 'admincp0.jpg',
userstocklevel = '1',
stocklevel = '0',
discount_usergroups = '';
MySQL Error : Unknown column 'userstocklevel' in 'field list'When i look XML product file, i see :
CREATE TABLE IF NOT EXISTS `". TABLE_PREFIX ."microcart_products` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL,
`categoryid` int(11) NOT NULL,
`type` tinyint(1) NOT NULL default '1',
`status` int(11) NOT NULL default '1',
`code` varchar(100) NOT NULL,
`manufacturer` varchar(100) NOT NULL,
`price` decimal(10,2) NOT NULL default '0.00',
`discountprice` decimal(10,2) NOT NULL default '0.00',
`specialprice` decimal(10,2) NOT NULL default '0.00',
`renewal` decimal(10,2) NOT NULL default '0.00',
`description` mediumtext NOT NULL,
`features` mediumtext NOT NULL,
`forumlink` varchar(50) NOT NULL,
`demolink` varchar(50) NOT NULL,
`bugslink` varchar(150) NOT NULL,
`license` int(11) NOT NULL,
`dlperiod` int(11) NOT NULL,
`addons` varchar(255) NOT NULL,
`extras` int(5) NOT NULL default '0',
`promousergroup` int(11) NOT NULL,
`agreement` tinyint(1) NOT NULL default '0',
`reviews` tinyint(1) NOT NULL default '0',
`isbundle` tinyint(1) NOT NULL default '0',
`frontpage` tinyint(1) NOT NULL default '0',
`flagship` tinyint(1) NOT NULL default '0',
`image` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
KEY `categoryid` (`categoryid`),
KEY `name` (`name`)
) ENGINE=MyISAM
");It seems followings tables are missing into installation file..
userstocklevel = '1',
stocklevel = '0',
discount_usergroups = '';
I will check this as it would not be there as it would be in the upgrade code.
I'll have to look at the XML file before I can tell what's up.
WEBDosser
01-09-2011, 05:32 PM
tagged
Dadoo
01-10-2011, 03:24 AM
I will check this as it would not be there as it would be in the upgrade code.
I'll have to look at the XML file before I can tell what's up.
Thanks a lot Micheal, otherwise i have finished French translation of microCART 1.1.4.
I have to verify some details and then i will release it.
Is it possible to put the XML file in first post for a better visibility ?
micheal332001
01-10-2011, 05:59 AM
Thanks a lot Micheal, otherwise i have finished French translation of microCART 1.1.4.
I have to verify some details and then i will release it.
Is it possible to put the XML file in first post for a better visibility ?
I should have the fix for this later today and will re-upload it when done and let you all know when its ready.
And yes m8 when you release it in a post i will then add it to the top for everyone to see.
micheal332001
01-10-2011, 06:58 AM
Sorry all i did forget to put the product xml file within the zip file but its there now.
micheal332001
01-10-2011, 07:05 AM
Hi all
Im sorry for the problems you had with the missing product xml file.
I have now uploaded the new files with the product xml file within the zip file now.
If you installed version says it version 1.1.4 change this to version to 1.1.1 and then import the product xml file with overright set to yes.
This will then installed version 1.1.4 and put the new database tables in.
If you have the table name stocklevel within the database table microcart_products then change the version to 1.1.2
If you have the table name discount_usergroups and stocklevel within the database table microcart_products then change the version to 1.1.3
If you have the database tables microcart_coupon and microcart_usercoupon and the above already there then you dont need to change the version.
your24hourstore
01-10-2011, 02:24 PM
thanx great product ,,love it
GamerPerfection
01-10-2011, 04:41 PM
Tagged.
Raffaele
01-10-2011, 05:47 PM
where is the product xml file located i just downloaded the microCart_1_1_4_update_29122001 and i don't see the file
Dadoo
01-10-2011, 06:09 PM
And yes m8 when you release it in a post i will then add it to the top for everyone to see.
Done :-)
Micheal, in this zip archive, you will find 2 files :
1 : French language exported from product
2 : /upload/admincp/microcart_admin.php (because there is plenty of phrases untranslated inside, admincp side only)
I let you decide what files are to include or not :-)
micheal332001
01-10-2011, 06:12 PM
where is the product xml file located i just downloaded the microCart_1_1_4_update_29122001 and i don't see the file
This is the new files with the product xml file
microCart_1_1_4_12012011.zip (https://vborg.vbsupport.ru/attachment.php?attachmentid=125428&d=1294649832)
GamerPerfection
01-11-2011, 07:27 PM
I've installed it all.
It shows up on my website, and in the AdminCP it shows up. I click on General Options and is fine. But all other options from Categories to Add Coupon I get this error:
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\admincp\microcart_admin.php on line 2775
Lomak
01-11-2011, 08:01 PM
is there any way to stop people ordering an item if the stock level reaches 0 ?
Lomak
01-11-2011, 09:42 PM
when someone purchases something in the store i get this error:
i think Paypal is trying to talk back to the store... I don't use coupons and customer data is mandatory and all field were filled in...
Database error in vBulletin 4.1.0:
Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Tuesday, January 11th 2011 @ 11:31:27 PM
Error Date : Tuesday, January 11th 2011 @ 11:31:29 PM
Script : http://mysite.com/cart_gateway.php?method=paypal
Referrer :
IP Address : 66.211.170.66
Username :
Classname : vB_Database
MySQL Version :
Lomak
01-12-2011, 10:24 AM
An invoice is created even if the transaction / payment is not completed... can this be changed?
Because of this it is hard to tie up the real invoice from the fake... (lots of people have been pressing checkout, etc. before doing the REAL transaction
So, can the unique(?) ID of the transaction , e.g. User Name-DDMmmYY-ABC1DEF2G3 that is shown on the Paypal invoice be duplicated on the microCART invoice (AdminCP and User Invoice)?
Thanks in Advance
Helmut71
01-12-2011, 01:12 PM
is there a German version of this?
Dadoo
01-12-2011, 02:51 PM
I've installed it all.
It shows up on my website, and in the AdminCP it shows up. I click on General Options and is fine. But all other options from Categories to Add Coupon I get this error:
It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..
is there a German version of this?
You mean translated in german or available on vbulletin-germany.com ? Both no but you can translate it in german if you want..?
ckgreenman
01-13-2011, 01:16 AM
I'm unable to get product photos to load. I've followed the installation described in post. The photo is uploaded and there are no erros, but it doesn't show up when viewed via cart.php
Any suggestions?
GamerPerfection
01-13-2011, 05:59 AM
It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..Damn, so much for testing it out on my test site using Xampp.
Lomak
01-13-2011, 07:15 AM
with regards to my previous post about paypal contacting , ihave now had an email from them...
Is this something i need to configure?
Hello,
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
http://mysite.com/cart_gateway.php?method=paypal
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
Thank you for your prompt attention to this issue.
Thanks,
PayPal
micheal332001
01-13-2011, 07:24 AM
I've installed it all.
It shows up on my website, and in the AdminCP it shows up. I click on General Options and is fine. But all other options from Categories to Add Coupon I get this error:
Try re-uploading the files as it might have uploaded the files wrong the first time.
is there any way to stop people ordering an item if the stock level reaches 0 ?
When the stock level gets to 0 it should hide the order button i will look into this for you.
when someone purchases something in the store i get this error:
i think Paypal is trying to talk back to the store... I don't use coupons and customer data is mandatory and all field were filled in...
Database error in vBulletin 4.1.0:
Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Tuesday, January 11th 2011 @ 11:31:27 PM
Error Date : Tuesday, January 11th 2011 @ 11:31:29 PM
Script : http://mysite.com/cart_gateway.php?method=paypal
Referrer :
IP Address : 66.211.170.66
Username :
Classname : vB_Database
MySQL Version :
This looks like a non-member has tryed to order from the shop system and thats why the userid is blank.
An invoice is created even if the transaction / payment is not completed... can this be changed?
Because of this it is hard to tie up the real invoice from the fake... (lots of people have been pressing checkout, etc. before doing the REAL transaction
So, can the unique(?) ID of the transaction , e.g. User Name-DDMmmYY-ABC1DEF2G3 that is shown on the Paypal invoice be duplicated on the microCART invoice (AdminCP and User Invoice)?
Thanks in Advance
All invoices are made when the user goes to the payment gateway.
If the trancation is not completed it will show them within the invoice that payment has not been made.
And when viewing the invoices within the admincp it will show you if that invoice has been paid or shipped.
is there a German version of this?
Not at this time but if you would like to do this please feel free to do so.
micheal332001
01-13-2011, 07:29 AM
It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..
I have tested this and this works on these system as i use these for testing my self.
I'm unable to get product photos to load. I've followed the installation described in post. The photo is uploaded and there are no erros, but it doesn't show up when viewed via cart.php
Any suggestions?
Please send me a PM with admincp login details and i will have alook for you.
Also please send FTP login as i can check that everything is set right as well.
with regards to my previous post about paypal contacting , ihave now had an email from them...
Is this something i need to configure?
Hello,
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
http://mysite.com/cart_gateway.php?method=paypal
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
Thank you for your prompt attention to this issue.
Thanks,
PayPal
The IPN is already set for you and this is not the problem its down to the userid that was sent in your last post showing that there was no userid sent and this is why you got the error.
Lomak
01-13-2011, 07:30 AM
All invoices are made when the user goes to the payment gateway.
If the trancation is not completed it will show them within the invoice that payment has not been made.
And when viewing the invoices within the admincp it will show you if that invoice has been paid or shipped.
Thanks,
But just for us to double check manually, and for peace of mind before shipment of goods.. would it be possible to have the unique number in the invoice system?
User Name-DDMmmYY-ABC1DEF2G3
Thanks!
Lomak
01-13-2011, 07:32 AM
The IPN is already set for you and this is not the problem its down to the userid that was sent in your last post showing that there was no userid sent and this is why you got the error.
I have had LOTS of errors... all from registered members...
for every transaction i get the previous SQL error...
micheal332001
01-13-2011, 08:01 AM
Thanks,
But just for us to double check manually, and for peace of mind before shipment of goods.. would it be possible to have the unique number in the invoice system?
User Name-DDMmmYY-ABC1DEF2G3
Thanks!
Yes this can be added and will be within next release i hope.
That will be within 1.1.5 version.
I have had LOTS of errors... all from registered members...
for every transaction i get the previous SQL error...
I will check this out.
micheal332001
01-13-2011, 08:49 AM
Have re-uploaded all files for version 1.1.4 and these have been tested and are working right.
As for paypal sending back to the gateway i cannot test this but if you are having this error with the coupons please remove this line of code from the cart_gateway.php file
line no: 76
$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']);
Lomak
01-13-2011, 09:53 AM
I havent used coupons, but have removed the line anyway..
i'll let you know if this lets paypal update the status...
Lomak
01-13-2011, 10:13 AM
I just bought something as a test...
i got a payment confirmation from paypal
I did not get the sql error.
Paypal did not update the status...
but also did not get any thank you emails from the system?
micheal332001
01-13-2011, 10:13 AM
I havent used coupons, but have removed the line anyway..
i'll let you know if this lets paypal update the status...
Thankyou and fingers crossed ;)
Lomak
01-13-2011, 10:16 AM
I just bought something as a test...
i got a payment confirmation from paypal
I did not get the sql error.
Paypal did not update the status...
but also did not get any thank you emails from the system?
sorry to be a pain... it's just that the store has gone live but the invoice system has got loads of bogus invoices in... only a few are genuine transactions
Dadoo
01-13-2011, 12:03 PM
Translation updated. (for those who already are in 4.6.4_12012011, just replace /admincp/microcart_admin.php file)
Raffaele
01-13-2011, 01:24 PM
Hello, micheal332001
I'm still experiencing the same problem if you add product to the cart it will show for all users/clients and it stays in the cart till the person removes it see examples picture. Does it unique uses user sessions? What i mean is each client session is unique.
The picture below shows that a friend of mine added something in to the cart and i was able to see it...
Thank you for the help.
micheal332001
01-13-2011, 02:05 PM
Hello, micheal332001
I'm still experiencing the same problem if you add product to the cart it will show for all users/clients and it stays in the cart till the person removes it see examples picture. Does it unique uses user sessions? What i mean is each client session is unique.
The picture below shows that a friend of mine added something in to the cart and i was able to see it...
Thank you for the help.
if you can make me a admincp login to your site i will take alook but as far as i can tell this is down to the stored info within the database and is only showen to the user when the logged in userid matches the database info userid.
Please PM me with this info and ill look.
micheal332001
01-13-2011, 02:21 PM
sorry to be a pain... it's just that the store has gone live but the invoice system has got loads of bogus invoices in... only a few are genuine transactions
You can delete invoices from within the admincp edit invoices
Raffaele
01-13-2011, 02:29 PM
if you can make me a admincp login to your site i will take alook but as far as i can tell this is down to the stored info within the database and is only showen to the user when the logged in userid matches the database info userid.
Please PM me with this info and ill look.
PM send with info, thank you for your help
micheal332001
01-13-2011, 02:59 PM
PM send with info, thank you for your help
Your versy welcome as i dont want this to be wrong in any way.
I want a quality product for others to use and not have problems with.
I have replyed to your PM and had alook at your site,
but i cannot make this happen in any way.
The cart or cart block will only show products you have added to the cart and will not show anyone elses orders.
Yes if i have alled a product to the cart it will show there till i delete the product from my cart as this info is stored within the database.
Even if you logout and then log back in it will still be there.
GamerPerfection
01-13-2011, 04:09 PM
Try re-uploading the files as it might have uploaded the files wrong the first time.I uninstalled, removed ALL files. Downloaded the files again, reinstalled and uploaded everything to my localhost using XAMPP. Still have the same problem.
Everything in the AdminCP that links to options.php works, i.e.
General Options
Coming Soon
Payment Gateways
Anything that links to microcart_admin.php gets the error i posted earlier.
I am using XAMPP 1.7.3
EDIT: i put it on my live site and got this:
Warning: require_once([path]/microcart/pdf/tcpdf.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/microcart_admin.php on line 23
Fatal error: require_once() [function.require]: Failed opening required '/home/gal10000/public_html/microcart/pdf/tcpdf.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gal10000/public_html/admincp/microcart_admin.php on line 23
I have the same issue as GamerPerfection. Before upgrading the script used to work nicely. Keep up the good work !
micheal332001
01-13-2011, 06:13 PM
I uninstalled, removed ALL files. Downloaded the files again, reinstalled and uploaded everything to my localhost using XAMPP. Still have the same problem.
Everything in the AdminCP that links to options.php works, i.e.
General Options
Coming Soon
Payment Gateways
Anything that links to microcart_admin.php gets the error i posted earlier.
I am using XAMPP 1.7.3
EDIT: i put it on my live site and got this:
I have the same issue as GamerPerfection. Before upgrading the script used to work nicely. Keep up the good work !
I have now found the error you are on about just remove the code within line 23 and all will be fine.
Im just uploading the new files now with the fix in place.
GamerPerfection
01-13-2011, 06:29 PM
I have now found the error you are on about just remove the code within line 23 and all will be fine.
Im just uploading the new files now with the fix in place.
Thanks, it works now. :up: Well on my live site, still not on XAMPP. But at least it works one way.
Lomak
01-13-2011, 06:47 PM
I just bought something as a test...
i got a payment confirmation from paypal
I did not get the sql error. (becuase i removed that line)
Paypal did not update the status in the invoice system...
but also did not get any thank you emails from the system?
Any ideas?
sorry to be a pain... it's just that the store has gone live but the invoice system has got loads of bogus invoices in... only a few are genuine transactions
GamerPerfection
01-13-2011, 07:07 PM
Just thought i'd mention, Screenshots tabs should say "Screenshots" not "Screenshoots". :)
Lomak
01-13-2011, 08:56 PM
updated to your version from today.. 13012011a
when i click on 'view' in the invoice manager in AdminCP... I just get a blank page..
but thanks for adding the unique references!
ckgreenman
01-14-2011, 12:12 AM
Please send me a PM with admincp login details and i will have alook for you.
Also please send FTP login as i can check that everything is set right as well.
PM Sent. Thanks for taking a look
ckgreenman
01-14-2011, 12:14 AM
Just thought i'd mention, Screenshots tabs should say "Screenshots" not "Screenshoots". :)
And Comming Soon should also read "Coming Soon"
:)
Hello again,
After installing the new version I get the following error:
Fatal error: Class 'MYPDF' not found in /home/iwa/public_html/4x4off-road.ro/admincp/microcart_admin.php on line 1574
When trying to view an invoice from AdminCP. Editing seems to work.
Also when trying to view the invoice as the user you get the following error:
Warning: fopen(./microcart/pdf/fonts/php_Helvetica.afm) [function.fopen]: failed to open stream: Permission denied in [path]/microcart/pdf/class.pdf.php on line 1419
Warning: fwrite() expects parameter 1 to be resource, boolean given in [path]/microcart/pdf/class.pdf.php on line 1420
Warning: fclose() expects parameter 1 to be resource, boolean given in [path]/microcart/pdf/class.pdf.php on line 1421
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1937
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1938
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1939
Also I can translate the hole thing to Romanian if you provide me the lang file.
micheal332001
01-14-2011, 07:17 AM
PM Sent. Thanks for taking a look
Sent you a PM back please check.
Hello again,
After installing the new version I get the following error:
Fatal error: Class 'MYPDF' not found in /home/iwa/public_html/4x4off-road.ro/admincp/microcart_admin.php on line 1574When trying to view an invoice from AdminCP. Editing seems to work.
Also when trying to view the invoice as the user you get the following error:
Warning: fopen(./microcart/pdf/fonts/php_Helvetica.afm) [function.fopen]: failed to open stream: Permission denied in [path]/microcart/pdf/class.pdf.php on line 1419
Warning: fwrite() expects parameter 1 to be resource, boolean given in [path]/microcart/pdf/class.pdf.php on line 1420
Warning: fclose() expects parameter 1 to be resource, boolean given in [path]/microcart/pdf/class.pdf.php on line 1421
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1937
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1938
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5317) in [path]/microcart/pdf/class.pdf.php on line 1939
Also I can translate the hole thing to Romanian if you provide me the lang file.
Please chmod these folders
CMOD 777 the directories:
microcartand all folders within this folder.
Thanks,
After chmod-ing everything from the users side seems to work. Unfortunatly I still have the issue from the admincp.
I even tried adding a new invoice, but unfortunatly the issue persists.
Lomak
01-14-2011, 10:16 AM
got another mail from paypal - you had any luck?
Hello Lomak,
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
http://mysite.com/cart_gateway.php?method=paypal
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
Thank you for your prompt attention to this issue.
Thanks,
PayPal
and this SQL error still persist.. (as I updated to the latest version to test)
Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Wednesday, January 14th 2011 @ 10:28:43 AM
Error Date : Wednesday, January 14th 2011 @ 10:28:44 AM
Script : http://mysite.com/cart_gateway.php?method=paypal
Referrer :
IP Address : 66.211.170.66
Username :
Classname : vB_Database
MySQL Version :
I also cannot now View invoices in AdminCP (But Can edit)
Just to be clear..
all people must be registered and logged in to access the store.
required Customer data is turned on.
We do not have any active coupons.
All help is very much appreciated.
Regards
Raffaele
01-14-2011, 11:42 AM
Your versy welcome as i dont want this to be wrong in any way.
I want a quality product for others to use and not have problems with.
We are here to help you to archive your goal:up:
I have replyed to your PM and had alook at your site,
but i cannot make this happen in any way.
I was wondering if this is a caching issue:confused:
The cart or cart block will only show products you have added to the cart and will not show anyone elses orders.
I will uninstall everything and try again maybe it will fix the problem than.:eek:
Yes if i have alled a product to the cart it will show there till i delete the product from my cart as this info is stored within the database.
Even if you logout and then log back in it will still be there.
I think this is a great idea... maybe in your next version you could create an empty cart button...just an idea.
Here are some things for the future that I would like to see in this cart on/off switch in the
General Option... License, Downloads and Stock Levels as I don't use it. But leave it in the Individual Product. :erm:
Thank you again for your help.:)
Raffaele
micheal332001
01-14-2011, 06:18 PM
got another mail from paypal - you had any luck?
Hello Lomak,
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
http://mysite.com/cart_gateway.php?method=paypal
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
The cart_gateway.php file is the only file that needs to be uploaded if you already have verion 1.1.4 installed.
Thank you for your prompt attention to this issue.
Thanks,
PayPal
and this SQL error still persist.. (as I updated to the latest version to test)
Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Wednesday, January 14th 2011 @ 10:28:43 AM
Error Date : Wednesday, January 14th 2011 @ 10:28:44 AM
Script : http://mysite.com/cart_gateway.php?method=paypal
Referrer :
IP Address : 66.211.170.66
Username :
Classname : vB_Database
MySQL Version :I also cannot now View invoices in AdminCP (But Can edit)
Just to be clear..
all people must be registered and logged in to access the store.
required Customer data is turned on.
We do not have any active coupons.
All help is very much appreciated.
Regards
Have re-uploaded the files for this with a small fix to the cart_gateway.php file.
Please try this and let me know if that error have gone for you.
Lomak
01-14-2011, 08:23 PM
Have re-uploaded the files for this with a small fix to the cart_gateway.php file.
Please try this and let me know if that error have gone for you.
Tried it. I uploaded the one file: cart_gateway.php
I now do not get the SQL error. But the invoices are still not getting updated.. it says 'Unpaid'
I also cannot go in to the invoices (Via AdminCP) to see what 'options' the customer chose. Therefore I cannot ship any goods.
Thanks in advance
micheal332001
01-15-2011, 09:44 AM
got another mail from paypal - you had any luck?
Hello Lomak,
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
http://mysite.com/cart_gateway.php?method=paypal
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
Thank you for your prompt attention to this issue.
Thanks,
PayPal
and this SQL error still persist.. (as I updated to the latest version to test)
Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Wednesday, January 14th 2011 @ 10:28:43 AM
Error Date : Wednesday, January 14th 2011 @ 10:28:44 AM
Script : http://mysite.com/cart_gateway.php?method=paypal
Referrer :
IP Address : 66.211.170.66
Username :
Classname : vB_Database
MySQL Version :I also cannot now View invoices in AdminCP (But Can edit)
Just to be clear..
all people must be registered and logged in to access the store.
required Customer data is turned on.
We do not have any active coupons.
All help is very much appreciated.
Regards
Tried it. I uploaded the one file: cart_gateway.php
I now do not get the SQL error. But the invoices are still not getting updated.. it says 'Unpaid'
I also cannot go in to the invoices (Via AdminCP) to see what 'options' the customer chose. Therefore I cannot ship any goods.
Thanks in advance
Hi there m8
Im trying to sort out your problem but will need your help to do this.
open the cart_gateway.php file and find this.
$tax = doubleval($_REQUEST['tax']);
$query[] = 'cmd=_notify-validate';
foreach($_POST AS $key => $val) {
if(!empty($val))
$query[] = $key . '=' . urlencode ($val);
}
$query = implode('&', $query);
Replace it with this.
$tax = doubleval($_REQUEST['tax']);
$text = '['.date('m/d/Y g:i A').'] - ';
$text .= "IPN POST Vars from Paypal:\n";
$query[] = 'cmd=_notify-validate';
foreach($_POST AS $key => $val) {
$text .= "$key=$val, \n";
if(!empty($val))
$query[] = $key . '=' . urlencode ($val);
}
$text .= "\nIPN Response from Paypal Server:\n ";
$fp=fopen('microcart_paypal_ipn_log.txt','a');
fwrite($fp, strtolower($text) . "\n\n");
fclose($fp); // close file
$query = implode('&', $query);
Then put it back to the way it was i just need you to do this so that i can see the reply from paypal once an order has been passed back.
PM me with the results as this will show info you dont want to be seen by enyone.
Also remove the file microcart_paypal_ipn_log.txt when done.
Thanks m8
Lomak
01-15-2011, 10:58 AM
done that ...where are the results?
where is microcart_paypal_ipn_log.txt meant to be written to? as I cannot find it.
Smiler2009
01-15-2011, 11:00 AM
I'm at the latest revision of MicroCart. Everything seems to work except I cannot view users invoices from the AdminCP.
Any ideas?
Lomak
01-15-2011, 11:13 AM
I'm at the latest revision of MicroCart. Everything seems to work except I cannot view users invoices from the AdminCP.
Any ideas?
if you read the thread .. this has already been logged. posts 63 & 66 for example
Smiler2009
01-15-2011, 11:15 AM
if you read the thread .. this has already been logged
Sorry, it's getting a bit confusing with the two threads. Thought it might have been fixed.
Regards, Jeff.
EDIT: Lomak, FWIW, I've just done some more live testing and I'm seeing the same as you, no email from the shop, and although Paypal redirects me after successful payment I end up back at the storefront.
Lomak
01-15-2011, 11:51 AM
Lomak, FWIW, I've just done some more live testing and I'm seeing the same as you, no email from the shop, and although Paypal redirects me after successful payment I end up back at the storefront.
I think you are meant to be redirected to the storefront.. not sure..
Do your invoices in the admincp say 'unpaid' ?
micheal332001
01-15-2011, 02:27 PM
done that ...where are the results?
where is microcart_paypal_ipn_log.txt meant to be written to? as I cannot find it.
this file will be in your forums root folder.
Lomak
01-15-2011, 02:39 PM
this file will be in your forums root folder.
its not there...
micheal332001
01-15-2011, 04:12 PM
its not there...
did you replace the code i posted.
Lomak
01-15-2011, 04:18 PM
yes.. i did... maybe you could create a file..
(just to make sure no user error) :erm:
then after ill just upload the original
micheal332001
01-15-2011, 04:26 PM
done that ...where are the results?
where is microcart_paypal_ipn_log.txt meant to be written to? as I cannot find it.
Hi there m8
Here is the cart_gateway.php file with the file edits in place please try this out.
This file is for Lomak to test the paypal reply to make sure its working only.
If you get a text file within your forum root folder called microcart_paypal_ipn_log.txt
please PM me with the content of this file Lomak
thankyou.
Lomak
01-15-2011, 04:31 PM
uploaded it..
no .txt file in the root (same dir as cart.php?)
though after i purchase something via paypal...
micheal332001
01-15-2011, 04:38 PM
uploaded it..
no .txt file in the root (same dir as cart.php?)
though after i purchase something via paypal...
Are you using live paypal or test paypal.
It can take alittle time to get that txt file as paypal will send to the cart_gateway.php file when its ready to.
Lomak
01-15-2011, 04:46 PM
Live Paypal..
still nothing... been over 15 mins..
micheal332001
01-15-2011, 04:55 PM
Live Paypal..
still nothing... been over 15 mins..
Could you give me admincp access and FTP access so that i can have alook to make sure everything is right.
If thats ok with you send me a PM.
Many thanks
Lomak
01-15-2011, 05:31 PM
Could you give me admincp access and FTP access so that i can have alook to make sure everything is right.
If thats ok with you send me a PM.
Many thanks
Done. sent details
Thanks!
micheal332001
01-16-2011, 09:12 AM
Done. sent details
Thanks!
Thanks m8
I have had alook and its not doing what it should be so im going to re-do the paypal gateway to get it to work.
So for the time being you will have to check paypal to make sure you have got payment before letting your members get the product.
Also Lomak i have sorted out your viewing of invoices.
I will post an update to these problems as soon as i can.
Smiler2009
01-16-2011, 01:48 PM
I'm about to go live with Microcart and was just wondering whether vB4.1.1 will break it?
Currently on 4.1.0 PL2 and other than the niggles Lomak and I are seeing it all works brilliantly so will hold off upgrading if it does break the cart.
For Micheal, this is a really nice mod, I will definately be buying the commercial version, very well done!
Regards, Jeff
micheal332001
01-16-2011, 02:31 PM
I'm about to go live with Microcart and was just wondering whether vB4.1.1 will break it?
Currently on 4.1.0 PL2 and other than the niggles Lomak and I are seeing it all works brilliantly so will hold off upgrading if it does break the cart.
For Micheal, this is a really nice mod, I will definately be buying the commercial version, very well done!
Regards, Jeff
Hi there m8
The upgrade should not break anything but if you would like to wait till i have fixed the problem with the gateway then please do so.
As i cannot talk about any commercial versions here please feel free to view my site for more info on commercial versions of any product i make.
Regards, Mike
micheal332001
01-16-2011, 03:08 PM
Lomak try this cart_gateway.php file to see if its working for you now.
As i might have found where the error was.
Lomak
01-16-2011, 04:00 PM
Lomak try this cart_gateway.php file to see if its working for you now.
As i might have found where the error was.
Just on my way home to try it!
:):)
Lomak
01-16-2011, 05:00 PM
Lomak try this cart_gateway.php file to see if its working for you now.
As i might have found where the error was.
no change..
still says 'unpaid'
no .txt either
JimTR
01-16-2011, 05:49 PM
Hi Michael,
the cart does not appear to use the £ sign ... if you set currency symbol to £, when in use the cart produces ? for the currency symbol
Regards Jim
Lomak
01-16-2011, 06:08 PM
Michael .
Not sure how you fixed the 'View Invoice' issue.. but could I have the code / fix.
I uploaded all the files by mistake when putting cart_gateway back :eek:
really sorry..:erm:
micheal332001
01-16-2011, 06:18 PM
Hi Michael,
the cart does not appear to use the ? sign ... if you set currency symbol to ?, when in use the cart produces ? for the currency symbol
Regards Jim
Just tested this and it seems to be working for me.
micheal332001
01-16-2011, 06:36 PM
Michael .
Not sure how you fixed the 'View Invoice' issue.. but could I have the code / fix.
I uploaded all the files by mistake when putting cart_gateway back :eek:
really sorry..:erm:
Reuploaded the admincp file for you so you should be able to view the invoices now.
Lomak
01-16-2011, 06:47 PM
Reuploaded the admincp file for you so you should be able to view the invoices now.
Thanks for all your help.
Lomak
01-16-2011, 07:17 PM
Just thought I would collate a list of bugs to save duplicate posts:
Bug List
'View Invoice' in AdminCP Broken - Fixed Available in next release
Emails not getting sent to customer after purchase
Stock Levels: Can still purchase when stock = 0
Paypal does not update AdminCP Invoice - Work In Progress
Purchase agreements not utilised upon checkout
The ability to not use customer data / shipping for downloadable products / non-shippable products
New Feature Requests
Stock Level to not show when not in use
Specific shipping price for an item
Email updates sent to user when order status in changed
Smiler2009
01-16-2011, 07:27 PM
I don't seem to be able to see any agreements in the buying process. I have one agreement and it's correctly attached to the item for sale and it is enabled but it never gets shown.
Anyone else see this?
Jeff.
Lomak
01-16-2011, 07:35 PM
I don't seem to be able to see any agreements in the buying process. I have one agreement and it's correctly attached to the item for sale and it is enabled but it never gets shown.
Anyone else see this?
Jeff.
I haven't used this feature, yet.
Just tried, and can confirm the above bug.
Added to list..
micheal332001
01-16-2011, 07:41 PM
I don't seem to be able to see any agreements in the buying process. I have one agreement and it's correctly attached to the item for sale and it is enabled but it never gets shown.
Anyone else see this?
Jeff.
are you using the agreement for real products or downloadable products.
as i think the agreements are for downloadable products only at this time.
Lomak
01-16-2011, 07:51 PM
are you using the agreement for real products or downloadable products.
as i think the agreements are for downloadable products only at this time.
I tried on a D/L product...
No luck... , although this is way down on my list of things to use..:rolleyes:
Smiler2009
01-16-2011, 08:10 PM
are you using the agreement for real products or downloadable products.
as i think the agreements are for downloadable products only at this time.
Physical product Micheal so no worries.
Regards, Jeff.
Smiler2009
01-17-2011, 04:50 AM
Hi all,
Ok, we went live with the shop last night and within 20 minutes had an email titled URGENT...URGENT...URGENT from a user saying that when he went on the eshop, there were other users details already in the cart complete with their orders. When he tried a second time a different set of details were in the cart complete with their order. He finished off by saying he would be reporting me to the UK Data Protection Registrar (which is nice). When I logged into the eshop, sure enough there was a new set of data from another user already filled in and seven items (accumulated from the others I presume) in the cart.
Nothing like this came out in our testing but it was just local i.e. my wife and I on separate machines but the same IP address. Luckily this all happened very late at night and I managed to disable the shop before too many users had tried it, fortunately no-one had then gone on to Paypal and tried to pay so I won't be looking at refunds at least.
Has anyone else seen anything like this or can shed any light on it?
Feature Request:- A big red "shut the shop" button, preferably easy to find ;)
Regards, Jeff.
micheal332001
01-17-2011, 05:26 AM
Hi all,
Ok, we went live with the shop last night and within 20 minutes had an email titled URGENT...URGENT...URGENT from a user saying that when he went on the eshop, there were other users details already in the cart complete with their orders. When he tried a second time a different set of details were in the cart complete with their order. He finished off by saying he would be reporting me to the UK Data Protection Registrar (which is nice). When I logged into the eshop, sure enough there was a new set of data from another user already filled in and seven items (accumulated from the others I presume) in the cart.
Nothing like this came out in our testing but it was just local i.e. my wife and I on separate machines but the same IP address. Luckily this all happened very late at night and I managed to disable the shop before too many users had tried it, fortunately no-one had then gone on to Paypal and tried to pay so I won't be looking at refunds at least.
Has anyone else seen anything like this or can shed any light on it?
Feature Request:- A big red "shut the shop" button, preferably easy to find ;)
Regards, Jeff.
Hi there
i have tryed to make this happen and cannot make this problem show its self to me.
Can you please let me know where the other users details showen was it just in the cart or was the users address info someone elses.
Please give as much info as you can so that i can fix this problem if there is a problem.
Smiler2009
01-17-2011, 04:45 PM
Hi Micheal,
I think what happened is that one of our members entered the e-shop, added an item and then went to checkout, filled in their address details etc and then went to preview the order , probably to get an idea of postage cost but then crucially, never made payment.
The next user comes along and does the same but when they go to checkout, the first users name and details are already filled in and the basket contains the first and second users items and so on. Because of this they just jump out of the e-shop and back to the forum. Next user gets the previous users details and on it goes.
I saw it for myself when the problem was reported to me, I logged in on my wifes machine and went to buy an item, when I clicked on checkout, the guys address etc. was already in the boxes and there were seven items in the cart.
As I say, both my wife and I tested and tested over the last week and could not make this happen, it only started when we went live.
My wife and I are the only admins, we have no moderators.
I allowed access to all groups.
Is this enough info, if you need more just ask.
Regards, Jeff.
Smiler2009
01-17-2011, 05:07 PM
Micheal,
I think I found the problem.
My wife and I are both Admins, everyone else are in four groups:
Registered Users
Lurkers
Inactive members
FOMS
As soon as the other groups were enabled the problem arose.
It seems that if a member of one group goes onto the shop and then a member from a different group goes on after, the problem occurs.
We have just replicated this by adding a new member, "test user" with the usergroup FOMS as the primary group.
I as an Admin go onto the site, order an item and then quit to the forum prior to the payment
I log out and then back in as "test user", go to the shop, and my basket already has one item, I order an item, when I go to checkout, my details (address etc.) from the previous session are there.
I change the details to match fictional details of "test user" and then quit out to the forum.
My wife logs in on her machine as Admin, goes to the shop and there are already two items in the cart. She buys an item and on going to checkout, "test user" details are in the boxes and there are now three items in the cart.
If just my wife and I (Admins) buy items, the system works as it should, only when a different usergroup is introduced does the problem arise. Also, in a panic, when the problem was reported, the fastest way to stop the shop was simply to disable it, when I re-enabled it, the cart was cleared.
That is exactly what we are seeing here, hope this helps.
Regards, Jeff.
Smiler2009
01-17-2011, 07:02 PM
Micheal,
For some reason and I don't know why, the "inactive user" group we created caused the problem. I've stopped access to the eshop from that group and all seems fine again.
Sorry for the panic
Jeff.
janaf
01-18-2011, 04:35 PM
Hi,
Just installeed Microcart and would like to test drive and gradually replace my old shop. I would like to to disable the header tab. Can I do that via ACP or do I need to delete the code for the tab?
Thanks
Lomak
01-18-2011, 06:30 PM
Hi,
Just installeed Microcart and would like to test drive and gradually replace my old shop. I would like to to disable the header tab. Can I do that via ACP or do I need to delete the code for the tab?
Thanks
You can disable this until you are ready via the ACP.
'Plugins & Products' -> Manage Plugins'
Look for:
Product : microCART
Then untick
microCART: Tab Menu
And Save
Hope this helps
janaf
01-18-2011, 07:44 PM
Thanks!
janaf
01-18-2011, 07:51 PM
Now I get three error messages
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 342
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 1971
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 2069
Any ideas?
Lomak
01-18-2011, 09:45 PM
Really sorry, You may have to wait for Michael.
Have you customised anything yet
Does it go back to normal if you re-tick the plugin?
_ The only reason I responded is because I know Michael may not be around till Wednesday
ckgreenman
01-19-2011, 02:19 PM
_ The only reason I responded is because I know Michael may not be around till Wednesday
Ahhh. I was wondering if he'd gone away for a few days, :)
janaf
01-20-2011, 08:58 AM
About the errors I posted before, the first one is on this line:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Any ideas?
micheal332001
01-20-2011, 10:00 AM
Micheal,
I think I found the problem.
My wife and I are both Admins, everyone else are in four groups:
Registered Users
Lurkers
Inactive members
FOMS
As soon as the other groups were enabled the problem arose.
It seems that if a member of one group goes onto the shop and then a member from a different group goes on after, the problem occurs.
We have just replicated this by adding a new member, "test user" with the usergroup FOMS as the primary group.
I as an Admin go onto the site, order an item and then quit to the forum prior to the payment
I log out and then back in as "test user", go to the shop, and my basket already has one item, I order an item, when I go to checkout, my details (address etc.) from the previous session are there.
I change the details to match fictional details of "test user" and then quit out to the forum.
My wife logs in on her machine as Admin, goes to the shop and there are already two items in the cart. She buys an item and on going to checkout, "test user" details are in the boxes and there are now three items in the cart.
If just my wife and I (Admins) buy items, the system works as it should, only when a different usergroup is introduced does the problem arise. Also, in a panic, when the problem was reported, the fastest way to stop the shop was simply to disable it, when I re-enabled it, the cart was cleared.
That is exactly what we are seeing here, hope this helps.
Regards, Jeff.
Hi there m8
I see you have been tesing this alot and have helped me by finding the problem.
I will see if i can fix this and let you know about any changes you could make yourself when i get back home.
Iv been away working on some other websites and this is why i am late back.
micheal332001
01-20-2011, 10:01 AM
Now I get three error messages
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 342
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 1971
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 2069
Any ideas?
Please give details on how you are getting these errors so that i can try and make this happen myself.
janaf
01-20-2011, 11:55 AM
Please give details on how you are getting these errors so that i can try and make this happen myself.
Thanks for looking,
I installed Mictocart on VB4.1.1, (no Microcart configurations made), clic on the microcart tab the first time and that is the first message I get.
Below that, I also see a message that I (admin) do not have the rights to view the page.
Instructions say that I should set group permissions, but I can not find where. Is it ACP / Usergroup manager?
janaf
01-20-2011, 12:08 PM
PS there is a typo in the URL to your demo, there is a ":" too much, in the Microcart intro text here at vB.com
janaf
01-20-2011, 12:16 PM
Really sorry, You may have to wait for Michael.
Have you customised anything yet
Does it go back to normal if you re-tick the plugin?
_ The only reason I responded is because I know Michael may not be around till Wednesday
No changes to Microcart. This happned the first time I viewed the page. I have re-installed but the problem is still there.
Cicada
01-20-2011, 07:56 PM
tagging.
micheal332001
01-22-2011, 06:26 AM
Thanks for looking,
I installed Mictocart on VB4.1.1, (no Microcart configurations made), clic on the microcart tab the first time and that is the first message I get.
Below that, I also see a message that I (admin) do not have the rights to view the page.
Instructions say that I should set group permissions, but I can not find where. Is it ACP / Usergroup manager?
Yes you need to set the usergroups up that can use the cart and who cannot.
login to admincp->usergroups->usergroup manager here you will be able to change settings to each usergroup.
micheal332001
01-22-2011, 07:03 AM
Bug List
'View Invoice' in AdminCP Broken - Fixed Available in next release
Emails not getting sent to customer after purchase - Working
Stock Levels: Can still purchase when stock = 0 - Fixed
Paypal does not update AdminCP Invoice - Work In Progress
Purchase agreements not utilised upon checkout
The ability to not use customer data / shipping for downloadable products / non-shippable products - Cannot do as if you sell downloadable and shippable products then the system would not know if to show the customer data / shipping if they have both types within there cart. Will look at another way of doing this
New Feature Requests
Stock Level to not show when not in use - Fixed This will show even if the product is not a downloadable product now.
Specific shipping price for an item
Email updates sent to user when order status in changed - Working on this
I should be releasing an update later today for this product.
Lomak
01-22-2011, 10:44 AM
fantastic.
Good work, Michael
:cool:
Mellow
01-22-2011, 10:53 AM
This is a very nice mod. I had to disable it though as I had a member order 5 physical items. On paypal it was showing as a qty of 1, but the dollar amount was correct. Is that a bug or just possibly a setting I have that is off? I couldn't find anything and the invoice wasn't generated.
Lomak
01-22-2011, 11:42 AM
This is a very nice mod. I had to disable it though as I had a member order 5 physical items. On paypal it was showing as a qty of 1, but the dollar amount was correct. Is that a bug or just possibly a setting I have that is off? I couldn't find anything and the invoice wasn't generated.
The detail of the order should be in the invoice system.
In AdminCP -> microCART -> Edit Invoices
Then select 'View Invoice' on the Invoice of choice.
If you get a blank page, the fix for that should be here at some point over the weekend.
Mellow
01-22-2011, 11:46 AM
The detail of the order should be in the invoice system.
In AdminCP -> microCART -> Edit Invoices
Then select 'View Invoice' on the Invoice of choice.
If you get a blank page, the fix for that should be here at some point over the weekend.
Thanks, but I like using the paypal notice email as my invoice. Is there a way to send the correct quantity to PP? I know cartplog does it and that works well. I like all the features you have better and I suppose I can live with going to the invoice section, it would just be nice to have both options.
micheal332001
01-22-2011, 02:45 PM
This is a very nice mod. I had to disable it though as I had a member order 5 physical items. On paypal it was showing as a qty of 1, but the dollar amount was correct. Is that a bug or just possibly a setting I have that is off? I couldn't find anything and the invoice wasn't generated.
This is not posible at this time but when a mamber orders more than one item the item title at the payment part of paypal will show some thing like this.
test 2, test 2, test 2, test 2, test 2,
as you can see here i have ordered test 2 5 times,
hope this helps you for now.
Mellow
01-22-2011, 04:25 PM
This is not posible at this time but when a mamber orders more than one item the item title at the payment part of paypal will show some thing like this.
test 2, test 2, test 2, test 2, test 2,
as you can see here i have ordered test 2 5 times,
hope this helps you for now.
Yes, that does help. Thanks.
Great mod, thanks... love all the options, micro seems to be a bit of an understatement.LOL..
GoHighVoltage
01-22-2011, 04:35 PM
Hello, what did the update today fix/change?
Thanks!
Lomak
01-22-2011, 04:37 PM
Hello, what did the update today fix/change?
Thanks!
No update today, as of yet.
EDIT: My Mistake... Just saw the update file 220111a Michael just did not post about the update..
So, it may fix what is listed on the previous page
Mellow
01-22-2011, 07:27 PM
I'm seeing this when a member is in the cart area, on the who's online page as well as their profile page.
micheal332001
01-23-2011, 06:41 AM
I'm seeing this when a member is in the cart area, on the who's online page as well as their profile page.
Ill fix this and let you know, but for now you can change this yourself here is how.
Login to admincp->Plugins & products->plugin manager
Look for Product : microCART
edit the online_location_unknown
find
{vb:var vbphrase.microcart_navbar}
replace with your own text for now.
KrU$ty
01-23-2011, 08:45 AM
Does this mod support coupon codes? For example, if the user enters a code they get a discount for x product/s or all products that ends on x date.
If there is no support for that, will there be in the future?
Mellow
01-23-2011, 09:56 AM
Ill fix this and let you know, but for now you can change this yourself here is how.
Login to admincp->Plugins & products->plugin manager
Look for Product : microCART
edit the online_location_unknown
find
{vb:var vbphrase.microcart_navbar}
replace with your own text for now.
Thanks!
Mellow
01-23-2011, 09:59 AM
Does this mod support coupon codes? For example, if the user enters a code they get a discount for x product/s or all products that ends on x date.
If there is no support for that, will there be in the future?
I'm obviously not the developer, but the newest version I have loaded supports adding a coupon for a specific product, not a general overall coupon.
It is either active or inactive and will keep a count of how many times it's been used.
It doesn't look like it currently supports an effective / expiration date for coupons. Nice idea though. You could have holiday sales and promotions.
micheal332001
01-23-2011, 11:10 AM
I'm obviously not the developer, but the newest version I have loaded supposed adding a coupon for a specific product, not a general overall coupon.
It is either active or inactive and will keep a count of how many times it's been used.
It doesn't look like it currently supports an effective / expiration date for coupons. Nice idea though. You could have holiday sales and promotions.
I like the idea of adding an expiration date for coupons and will sort this out.
ckgreenman
01-23-2011, 02:24 PM
Any plans to add plugins for different shipping APIs?
I'm particularly interested in seeing US Postal Service API (http://www.usps.com/webtools/htm/Development-Guide-v3-0b.htm) integration. This is one thing I loved in OSCommerce and would love to see here as well.
GoHighVoltage
01-23-2011, 09:34 PM
Hi All, I just purchased the commercial version of this Microcart. WOW!! This is a great program and you can see that the developer spends a lot of time creating it and maintaining it. It is loaded with features and works awesome.
Please show your support too. If you don't want to purchase the commercial version, at least send the guy donations. I can't imagine all the hours and skill it takes to do this. We have to support the programmers.
Thanks Michael. Great Job!
micheal332001
01-24-2011, 07:15 AM
Hi All, I just purchased the commercial version of this Microcart. WOW!! This is a great program and you can see that the developer spends a lot of time creating it and maintaining it. It is loaded with features and works awesome.
Please show your support too. If you don't want to purchase the commercial version, at least send the guy donations. I can't imagine all the hours and skill it takes to do this. We have to support the programmers.
Thanks Michael. Great Job!
Thankyou so much for supporting me with this and yes it has taken alot of my time to get this working the way i want it to.
Lomak
01-24-2011, 07:22 AM
What are the differences?
What should have been fixed in this 220111a realase?
I still don't get Paypal updates to my invoices...
micheal332001
01-24-2011, 08:40 AM
What are the differences?
What should have been fixed in this 220111a realase?
I still don't get Paypal updates to my invoices...
I have tested and tested the paypal API and its all working.
Have you got fsocket installed on your site as this does need this to make the call to paypal.
Lomak
01-24-2011, 08:51 AM
how can I check?
Would this expain why customers do not recieve the emails defined in ' System Messages'?
micheal332001
01-24-2011, 10:24 AM
how can I check?
Would this expain why customers do not recieve the emails defined in ' System Messages'?
if your system cannot use the fsocket them it cannot get the responce from paypal to say that payment is complte, so the email will not be sent as the cart thinks that the payment is still pending.
Open a support ticket with your server and ask them if they would install the fsocket server for you, im sure they will do this for you.
JimboSlice
01-24-2011, 04:40 PM
I cant figure out how the shipping works. I have multiple products and some cost WAY more to ship than others to ship. Also, if I only list 1 item for sale, can I get rid of the drop down menu that shows 1-10?
Standard shipping for most items on my site is between 3.99-6.99. I sale a few items that are $50-$75 per item, to ship. I need to know how to do this so my customer doesnt pay $6.99 for an item that costs me $70
micheal332001
01-24-2011, 06:24 PM
I cant figure out how the shipping works. I have multiple products and some cost WAY more to ship than others to ship. Also, if I only list 1 item for sale, can I get rid of the drop down menu that shows 1-10?
Standard shipping for most items on my site is between 3.99-6.99. I sale a few items that are $50-$75 per item, to ship. I need to know how to do this so my customer doesnt pay $6.99 for an item that costs me $70
If you use the stock level this will stop them from being able to buy more than the amount you have put in the stock level for that product.
Lets say i have product 1 and i have 3 to sell but when a member gets to the checkout they see they have the oprion to add upto 10.
So they choose 5 but the stockleve will only let them buy the 3 as thats all there is in stock.
Hope this helps you understand how the stocklevel works.
As for the shipping costs the best way would be to do something like this.
delivery Locations say we put
UK
Then in the options you have sub level and add
UK North enter in the info you want.
UK South enter in the info you want.
Then when a user goes to the checkout they choose where they are and you get the shipping costs added to the products.
so if the shipping was setup something like this
Zone Name | B-Weight | B-Fare | E-Weight | E-Fare
UK SOUTH 2 4.00 3 8.00
Shipping will = $12.00 if the product weight is 5
JimboSlice
01-24-2011, 11:39 PM
so I cant setup where a product that costs $75 to ship and the others that only cost $6 are billed accordingly? Way too confusing trying to figure out how this system you have in place is, if my customer selects the wrong options he pays only $6 for a $75 item to ship.
JimboSlice
01-24-2011, 11:49 PM
I think I have figured it out, now i need to find shipping info for all states/countries.
ckgreenman
01-25-2011, 12:32 AM
I think I have figured it out, now i need to find shipping info for all states/countries.
Cool, can you explain it to me? What's to stop the customer from choosing the wrong shipping zone and not getting charged correctly? Is there a way to calculate shipping based on the shipping location so that the system chooses the correct shipping methods to choose from?
In other words, If I have different zones set up. One for each US state and each US state has a specific charge. How does the system know to only show shipping options for their state?
micheal332001
01-25-2011, 07:11 AM
Cool, can you explain it to me? What's to stop the customer from choosing the wrong shipping zone and not getting charged correctly? Is there a way to calculate shipping based on the shipping location so that the system chooses the correct shipping methods to choose from?
In other words, If I have different zones set up. One for each US state and each US state has a specific charge. How does the system know to only show shipping options for their state?
The user on checkout will choose there state that they live in then the system will get the shipping costs for that state and adds this to the total price.
If a user chooses the wrong state then they might not get there product as it would not be going to the right place.
Mellow
01-25-2011, 01:52 PM
I'm thinking... you would deny that invoice which would show up in their 'my account' details.
JimboSlice
01-25-2011, 05:04 PM
in the notes above, I see this - NEW!! Since version 1.0.6 supports Auto Shipping calculation.
What does this mean? I am having to go and figure out shipping rates to all states/countries and that is a pain in the rear.
micheal332001
01-25-2011, 05:46 PM
in the notes above, I see this - NEW!! Since version 1.0.6 supports Auto Shipping calculation.
What does this mean? I am having to go and figure out shipping rates to all states/countries and that is a pain in the rear.
Yes you will have to put in the shipping costs to begin with but then when a use chooses a state it will charge them from the state they have entered.
Mellow
01-25-2011, 10:06 PM
Viewing/Printing invoices:
- I copied my own logo to the /microcart/pdf/images/ directory and called it logo.gif
- I added logo.gif to the general options
- my logo doesn't show up
- Is there a way to change the background pattern on the invoice - I'd like a plain white background?
Thanks
JimboSlice
01-26-2011, 12:25 AM
Yes you will have to put in the shipping costs to begin with but then when a use chooses a state it will charge them from the state they have entered.
So you are saying I still have to go in and enter rates for each state/country, correct?
If so, what is "AUTO SHIPPING CALCULATION"?
morrow
01-26-2011, 05:43 AM
So far so good.... Clicked Install!
Thanks for all of your hard work. I'll give this a test run and if all is well I might be sending in a donation.
micheal332001
01-26-2011, 05:46 AM
So you are saying I still have to go in and enter rates for each state/country, correct?
If so, what is "AUTO SHIPPING CALCULATION"?
when someone buys a real product and you have the weight in it will work out the shipping costs from there location and the weight of the product.
I did post an example in a post a page or so back.
https://vborg.vbsupport.ru/showpost.php?p=2153963&postcount=142
morrow
01-26-2011, 01:55 PM
Just wondering... How would I go about creating a sidebar for this so it would display a pre-selected number of items that are available? The link in the Navbar is good but it's a bit obscure for the users on my site. They are not very internet savy. I'd like it to be known that I'm selling stuff other than in a forum post every so often.
Also, how about a vbAdvanced module?
micheal332001
01-26-2011, 02:09 PM
Just wondering... How would I go about creating a sidebar for this so it would display a pre-selected number of items that are available? The link in the Navbar is good but it's a bit obscure for the users on my site. They are not very internet savy. I'd like it to be known that I'm selling stuff other than in a forum post every so often.
Also, how about a vbAdvanced module?
I will be making a side block for this to show the latest products within the shop system.
As for vbadvanced would take some time before i make one for this system.
Smiler2009
01-27-2011, 05:42 PM
When someone buys from the E-shop via Paypal and is successful, the invoice is marked as PAID by the system however, the buyer does not receive the email confirmation. By the way, the same thing happens if they pay offline although the invoice remains as UNPAID (correctly).
Is this caused by the Fsocket problem?
I have root access to our server and I can install it myself but is there any way I can check whether it is installed first or whether this is a problem with the cart?
Regards, Jeff.
JimboSlice
01-27-2011, 06:12 PM
Just wondering... How would I go about creating a sidebar for this so it would display a pre-selected number of items that are available? The link in the Navbar is good but it's a bit obscure for the users on my site. They are not very internet savy. I'd like it to be known that I'm selling stuff other than in a forum post every so often.
Also, how about a vbAdvanced module?
this would be a GREAT addition to this script/software.
Halfhidden
01-28-2011, 08:17 PM
Hi and thanks for a fantastic product. I would like to know if this product could handle event tickets sales. I would like to sell tickets for various organisers and they would have events up and down the country.
I'm guessing that the member would log in pay for the ticket and have a copy sent by email... can this product do that please?
Also I would like to buy a copy of this software but can't find it for sale on your commercial site. Can you help me with that too?
Thanks :)
q3chap
01-28-2011, 09:57 PM
hi micheal,
an issue of the stock level ...
- if the amount of my stock of a product is 3
- when i add the product into my cart, then at the beginning I got 1 in my cart
- if I want to buy the product 3 times, so I did choose the amount to 3, but it change automatically back to 1. The maximum number I can choose is 2
- then I have to go to the products details and add the last one into my cart. This is the only way to get the last one. But in my cart, the product list will be shown like in the picture.
How can these 2 problems be fixed ?
I know, my english is terrible.
Hoan
vb 4.0.7
microcart 1.1.4 a
q3chap
01-28-2011, 10:24 PM
Hi micheal,
More questions :) . I think it is very useful if the admin can print the invoice of each transaction in the admincp. Is it possible, that you'll add the option "view PDF" into the action field?
I live in Germany and we have ? ? ? and we use Euro ....
if I look at my invoice in the frontend in my account, the Euro symbol and "M?nchen" is shown as in the issue2.jpg.
in General Options of microcart .. my charset is "utf-8" ... there was no problem withe the charset when I use microcart 1.1.1.
greeting
Hoan
micheal332001
01-29-2011, 10:59 AM
hi micheal,
an issue of the stock level ...
- if the amount of my stock of a product is 3
- when i add the product into my cart, then at the beginning I got 1 in my cart
- if I want to buy the product 3 times, so I did choose the amount to 3, but it change automatically back to 1. The maximum number I can choose is 2
- then I have to go to the products details and add the last one into my cart. This is the only way to get the last one. But in my cart, the product list will be shown like in the picture.
How can these 2 problems be fixed ?
I know, my english is terrible.
Hoan
vb 4.0.7
microcart 1.1.4 a
This is a simple fix and will have it sorted later today ot tomorrow with the side block for forums
Hi and thanks for a fantastic product. I would like to know if this product could handle event tickets sales. I would like to sell tickets for various organisers and they would have events up and down the country.
I'm guessing that the member would log in pay for the ticket and have a copy sent by email... can this product do that please?
Also I would like to buy a copy of this software but can't find it for sale on your commercial site. Can you help me with that too?
Thanks :)
Yes you can sell anything you like with this system.
As for sending the tickets to them with an email this is not added into the system and once you have got payment you could send them the ticket.
Hi micheal,
More questions :) . I think it is very useful if the admin can print the invoice of each transaction in the admincp. Is it possible, that you'll add the option "view PDF" into the action field?
I live in Germany and we have ? ? ? and we use Euro ....
if I look at my invoice in the frontend in my account, the Euro symbol and "M?nchen" is shown as in the issue2.jpg.
in General Options of microcart .. my charset is "utf-8" ... there was no problem withe the charset when I use microcart 1.1.1.
greeting
Hoan
I will sort out the problem with the charset and will also add a print button to the admincp invoices.
jgt58
01-29-2011, 11:43 AM
could you add in a PM notification to a selectable admin when a new order is created?
and is there a paid version where I could take your copyright off?
jgt58
01-30-2011, 12:54 PM
is all that is needed to fix the view invoices from admin cp , is to upload the microcartadmin.php file?
peppefark
01-30-2011, 01:21 PM
I installed the mod! When I go in the user groups to give permissions, after confirming I get this error message:
Database error
The Club Alfa Romeo Cuore Sportivo Italia database has encountered a problem.
Database error in vBulletin 4.0.8:
Invalid SQL:
UPDATE vb_usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Amministratore',
`description` = 'Amministratore',
`usertitle` = 'Amministratore',
`opentag` = '<span style=\"color: #FF0000;\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`dtogaragepermissions` = '1',
`dtogaragesize` = '3',
`medialibperms` = '63',
`medialibmodperms` = '63',
`ms_imageshack_upload_permissions` = '0',
`vbblog_general_permissions` = '524286',
`vbblog_customblocks` = '10',
`vbblog_custompages` = '10',
`vbblog_entry_permissions` = '32767',
`vbblog_comment_permissions` = '2014',
`dbtech_vbshoutpermissions` = '2',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535',
`microcart` = '7'
WHERE usergroupid=6;
MySQL Error : Unknown column 'ms_imageshack_upload_permissions' in 'field list'
Error Number : 1054
Request Date : Sunday, January 30th 2011 @ 04:16:34 PM
Error Date : Sunday, January 30th 2011 @ 04:16:34 PM
Script : http://www.clubcuoresportivo.it/admincp/usergroup.php?do=update
Referrer : http://www.clubcuoresportivo.it/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 79.3.169.152
Username : peppefark
Classname : vB_Database
MySQL Version : 5.0.91-enterprise-gpl-log
Please help me to solve this problem!
Thanks
Halfhidden
01-30-2011, 09:26 PM
This is a superior product... I love it.
We use Paypal a lot here in the UK because it is the cheapest gateway for payment. I set up my paypal email address in the admin section and tried a test purchase.
I noticed that after a member has filled in the personal details for the sale and click on check out they are redirected to PayPal. Here they are asked to either log in or fill out the exact same details as they did on the VB site. Can the personal details be populated to the PayPal checkout?
Also is there any way to set up either "express check out" or "Website payment Pro" with PayPal. Both need to have API's set up with the cart but members who buy don't actually leave the site and everything integrates very well.
I'll happily pay for this extra integration if need be :)
This is a wonderful script and I would like to thank you for ALL of your hard work and dedication to supporting it... Thank You!:up::up:
q3chap
01-30-2011, 09:34 PM
This is a simple fix and will have it sorted later today ot tomorrow with the side block for forums
I will sort out the problem with the charset and will also add a print button to the admincp invoices.
Thx micheal,
I looked at my system and there, I installed Microcart 1.1.4 (without a) .. there I have no problems with the charset. In Gerneral Options of Microcart, my Charset for Invoices is set with utf-8.
Hoan
JimboSlice
01-30-2011, 10:24 PM
has the new release been uploaded?
q3chap
01-31-2011, 12:03 AM
has the new release been uploaded?
I dont think so ... look at: Last Update: 23 Jan 2011
Raffaele
01-31-2011, 03:44 AM
Hello Micheal, i think i found another bug in this cart if you add an item in to the cart and do a refresh it will add another item into the cart...
munasbh
01-31-2011, 03:46 AM
<font color="Blue">thank you for this important product
i have only one problem
when i export an invoice
the output is strange letters
Charset in cp for Invoices is set with utf-8
the proplem is the arabic encoding when creating pdf (only creating pdf)</font>
Dadoo
01-31-2011, 03:50 AM
thank you for this important product
i have only one problem
when i export an invoice
the output is strange letters
Charset in cp for Invoices is set with utf-8
the proplem is the arabic encoding when creating pdf (only creating pdf)
Already asked, Micheal working on it
I will sort out the problem with the charset and will also add a print button to the admincp invoices.
peppefark
01-31-2011, 06:30 AM
Boys but I do not no one can help me??
q3chap
01-31-2011, 07:18 AM
I installed the mod! When I go in the user groups to give permissions, after confirming I get this error message:
Are you sure it is an microcart issue? .. because in your code, i see this line:
MySQL Error : Unknown column 'ms_imageshack_upload_permissions' in 'field list'
peppefark
01-31-2011, 11:46 AM
then tell me to uninstall the mod imageshack??
q3chap
01-31-2011, 11:55 PM
Hi Micheal,
I have a question. In the shop, I created categories and next to the categories, there are numbers of the Items in that category. Where can I delete this number?
in Template: microcart_main, I found this lines:
{vb:raw horizontalcategories}
<vb:if condition="$category_products">
{vb:raw category_products}
<vb:if condition="$pagenav">
<div align="right" style="margin-top:5px;">{vb:raw pagenav}</div>
</vb:if>
<vb:else />
<vb:if condition="$catid>0">
{vb:raw category_empty}
<br />
</vb:if>
<vb:if condition="$frontpage_products">
{vb:raw frontpage_products}<br />
</vb:if>
</vb:if>
I did try to delete every single line, but I couldnt delete the numbers.
Help :)
Hoan
q3chap
01-31-2011, 11:55 PM
then tell me to uninstall the mod imageshack??
maybe, try to deactivate it first.
Mellow
02-01-2011, 10:17 AM
One thing that is strange is I'm the one getting the 'thank you for your order' email, not sure if that's a copy of one being sent to my members or the one that should be sent.
micheal332001
02-01-2011, 06:06 PM
I installed the mod! When I go in the user groups to give permissions, after confirming I get this error message:
Database error
The Club Alfa Romeo Cuore Sportivo Italia database has encountered a problem.
Database error in vBulletin 4.0.8:
Invalid SQL:
UPDATE vb_usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Amministratore',
`description` = 'Amministratore',
`usertitle` = 'Amministratore',
`opentag` = '<span style=\"color: #FF0000;\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`dtogaragepermissions` = '1',
`dtogaragesize` = '3',
`medialibperms` = '63',
`medialibmodperms` = '63',
`ms_imageshack_upload_permissions` = '0',
`vbblog_general_permissions` = '524286',
`vbblog_customblocks` = '10',
`vbblog_custompages` = '10',
`vbblog_entry_permissions` = '32767',
`vbblog_comment_permissions` = '2014',
`dbtech_vbshoutpermissions` = '2',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535',
`microcart` = '7'
WHERE usergroupid=6;
MySQL Error : Unknown column 'ms_imageshack_upload_permissions' in 'field list'
Error Number : 1054
Request Date : Sunday, January 30th 2011 @ 04:16:34 PM
Error Date : Sunday, January 30th 2011 @ 04:16:34 PM
Script : http://www.clubcuoresportivo.it/admincp/usergroup.php?do=update
Referrer : http://www.clubcuoresportivo.it/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 79.3.169.152
Username : peppefark
Classname : vB_Database
MySQL Version : 5.0.91-enterprise-gpl-logPlease help me to solve this problem!
Thanks
this is your problem here
MySQL Error : Unknown column 'ms_imageshack_upload_permissions' in 'field list'
this table is not there it might be form an old mod you have installed and then removed or it was never added when you installed this mod.
I can tell you this is not down to the microcart system.
could you add in a PM notification to a selectable admin when a new order is created?
and is there a paid version where I could take your copyright off?
Yes this can be sorted out so it will PM/Email an admin.
This is a superior product... I love it.
We use Paypal a lot here in the UK because it is the cheapest gateway for payment. I set up my paypal email address in the admin section and tried a test purchase.
I noticed that after a member has filled in the personal details for the sale and click on check out they are redirected to PayPal. Here they are asked to either log in or fill out the exact same details as they did on the VB site. Can the personal details be populated to the PayPal checkout?
Also is there any way to set up either "express check out" or "Website payment Pro" with PayPal. Both need to have API's set up with the cart but members who buy don't actually leave the site and everything integrates very well.
I'll happily pay for this extra integration if need be :)
This is a wonderful script and I would like to thank you for ALL of your hard work and dedication to supporting it... Thank You!:up::up:
I do see what you mean and will be sorting out some sort of system for this at some time.
micheal332001
02-01-2011, 06:15 PM
Thx micheal,
I looked at my system and there, I installed Microcart 1.1.4 (without a) .. there I have no problems with the charset. In Gerneral Options of Microcart, my Charset for Invoices is set with utf-8.
Hoan
The pdf system thats there at the moment is messing a few things up with the invoices this will be fixed very soon but im having to recode it so might take alittle time.
Hello Micheal, i think i found another bug in this cart if you add an item in to the cart and do a refresh it will add another item into the cart...
This can happen on most shopping systems as well as other addons.
But there is no simple fix for this.
thank you for this important product
i have only one problem
when i export an invoice
the output is strange letters
Charset in cp for Invoices is set with utf-8
the proplem is the arabic encoding when creating pdf (only creating pdf)
This is being looked at and a fix will be coming soon
Hi Micheal,
I have a question. In the shop, I created categories and next to the categories, there are numbers of the Items in that category. Where can I delete this number?
in Template: microcart_main, I found this lines:
{vb:raw horizontalcategories}
<vb:if condition="$category_products">
{vb:raw category_products}
<vb:if condition="$pagenav">
<div align="right" style="margin-top:5px;">{vb:raw pagenav}</div>
</vb:if>
<vb:else />
<vb:if condition="$catid>0">
{vb:raw category_empty}
<br />
</vb:if>
<vb:if condition="$frontpage_products">
{vb:raw frontpage_products}<br />
</vb:if>
</vb:if>
I did try to delete every single line, but I couldnt delete the numbers.
Help :)
Hoan
The template you want to edit would be microcart_subcategories_bit then remove this ({vb:raw totalsubproducts})
One thing that is strange is I'm the one getting the 'thank you for your order' email, not sure if that's a copy of one being sent to my members or the one that should be sent.
There is always 2 emails sent out one for the buyer and one for the store owner.
micheal332001
02-01-2011, 08:30 PM
Have changed the pdf part of the invoices so it will support utf-8 so no more problems on that part i hope ;)
micheal332001
02-01-2011, 08:32 PM
Please also nominate us as this months MOTM
Teascu Dorin
02-01-2011, 10:40 PM
How come that I get this in ACP (Version Checking):
Product microCART is out of date.
Installed Version 1.1.4
Latest Version 2.1
Click here for more information!
micheal332001
02-02-2011, 09:49 AM
How come that I get this in ACP (Version Checking):
Product microCART is out of date.
Installed Version 1.1.4
Latest Version 2.1
Click here for more information!
The latest version is the commercial version thats why you see this.
Teascu Dorin
02-02-2011, 09:23 PM
The latest version is the commercial version thats why you see this.
OK. Thanks for your answer!
vortodox
02-03-2011, 03:14 PM
Is there anyway for admin to receive message when someone make an order?
micheal332001
02-03-2011, 06:07 PM
Is there anyway for admin to receive message when someone make an order?
Yes this could be added in and would not be that hard to do.
josephu
02-03-2011, 11:27 PM
wow, im awestruck, in peoples opinion who have installed this cart, in terms of quality, how does it compare to cscart? the reason I ask is from what I have researched it seems xcart and cscart are the only ones who offer a multi-vendor version (does this? oh please oh please tell me there is or will be a multivendor edition!) I was going to go with them, I am a beginner to all of this, and it seems to me that a cart that integrates into my vb would be better than a thousand dollar one which, from what I hear does have problems. If I obtain this cart, will my skin transfer over to it? Sorry for all my newbie questions.
greg38
02-04-2011, 06:24 PM
Hello,
what is AddOns to this produckt and how i can delete/deactivate this.
https://vborg.vbsupport.ru/
josephu
02-04-2011, 08:27 PM
Will ther ever be a multi-vendor edition?
random1231231231
02-05-2011, 01:16 AM
Looks really promising. Tagged for now :D
munasbh
02-05-2011, 03:29 AM
I still have a problem with pdf
if you can add a view button like that in admincp in user acount with print icon
in addition to creating and saving as pdf
to solve the problem of some pdf encoding language like arabic
because arabic language has problem with pdf
even when creating pdf from google systems
thank you
realy thank you for this add
morrow
02-05-2011, 05:27 AM
Has anyone created a widget for CMS or for the forum sidebar?
Mark4865
02-05-2011, 08:34 AM
Has anyone created a widget for CMS or for the forum sidebar?
This is something I am also looking for hopefully someone will decide to do one
micheal332001
02-06-2011, 11:20 AM
wow, im awestruck, in peoples opinion who have installed this cart, in terms of quality, how does it compare to cscart? the reason I ask is from what I have researched it seems xcart and cscart are the only ones who offer a multi-vendor version (does this? oh please oh please tell me there is or will be a multivendor edition!) I was going to go with them, I am a beginner to all of this, and it seems to me that a cart that integrates into my vb would be better than a thousand dollar one which, from what I hear does have problems. If I obtain this cart, will my skin transfer over to it? Sorry for all my newbie questions.
Yes your skin will work within the cart system and without a problem with that.
Hello,
what is AddOns to this produckt and how i can delete/deactivate this.
http://img15.imageshack.us/img15/1544/snap27q.jpg
You dont have to use the addons for any product if you have click one by misstake then to un-select it hold ctrl then click the one that you dont want and it will be gone.
I still have a problem with pdf
if you can add a view button like that in admincp in user acount with print icon
in addition to creating and saving as pdf
to solve the problem of some pdf encoding language like arabic
because arabic language has problem with pdf
even when creating pdf from google systems
thank you
realy thank you for this add
I have updated the pdf to this about aweek ago and should be working alot better.
Has anyone created a widget for CMS or for the forum sidebar?
This will be added within the next release, it will show the newest products added.
josephu
02-06-2011, 02:04 PM
So, I guess that means, no multivendor version, Id pay for it, I was going to pay cscart for theirs, do I have a chance here?
micheal332001
02-06-2011, 03:41 PM
So, I guess that means, no multivendor version, Id pay for it, I was going to pay cscart for theirs, do I have a chance here?
Yes this will be added but not to the free version.
Its planned to be within the next release of the comercial version within the next week or two.
micheal332001
02-06-2011, 06:51 PM
As i see some of you have been having problems with the lang utf-8
you need to change this line of code
require_once('./microcart/mypdf/config/lang/eng.php');
to the lang file you need you will find all the lang files within here
microcart/mypdf/config/lang/
say you want russian then you would put this
require_once('./microcart/mypdf/config/lang/rus.php');
Halfhidden
02-06-2011, 07:07 PM
So, I guess that means, no multivendor version, Id pay for it, I was going to pay cscart for theirs, do I have a chance here?
I would be interested in this as well. I'm also happy to buy the full version. I would like to have various vendors who could sell tickets for up coming events through this script.
It would be advantages to have a multi vendor account system.
josephu
02-06-2011, 07:09 PM
Great! So my endless searching can stop? You say around a week or two? Where do I find the commercial script? Will the features compare to cscarts multivendor version? Sorry for so many questions, Im just excited to hear this!(found the commercial script area, waiting on membership approval)
q3chap
02-07-2011, 09:45 AM
Hello Michael,
in your description on top, in point 8-Demo .. your Demolink is wrong.
I was on the totallyscript site, but after logging in, the system told me, that I am bannend. But I did nothing there!!! can you unban me?
Hoan
ps: my username there is q3chap
jagg97
02-09-2011, 12:55 AM
HI, this software is a great tool, is there any way to send an email to the administrator everytime someone buys a product, that would be great... thanks
nightstar_dhkt
02-09-2011, 04:26 AM
Now I get three error messages
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 342
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 1971
Deprecated: Assigning the return value of new by reference is deprecated in /.../forums/cart.php on line 2069
Any ideas?
me too, help pls .............. :(
micheal332001
02-09-2011, 10:10 AM
Hello Michael,
in your description on top, in point 8-Demo .. your Demolink is wrong.
I was on the totallyscript site, but after logging in, the system told me, that I am bannend. But I did nothing there!!! can you unban me?
Hoan
ps: my username there is q3chap
updated your account
HI, this software is a great tool, is there any way to send an email to the administrator everytime someone buys a product, that would be great... thanks
It should do already but i will update the software to do it better.
me too, help pls .............. :(
I will have alook at this later today for you.
micheal332001
02-09-2011, 10:13 AM
i would like to thank GoHighVoltage for a donation of $20 that he sent to me.
Many thanks for this its greatly appreciated
q3chap
02-09-2011, 11:27 AM
updated your account
thx you, I can now access my account to see the commercial version of microcart.
Hoan
micheal332001
02-09-2011, 12:31 PM
I will be updating this version very soon.
Have something new for the viewing of products.
q3chap
02-09-2011, 04:58 PM
I will be updating this version very soon.
Have something new for the viewing of products.
Hello Micheal,
I still have the version 1.1.4 istalled.
My question is: I have a product, that cost for ex. 10 USD and I have created a coupon with value 10 USD for this product. If a user buy this product and use the coupon code, at the end, when he/she add the coupon code into the cart and go on, he/she is then redirect to the "my account" page.
1.There is no page confirming that it is a free offer like: "Thank you for your order. This order is free of cost."
2. If he/she goes to the invoice page of "my account", the button "PAY IT" is still there. If clicked on the "PAY IT" button, then there is at the bottom of the page the ratio "free order".
So, is it possible if you can create an editable thank you page for situation 1 and instead of the "PAY IT" button in the invoice page an "PAID" for invoices with a total amount of 0 USD?
At the moment, the "Thank you" page is more important for me. If you dont have time to change it, can you tell me, where the redirect code is, where I can change it to redirect to a other page?
Thank you.
Hoan
**Edit: in admincp "Edit invoice" .. the payment mark as unpaid, but it is a free order.
micheal332001
02-10-2011, 04:07 PM
Hello Micheal,
I still have the version 1.1.4 istalled.
My question is: I have a product, that cost for ex. 10 USD and I have created a coupon with value 10 USD for this product. If a user buy this product and use the coupon code, at the end, when he/she add the coupon code into the cart and go on, he/she is then redirect to the "my account" page.
1.There is no page confirming that it is a free offer like: "Thank you for your order. This order is free of cost."
2. If he/she goes to the invoice page of "my account", the button "PAY IT" is still there. If clicked on the "PAY IT" button, then there is at the bottom of the page the ratio "free order".
So, is it possible if you can create an editable thank you page for situation 1 and instead of the "PAY IT" button in the invoice page an "PAID" for invoices with a total amount of 0 USD?
At the moment, the "Thank you" page is more important for me. If you dont have time to change it, can you tell me, where the redirect code is, where I can change it to redirect to a other page?
Thank you.
Hoan
**Edit: in admincp "Edit invoice" .. the payment mark as unpaid, but it is a free order.
Hi there m8
i will look into the problem with the free order status.as it should be showing as paid not to be paid.
also i will look into the thank you page that should be showing with free orders and will have this update for you within a few days.
as im away at work at the moment.
jagg97
02-10-2011, 07:19 PM
updated your account
It should do already but i will update the software to do it better.
I will have alook at this later today for you.
I?ve been testing the software and it works great but every time I buy something, It doesn?t send an email to the administrator of the site, so what else can i do to to make this option work.
q3chap
02-11-2011, 12:24 AM
Hi Micheal,
I have a question. In the shop, I created categories and next to the categories, there are numbers of the Items in that category. Where can I delete this number?
The template you want to edit would be microcart_subcategories_bit then remove this ({vb:raw totalsubproducts})
Hi Micheal,
it was not in the microcart_subcategories_bit ... it was in microcart_horizontal_categories_bit by removing "({vb:raw totalproducts})".
Just mention for helping others, who want to delete it too :) ....
greeting
Hoan
JimboSlice
02-11-2011, 05:08 PM
have u added the ability to place items in the sidebar on the forum/cms page?
micheal332001
02-14-2011, 08:05 AM
have u added the ability to place items in the sidebar on the forum/cms page?
Im still working on there its about 90% done and hope to have it out soon.
munasbh
02-14-2011, 08:45 AM
As i see some of you have been having problems with the lang utf-8
you need to change this line of code
require_once('./microcart/mypdf/config/lang/eng.php');
to the lang file you need you will find all the lang files within here
microcart/mypdf/config/lang/
say you want russian then you would put this
require_once('./microcart/mypdf/config/lang/rus.php');
thanks
in which php file is this line
require_once('./microcart/mypdf/config/lang/eng.php');
micheal332001
02-15-2011, 12:25 PM
thanks
in which php file is this line
require_once('./microcart/mypdf/config/lang/eng.php');
you will find this within the cart.php file
micheal332001
02-15-2011, 02:31 PM
Hi all added a new file to download called product-microcart_forum_block.xml just install it like you would any new product as iv made it that simple to install for you.
micheal332001
02-15-2011, 04:17 PM
i will also be making a forum block to show the top 3 products our flagship product and the cart thats on the right side of the shop.
if you want any other blocks please let me know and ill make them.
q3chap
02-15-2011, 05:18 PM
i will also be making a forum block to show the top 3 products our flagship product and the cart thats on the right side of the shop.
if you want any other blocks please let me know and ill make them.
Hi micheal,
are they only forum blocks or are they widget too? it would be very useful, if they are widgets too.
When do you plan to implement to print invoice option into the admincp?
Hoan
jgt58
02-15-2011, 07:41 PM
When I Install your forum block , all it does is screw my last forum block in the row up.
q3chap
02-15-2011, 11:27 PM
Hi Micheal,
one more "issue" in the invoice ...
I have an product f.e. 8 USD and for this product, I created a coupon code f.e. 8 USD.
1. After a user bought this product with the coupon code, his "amount to pay" is now 0 USD. If I look into the invoice, the fields "sum", "subtotal" and "amount to pay" is correctly 0 USD. But in the field "discount", where should be the amount of the coupon code is still 0 USD and not what should be 8 USD.
2. What happens, if I make a discount to a group, which also has a coupon code for extra saving money? Than the "discount" field in the invoice should be = the amount of group discount + the amount in the coupon code. Please include/consider this in your code too.
3. If a user buy different products and use different coupon code for each product. Then the "discount" field now is the sum of all discount code he has used.
greetings
Hoan
**Edit .. as I can see ... the "discount"-field is not for coupon code. It is just for the discount on the product. Can you create a field in the invoice like "coupon discount", where the amount of the coupon code is showing? And in case of a user buy different products and use different coupon code for each product, there should be the sum of the amount of the coupon code.
:) I know, my english is very german .. LOL ..
tekmiester
02-15-2011, 11:59 PM
Im still working on there its about 90% done and hope to have it out soon.
Awesome. Can't wait to see it.
JimboSlice
02-16-2011, 12:16 AM
I added the forum block, it ads 3 products and jacked up the rest of my forum blocks. In fact, it deleted the "facebook like" block.
How can we fix this, can we select what we want to display? 1 item/multipe items etc.
jgt58
02-16-2011, 01:10 AM
I added the forum block, it ads 3 products and jacked up the rest of my forum blocks. In fact, it deleted the "facebook like" block.
How can we fix this, can we select what we want to display? 1 item/multipe items etc.
This
JimboSlice
02-16-2011, 01:15 AM
it moved my "recent posts" to the very bottom of the site and somehow my "facebook like" block is now gone.
I uninstalled this, even tho this is a feature I really want to use on my site.
crowshead
02-16-2011, 02:43 AM
VB 4.0.3
i uploaded the files today
i went to install product xml and get this error:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/stickstr/public_html/includes/class_template_parser.php
#0 /home/stickstr/public_html/includes/class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
#1 /home/stickstr/public_html/includes/adminfunctions_template.php(2863): vB_TemplateParser->validate(Array)
#2 /home/stickstr/public_html/includes/adminfunctions_plugin.php(545): compile_template('{vb:stylevar ht...')
#3 /home/stickstr/public_html/ssadmincp/plugin.php(1714): install_product(' #4 {main}
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]/includes/class_template_parser.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/stickstr/public_html/includes/class_template_parser.php , /home/stickstr/public_html/vb/vb.php, 287, Array ([exception] => Exception Object ([] => Unable to find a class to validate: vB_TemplateParser_Curlycssfile,[] => ,[] => 0,[] => /home/stickstr/public_html/includes/class_template_parser.php,[] => 1083,[] => Array ([0] => Array ([file] => /home/stickstr/public_html/includes/class_template_parser.php,[line] => 1019,[function] => validate_curly,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => vB_CurlyNode Object ([type] => curly,[value] => cssfile,[attributes] => Array ([0] => forumhome-rollup.css),[] => 11),[1] => Array ())),[1] => Array ([file] => /home/stickstr/public_html/includes/adminfunctions_template.php,[line] => 2863,[function] => validate,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => Array ())),[2] => Array ([file] => /home/stickstr/public_html/includes/adminfunctions_plugin.php,[line] => 545,[function] => compile_template,[args] => Array ([0] => {vb:stylevar htmldoctype} {vb:raw headinclude} {vb:cssfile forumhome-rollup.css} {vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css} {vb:raw headinclude_bottom} {vb:raw header} {vb:raw navbar}
{vb:raw cart_products}
pjkcards
02-16-2011, 03:16 AM
Is it possible to allow users to list their own products and give a portion to the store owner? Like 10% of the sale goes to the site, 90% is kept by the seller. I'd like to open it up so other merchants can list in my store. Thanks.
WEBDosser
02-16-2011, 03:21 AM
Is it possible to allow users to list their own products and give a portion to the store owner? Like 10% of the sale goes to the site, 90% is kept by the seller. I'd like to open it up so other merchants can list in my store. Thanks.
Use paid subscriptions..
josephu
02-16-2011, 04:10 AM
That would be a multi-vendor edition you are referring to, I hear it will be available shortly, but it will cost.
JimboSlice
02-16-2011, 11:16 AM
anyone else having success with the sidebar block?
micheal332001
02-16-2011, 05:10 PM
VB 4.0.3
i uploaded the files today
i went to install product xml and get this error:
Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/stickstr/public_html/includes/class_template_parser.php
#0 /home/stickstr/public_html/includes/class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
#1 /home/stickstr/public_html/includes/adminfunctions_template.php(2863): vB_TemplateParser->validate(Array)
#2 /home/stickstr/public_html/includes/adminfunctions_plugin.php(545): compile_template('{vb:stylevar ht...')
#3 /home/stickstr/public_html/ssadmincp/plugin.php(1714): install_product(' #4 {main}
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]/includes/class_template_parser.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /home/stickstr/public_html/includes/class_template_parser.php , /home/stickstr/public_html/vb/vb.php, 287, Array ([exception] => Exception Object ([] => Unable to find a class to validate: vB_TemplateParser_Curlycssfile,[] => ,[] => 0,[] => /home/stickstr/public_html/includes/class_template_parser.php,[] => 1083,[] => Array ([0] => Array ([file] => /home/stickstr/public_html/includes/class_template_parser.php,[line] => 1019,[function] => validate_curly,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => vB_CurlyNode Object ([type] => curly,[value] => cssfile,[attributes] => Array ([0] => forumhome-rollup.css),[] => 11),[1] => Array ())),[1] => Array ([file] => /home/stickstr/public_html/includes/adminfunctions_template.php,[line] => 2863,[function] => validate,[class] => vB_TemplateParser,[type] => ->,[args] => Array ([0] => Array ())),[2] => Array ([file] => /home/stickstr/public_html/includes/adminfunctions_plugin.php,[line] => 545,[function] => compile_template,[args] => Array ([0] => {vb:stylevar htmldoctype} {vb:raw headinclude} {vb:cssfile forumhome-rollup.css} {vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css} {vb:raw headinclude_bottom} {vb:raw header} {vb:raw navbar}
{vb:raw cart_products}
from what i see here has moting to do with the microcart system it looks like you installed another add-on called or something like vB_TemplateParser_Curlycssfile make sure to have all the vb files uploaded as this looks like its missing a class file from you forum install and this is nothing to do with the microcart system.
Is it possible to allow users to list their own products and give a portion to the store owner? Like 10% of the sale goes to the site, 90% is kept by the seller. I'd like to open it up so other merchants can list in my store. Thanks.
yes this is possible but when i make the multi vender version there will be usergroup premissions so it might be easyer for you to charge your members a set fee for selling items for 6 month or 1 year subs.
I added the forum block, it ads 3 products and jacked up the rest of my forum blocks. In fact, it deleted the "facebook like" block.
How can we fix this, can we select what we want to display? 1 item/multipe items etc.
im looking into this problem and will have an answer for you as soon as i can.
JimboSlice
02-16-2011, 06:35 PM
thanks, look forward to the fix.
pjkcards
02-17-2011, 02:44 AM
Use paid subscriptions..
How exactly would I set this up with paid subscriptions? Thanks!
That would be a multi-vendor edition you are referring to, I hear it will be available shortly, but it will cost.
Gotcha. I'd be glad to pay for it. Thanks.
micheal332001
02-17-2011, 01:16 PM
How exactly would I set this up with paid subscriptions? Thanks!
Gotcha. I'd be glad to pay for it. Thanks.
add to your shop system a subscriptions section where they will be able to buy a sub to be able to sell items.
TITLE
Seller license 6 months
DESCRIPTION
This will give you the right to sell your own products for 6 months in our shop.
PRODUCT TYPE
Subscription
PRICE
15.00
LICENSE
6 months here
hope this gives you some idea on how to set this up.
josephu
02-19-2011, 03:35 AM
Will there be any way to charge my "vendors" in the multivendor edition a percentage commision of what they sell instead of a flat subscription price? In other words, if I allow them to sell on my site (with no subscription cost to them) and for instance they have an item listed for sale for $100 USD and I recieve a 3% commision of $3 when that item sells, will this be possible. I wonder this because I will likely have fewer vendors with many products, and many of those products will be higher priced items. If I only have 3 vendors and the only way I can charge them is with a flat monthly subscription price of lets say $15, then thats only $45 a month I make, where each of the could have thousands upon thousands worth of sales.
josephu
02-19-2011, 04:27 AM
Also... On your home website, where is the downloads section for downloading microcart?
micheal332001
02-19-2011, 09:41 AM
Will there be any way to charge my "vendors" in the multivendor edition a percentage commision of what they sell instead of a flat subscription price? In other words, if I allow them to sell on my site (with no subscription cost to them) and for instance they have an item listed for sale for $100 USD and I recieve a 3% commision of $3 when that item sells, will this be possible. I wonder this because I will likely have fewer vendors with many products, and many of those products will be higher priced items. If I only have 3 vendors and the only way I can charge them is with a flat monthly subscription price of lets say $15, then thats only $45 a month I make, where each of the could have thousands upon thousands worth of sales.
im working hard on the multivender version at the moment and will be trying to put in some sort of commision base within it.
Also... On your home website, where is the downloads section for downloading microcart?
Have posted on my site to you about this.
JimboSlice
02-19-2011, 01:42 PM
i see u updated the side block, it still causes the same problems for me.
mikem164
02-19-2011, 06:40 PM
Hi, I am having an issue with the screenshots not showing up. Filepath is correct, but screenshots are remaining blank.
Thanks and keep up the good work.
micheal332001
02-20-2011, 06:52 AM
i see u updated the side block, it still causes the same problems for me.
I will re-look into this as it should be working fine.
Hi, I am having an issue with the screenshots not showing up. Filepath is correct, but screenshots are remaining blank.
Thanks and keep up the good work.
Have you CMOD'ed the folder microcart and all folders within that folder. to 777
micheal332001
02-20-2011, 07:27 AM
Forum side block updated and seems to be working better on my test site.
mikem164
02-20-2011, 12:53 PM
yes, CHMOD is 777 it does the upload for screenshots, then the following screen is blank. In microcart, screenshots tab on forum shows image name, but place where image would be is still blank. The folder in the file path is also not showing that they were uploaded. Thanks
AllenMead
02-20-2011, 01:21 PM
I've started to install this, however i cannot get it to upload images. I've created the 'uploads' folder in the main root and set the path in admincp.. But it will not upload errors.
I've checked with the hosts and they see no errors in the server logs.. ???
mikem164
02-20-2011, 06:23 PM
same issue here bud. Hopefully we can resolve this.
micheal332001
02-20-2011, 06:30 PM
I've started to install this, however i cannot get it to upload images. I've created the 'uploads' folder in the main root and set the path in admincp.. But it will not upload errors.
I've checked with the hosts and they see no errors in the server logs.. ???
same issue here bud. Hopefully we can resolve this.
can you both please send me a PM with full admincp login and FTP login details so i can have alook at this for you.
AllenMead
02-20-2011, 07:00 PM
Pm'd the details to you..
Thanks...
romster13
02-21-2011, 06:48 AM
yes, CHMOD is 777 it does the upload for screenshots, then the following screen is blank. In microcart, screenshots tab on forum shows image name, but place where image would be is still blank. The folder in the file path is also not showing that they were uploaded. Thanks
what format are you using? i noticed only pngs work for the product image.
also have you tried going to products and services. then going to drop down menu and go to screenshots and upload from there? or go directly to upload screenshots under microCART
micheal332001
02-21-2011, 05:48 PM
Pm'd the details to you..
Thanks...
have PM'ed you back and have been looking into this as it should not be happening at all as it works fine on my server.
someone else did have this problem and they found out it was down to there imagemagic server installed on there site.
If this problem does not go away i will sout out a new way to upload the images to the server.
kesandal
02-21-2011, 06:07 PM
Hello michael,
can this mod be combined with other mods like vbCreditsDeluxe etc.?
So that the user can pay with his earned credits instead of real money.
JimboSlice
02-21-2011, 10:49 PM
same problem still persists. Anything after the block gets dropped to the very bottom of the page and it shows the "3 latest products". Id like to chose what gets displayed in the block, but the main concern is it working right on the page itself.
JimboSlice
02-22-2011, 11:33 AM
latest update works. It no longer moves everything below it to the bottom of the page. I will WARN you, when you install this, it will automatically DELETE your #1 forum block. This is the 2nd time its deleted my "facebook like" block.
Michael, is there a way to control which item(s)/products get displayed in the block?
KrU$ty
02-22-2011, 08:39 PM
I'm having an issue setting up a downloadable product. The only way i can see to have the customer not pay shipping for a product is create a location with 'none' selected for the shipping option. However i can't see how this would stop other people who do have to pay shipping from selecting the 'none' shipping location.
Also, how do i remove the telephone number as a required field when entering shipping details?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.