gerçekten yardım gerekiyor!

fadosolrelamisi

OpenCart-TR
Katılım
4 Nis 2012
Mesajlar
29
Tepkime puanı
0
Puanları
1
merhaba, doğrusu soruma bir cevap aldım ama pek anlaşılır olmadığı kanaatindeyim.

yazılıma dair en ufak bir bilgim yok, yardım bekliyorum. Siteme üye olduklarında doğrulama maili fittikten sonra aktif üye olsunlar istiyorum ve bununla ilgili bir modül buldum.

1.5.2.1 sürüm ve vqmod kurulu

aşağıdaki adımları vermiş ancak o kadar uğraşmama rağmen ben beceremedim.

Gerçekten de açıklayıcı olarak bir arkadaş aşama aşama yazdırırsa eminim benim gibi çok sayıda kullanıcının işine yarayacak.

kurulum aşamasını yazıyorum

----------------------------------------------------------------------------------

This modification sends a verification email to the email given when a new account is created. The user is instructed to confirm their account by clicking a unique link in a verification email sent to them.

Not only will this extension save you time and improve customer experience, it also reduces fraud.

Installation
========================

Prerequisites:
(a)vQmod 1.0.7 or later.
(b)create new database table:

CREATE DATABASE
========================

Create a DATABASE TABLE for customer verification.

Copy the code below replacing 'PREFIX_customer_verification' with your database prefix equivalent. If you don't have a prefix on your database, replace PREFIX_customer_verification with customer_verification

/* [ START COPYING BELOW THIS LINE*/

CREATE TABLE `PREFIX_customer_verification` ( `customer_id` INT(11) NOT NULL, `verification_code` VARCHAR(32) NOT NULL COLLATE utf8_bin, UNIQUE(`customer_id`) ) ENGINE=MyISAM COLLATE utf8_bin

/* END COPY ABOVE THIS LINE] */



1) In the administration panel go to admin ->System->Settings->Option tab. and
Set "Approve New Customers" = YES



2) For the default OpenCart installation without custom modifications and
default theme copy the files from the 'upload' directory to your target
installation directory of OpenCart.

##NOTE##: For security, it is recommended you have captcha security on registration page.
If already present, please delete verify_captch.xml from the vqmod/xml folder. The verify_captcha.xml only puts captcha security on the necessary pages.

NB! If you or another (vQ)mod have made modifications to the files listed below
and the modification is not working properly or produces errors, then you might
have to tweak the "vqmod/xml/customeremailverification.xml"

NB! If you are using a custom template, then you'll have to change
"vqmod/xml/verification.xml" according to the default template changes.

Files added:

catalog/controller/account/verification.php
catalog/language/english/account/verification.php
catalog/view/theme/default/template/account/verification.tpl
vqmod/xml/verification.xml

Files modified by vQmod:

catalog/language/english/mail/customer.php
catalog/model/account/customer.php
catalog/language/english/account/success.php





3. Upload all files to your opencart installation directory.

4. Create an account to test code is working.

5. Works fine for default installation 1.5.x. May work for earlier versions. If not, contact support

In case of problems, please contact me at muma.kaba@gmail.com

If you like the extension I would appreciate if you rated it on the OpenCart extension page.

Thank you!

------------------------------------------------------------------------------------------------------

Yardımcı olacak arkadaşlara şimdiden çok teşekkürler.
 

damlaofis

OpenCart-TR
Katılım
19 Haz 2012
Mesajlar
21
Tepkime puanı
0
Puanları
0
Yaş
45
Konum
İstanbul
Web sitesi
www.damlaofis.com.tr
desteğiniz için teşekkür ederim, web sayfamı kurdum ve sorunsuz çalışıyor.
http://www.damlaofis.com.tr
http://www.ucuzofiskoltuklari.com
http://www.ucuzburomobilyalari.com
http://www.cevredanismanlikistanbul.com
 
Üst