Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

slavasmoll

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

1,069 profile views

slavasmoll's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Здраствуйте, как сделать регистрацию только по телефону в оформлении заказа (регистрация по умолчанию включена когда делаеш заказ) ? Выходит емейл полностью не отключиш?. Вроде в simpleregister получилось, а в оформлении не хочет, даже не работает проверка номеров через API checkTelephoneForUniqueness
  2. Почему не работает стандартная функция crop в ocstore 2.1.0.1? Когда прописиваю в категории чтоб она работала, она не работает и сайт тупо белым екраном делается public function crop($top_x, $top_y, $bottom_x, $bottom_y) { $image_old = $this->image; $this->image = imagecreatetruecolor($bottom_x - $top_x, $bottom_y - $top_y); imagecopy($this->image, $image_old, 0, 0, $top_x, $top_y, $this->info['width'], $this->info['height']); imagedestroy($image_old); $this->info['width'] = $bottom_x - $top_x; $this->info['height'] = $bottom_y - $top_y; }
  3. Здраствуйте может ктото знает, может делал.Нужно в оформлении заказа поменять способы доставки и оплаты с radiobutton на select(список). И не работает функция crop, cropsize на ocstore 2.1.0.1. Ктото делал? спасибо http://image.prntscr.com/image/db089de4d6534f3eb7f2e59a22afeea4.png
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.