![]() |
Quote:
|
Upgrade did not work. I followed the info in THIS post and uploaded the files & when I went to import the product again I got this database error...
Code:
Database error in vBulletin 4.2.2: |
Quote:
|
Hmmmm ok I'll do that later on today, gonna get some shut eye right now. :)
|
Quote:
2.- Check the table usergroup and NOT user. |
Why would it be "not wise" to use a table prefix? I never have used one on any of my sites, and have never ran into a issue.
|
Quote:
Code:
DROP TABLE IF EXISTS `user`; Code:
CREATE TABLE IF NOT EXISTS `user`....bla...bla...bla...... You, are following the second way. As you code will see that there is already a table with name "user" will bypass the creation of your code. So your script will not works. This was very common problem some 10 years ago when Hosting providers were giving just one database in their hosting plans. Now, they're giving many, so most webmasters are using a database per script. If not, they're in risk at some day to try to install a script in the same database having tables with same names. That's was the reason for exististin of TABLE_PREFIX. |
That sounds logical. Thanks for the explanation. :)
|
Hey Christos! This is outstanding! I am going to use this at some point definitely! Really great work!
|
Quote:
|
Quote:
|
Quote:
vBulletin knew that problems that's why did a very wise thing. The common naming for tables were "users", "usergroups", "threads", "posts". But they named them in singular giving an extra security. If at anytime you see the dataschema of any script using the "DROP TABLE" and then "CREATE TABLE" just go away. For sure the developer is not good. |
I'll keep that in mind. BTW dropping the tables & that field from the usergroup table fixed my issue :)
|
hi
I using vb 4.2.2 PL3 I just finished installing this add-on. And this is the error message I getting in my site Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\mysite\cart.php on line 437 |
Edit the file cart.php at line 437
Replace: Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
define('SKIP_ALL_ERRORS', true); EDITED: Read this from vb.com forums: http://www.vbulletin.com/forum/forum...-been-released |
....added above........
|
Thank you NickTheGreek For your quick reply.
It fixed my problem |
Version 1.4.0 released with some bug fixes, design corrects and a new feature.
Christos |
An uncleared input found when user submits installation URL and has been fixed. Please download version 1.4.1 and upload clientarea.php. Optionally import product-ecommerce.xml to update your version number.
|
Where do I go to change the Paypal Logo under the Payment Partners block? I do no see these blocks in the ecommerce options. I want to upload a PNG file instead of gif, however I can not find this module to change the extension anywhere in the admincp.
Thanks, and this is an AMAZING MOD!!! I'm very much impressed! |
Can it support CashU & UKash ?
If not please make it support it :) Thanks in advance. |
Quote:
ecommerce/images/ and then modify the templates:
|
Quote:
|
CashU: https://www.cashu.com
UKash: https://www.ukash.com OneCard: https://www.onecard.net/customer/hom...iteLanguage=en |
Hello all,
I've post an idea in my site to extend the functionality of eCommerce. You can read and vote for it (you must register to vote): http://www.christos.teriakis.com/issue/7-Donations Christos |
Quote:
Thanks for all the hard work Nick! |
Thank you.
CMOD 777 the directories:Do you mean: "ecommerce/pdf/fonts" |
Quote:
|
Finally I went ahead and I started working for the donations feature as I also want it for my own use. But still I'm expecting your suggestions.
As you can see in the attached screenshots I took care even for small details to have it working smoothly. As you can see I added a setting even for the style of the message that will appears in the form (if you activate it). |
Does "offline payments" work?
Should I see the "Offline Payments Information" under the "PayPal" in the sidebar? |
Quote:
|
Could you add a field for "Δ.Ο.Υ." (IRS division) in checkout form?
I think that "Requirent!!" should be red and bold. |
Donations look pretty good. :)
I do have a request for the mod though if you are able and have the time. I would like to see if the invoices could be modified a bit. In the product column could we have a field that can be manually put into the invoice? So basically I have a custom client, I have my own codes for things and prices for custom work that I won't post on the site directly but i want my custom clients to login to the site and have an account where I send them invoices for work performed that is not an actual product on my site. This could also be used for quoting the client as well after they have an account and are an established client. Did that make sense? I'm not really awake yet so I might be babbling lol. EDIT: I also have another issue that I need to sort. What code can I use to have a box appear only on the first page of the shop? i want to put my description above the categories on only the first page of the shop. Adding the descriptions in the description field proved to be not an acceptable format for me. I can add the code for my box but it shows on ALL the cart pages, I only want it to show on the first one. I've attached 2 screen shots. The first one shows the box I've created that I need to only have show on the first page and the second one shows how my categories end up when adding descriptions. The descriptions get cut off and it throws everything out of whack and looks horrible. |
@HM666
1.- Invoice is a section that I plan to check/modify at the end. I also don't like it and don't know why Michael has changed it. My original invoice was pretty nice. 2.- Yes I can add it. |
Quote:
|
Quote:
Quote:
|
Quote:
Quote:
|
Quote:
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 12:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|