Show Posts


Messages - Sam_78

Pages: 1 [2] 3 4 ... 19
16
General Support / Language not displaying
« on: December 05, 2022, 11:37:07 PM »
Hi I am trying to add a radio button on \storefront\controller\pages\account\subscriber.php Line #138

Code: [Select]
$this->data['form']['newsletter_type'] = $form->getFieldHtml(array(
            'type'    => 'radio',
            'name'    => $this->language->get('text_newsletter_type'); // tried  'label'    => $this->language->get('text_newsletter_type'); // 'name'    => 'Newsletter Type:', // nothing displays label
            'value'   => '1',
            'options' => array(
                '1' => 'Digital',
                '0' => 'Print',
            ),
        ));

added this to storefront\language\english\account\newsletter.xml

   <definition>
      <key>text_newsletter_type</key>
      <value><![CDATA[Newsletter Type:]]></value>
   </definition>

on the form I am not able to get label to display, options are displaying. I don't mind hardcoding this word in subscriber.php but I need a label for those radio button.  I did clear browser cache and system cache
Can someone point my mistake? or help me how to fix it

17
General Support / No Credit Card fees on selected products
« on: September 30, 2022, 09:21:17 AM »
Hi,  is there any extension that accomplishes what we want to do?

We would like to waive Credit Card fees for certain products only.  Is it possible ?

18
General Support / Re: Main banner click not working on Phone
« on: September 23, 2022, 10:09:53 AM »
Hi  I fixed it. Made couple of changes in this file  jquery.onebyone.min.js

19
General Support / Re: Main banner click not working on Phone
« on: September 22, 2022, 10:25:33 AM »
I am not using fallback image. it's actual one by one slider. Swipe works, prev and next buttons works but onClick <a> is not working

20
General Support / Re: Main banner click not working on Phone
« on: September 22, 2022, 10:14:11 AM »
They all are plain images already. 

21
General Support / Main banner click not working on Phone
« on: September 21, 2022, 12:23:18 PM »
Hi,  I have plain image banners and the clicks are not working. Swipe is changing banner to next one but when we click on it nothing happens. Is there any solution to this?

22
Did you backup your site before updating?  if yes, you can restore it

23
General Support / Re: payPal standard success page redirect
« on: August 19, 2022, 09:35:12 AM »
Hi,

I have my function right above this line  https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/checkout/success.php#L172  it does work for other payment method but paypal standard redirects to success page and it doesn't work. If you think I need to use it inside this function $this->extensions->hk_UpdateData($this, __FUNCTION__); it won't be called anyways.

24
General Support / payPal standard success page redirect
« on: August 17, 2022, 11:11:39 PM »
Hi I am working on writing orders on third party site and I have implemented a function which works on Cheque / Money Order payment extension but it is not working on default_pp_standart extension.  My function is in storefront\controller\pages\checkout\success.php 

inside 
class ControllerPagesCheckoutSuccess extends AController
{
    public $data = array();
    public $errors = array();

    public function main()
    {

/*my custom function */

Can someone please tell me why it is not working after payPal redirects to success page??

is there someplace else where I can call that function??

25
General Support / Re: disable auto update check
« on: July 13, 2022, 02:11:28 PM »
any help?

26
General Support / disable auto update check
« on: July 11, 2022, 09:26:26 AM »
Hi,  we have made a custom abanteCart version for client and they clicked on update in production and our custom code was gone. We had a backup and restored it but what function can I comment so that abanteCart doesn't check for update or it doesn't popup in notification.

27
General Support / Re: NEW Chrome update about CORS
« on: June 27, 2022, 02:55:37 PM »
Yes I applied the patch and cleared browser and abanteCart cache. I also tried other solutions and it didn't work. 

28
General Support / Re: NEW Chrome update about CORS
« on: June 20, 2022, 02:40:03 PM »
All these scripts are from same server then there should be no question for CORS. I am confused how is this only applying to random images / scripts and not all of them.

29
General Support / Re: NEW Chrome update about CORS
« on: June 20, 2022, 11:31:18 AM »
Hi, I am still having this issue

Access to CSS stylesheet at 'https://www.domain.com/admin/view/default/stylesheet/chosen.bootstrap.css' from origin 'https://www.domain.com' has been blocked by CORS policy: Request had a target IP address space of `unknown` yet the resource is in address space `public`.

On simple refresh this issue gets resolved and some other script or image gets missing.

30
General Support / Re: NEW Chrome update about CORS
« on: June 14, 2022, 12:19:08 PM »
Hi,

These are not API Calls. I am getting these errors for images. Product images are not loading and I get this error in console(inspect) . When I clear cache and reload the page it loads and some other image or JS or CSS script will not load with similar error.  I think we need to add this line somewhere in htaccess or in code and I am not sure where.

Pages: 1 [2] 3 4 ... 19

Powered by SMFPacks Social Login Mod